Home
last modified time | relevance | path

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

/linux-4.1.27/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()
/linux-4.1.27/drivers/md/
Ddm-snap-persistent.c159 uint32_t callback_count; member
719 cb = ps->callbacks + ps->callback_count++; in persistent_commit_exception()
753 for (i = 0; i < ps->callback_count; i++) { in persistent_commit_exception()
758 ps->callback_count = 0; in persistent_commit_exception()
868 ps->callback_count = 0; in persistent_ctr()