Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/
H A Dnwbutton.c37 static int callback_count; /* The number of callbacks registered */ variable
60 if (callback_count == 32) { in button_add_callback()
66 callback_count++; in button_add_callback()
95 callback_count--; in button_del_callback()
/openbmc/linux/drivers/md/
H A Ddm-snap-persistent.c163 uint32_t callback_count; member
720 cb = ps->callbacks + ps->callback_count++; in persistent_commit_exception()
755 for (i = 0; i < ps->callback_count; i++) { in persistent_commit_exception()
760 ps->callback_count = 0; in persistent_commit_exception()
870 ps->callback_count = 0; in persistent_ctr()