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

/linux-master/drivers/misc/
H A Dkgdbts.c117 static int get_buf_cnt; variable
765 if (get_buf_cnt == 0) {
772 if (get_buf[get_buf_cnt] == '\0') {
775 get_buf_cnt = 0;
778 ret = get_buf[get_buf_cnt];
779 get_buf_cnt++;
824 get_buf_cnt = 0;

Completed in 133 milliseconds