Searched refs:get_buf_cnt (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/
H A Dkgdbts.c123 static int get_buf_cnt; variable
678 if (get_buf_cnt == 0) {
685 if (get_buf[get_buf_cnt] == '\0') {
688 get_buf_cnt = 0;
691 ret = get_buf[get_buf_cnt];
692 get_buf_cnt++;
737 get_buf_cnt = 0;

Completed in 80 milliseconds