notify_count 55 drivers/usb/gadget/function/f_ecm.c atomic_t notify_count; notify_count 384 drivers/usb/gadget/function/f_ecm.c if (atomic_read(&ecm->notify_count)) notify_count 424 drivers/usb/gadget/function/f_ecm.c atomic_inc(&ecm->notify_count); notify_count 427 drivers/usb/gadget/function/f_ecm.c atomic_dec(&ecm->notify_count); notify_count 452 drivers/usb/gadget/function/f_ecm.c atomic_dec(&ecm->notify_count); notify_count 456 drivers/usb/gadget/function/f_ecm.c atomic_set(&ecm->notify_count, 0); notify_count 462 drivers/usb/gadget/function/f_ecm.c atomic_dec(&ecm->notify_count); notify_count 913 drivers/usb/gadget/function/f_ecm.c if (atomic_read(&ecm->notify_count)) { notify_count 915 drivers/usb/gadget/function/f_ecm.c atomic_set(&ecm->notify_count, 0); notify_count 56 drivers/usb/gadget/function/f_ncm.c atomic_t notify_count; notify_count 551 drivers/usb/gadget/function/f_ncm.c if (atomic_read(&ncm->notify_count)) notify_count 591 drivers/usb/gadget/function/f_ncm.c atomic_inc(&ncm->notify_count); notify_count 602 drivers/usb/gadget/function/f_ncm.c atomic_dec(&ncm->notify_count); notify_count 637 drivers/usb/gadget/function/f_ncm.c atomic_dec(&ncm->notify_count); notify_count 641 drivers/usb/gadget/function/f_ncm.c atomic_set(&ncm->notify_count, 0); notify_count 647 drivers/usb/gadget/function/f_ncm.c atomic_dec(&ncm->notify_count); notify_count 1656 drivers/usb/gadget/function/f_ncm.c if (atomic_read(&ncm->notify_count)) { notify_count 1658 drivers/usb/gadget/function/f_ncm.c atomic_set(&ncm->notify_count, 0); notify_count 79 drivers/usb/gadget/function/f_rndis.c atomic_t notify_count; notify_count 391 drivers/usb/gadget/function/f_rndis.c if (atomic_inc_return(&rndis->notify_count) != 1) notify_count 404 drivers/usb/gadget/function/f_rndis.c atomic_dec(&rndis->notify_count); notify_count 423 drivers/usb/gadget/function/f_rndis.c atomic_set(&rndis->notify_count, 0); notify_count 437 drivers/usb/gadget/function/f_rndis.c if (atomic_dec_and_test(&rndis->notify_count)) notify_count 441 drivers/usb/gadget/function/f_rndis.c atomic_dec(&rndis->notify_count); notify_count 1084 fs/exec.c sig->notify_count = zap_other_threads(tsk); notify_count 1086 fs/exec.c sig->notify_count--; notify_count 1088 fs/exec.c while (sig->notify_count) { notify_count 1113 fs/exec.c sig->notify_count = -1; notify_count 1183 fs/exec.c sig->notify_count = 0; notify_count 1224 fs/exec.c sig->notify_count = 0; notify_count 104 include/linux/sched/signal.h int notify_count; notify_count 127 kernel/exit.c if (sig->notify_count > 0 && !--sig->notify_count) notify_count 677 kernel/exit.c if (unlikely(tsk->signal->notify_count < 0))