Home
last modified time | relevance | path

Searched refs:callback_count (Results 1 – 2 of 2) sorted by relevance

/drivers/char/
Dnwbutton.c36 static int callback_count; /* The number of callbacks registered */ variable
59 if (callback_count == 32) { in button_add_callback()
65 callback_count++; in button_add_callback()
94 callback_count--; in button_del_callback()
/drivers/md/
Ddm-snap-persistent.c160 uint32_t callback_count; member
722 cb = ps->callbacks + ps->callback_count++; in persistent_commit_exception()
756 for (i = 0; i < ps->callback_count; i++) { in persistent_commit_exception()
761 ps->callback_count = 0; in persistent_commit_exception()
871 ps->callback_count = 0; in persistent_ctr()