Home
last modified time | relevance | path

Searched refs:usage_cnt (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/isdn/divert/
Ddivert_procfs.c55 ib->usage_cnt = if_used; in put_info_buffer()
65 if ((divert_info_head->usage_cnt <= 0) && in put_info_buffer()
66 (divert_info_head->next->usage_cnt <= 0)) { in put_info_buffer()
94 inf->usage_cnt--; /* new usage count */ in isdn_divert_read()
168 inf->usage_cnt--; in isdn_divert_close()
Disdn_divert.h109 ulong usage_cnt; /* number of files still to work */ member
/linux-2.4.37.9/drivers/isdn/hysdn/
Dhysdn_proclog.c31 ulong usage_cnt; /* number of files still to work */ member
120 ib->usage_cnt = pd->if_used; in put_log_buffer()
132 if ((pd->log_head->usage_cnt <= 0) && in put_log_buffer()
133 (pd->log_head->next->usage_cnt <= 0)) { in put_log_buffer()
237 inf->usage_cnt--; /* new usage count */ in hysdn_log_read()
338 inf->usage_cnt--; /* decrement usage count for buffers */ in hysdn_log_close()