Searched refs:notify_count (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/usb/gadget/function/
H A Df_ecm.c55 atomic_t notify_count; member in struct:f_ecm
373 if (atomic_read(&ecm->notify_count))
413 atomic_inc(&ecm->notify_count);
416 atomic_dec(&ecm->notify_count);
441 atomic_dec(&ecm->notify_count);
445 atomic_set(&ecm->notify_count, 0);
451 atomic_dec(&ecm->notify_count);
916 if (atomic_read(&ecm->notify_count)) {
918 atomic_set(&ecm->notify_count, 0);
H A Df_ncm.c56 atomic_t notify_count; member in struct:f_ncm
543 if (atomic_read(&ncm->notify_count))
583 atomic_inc(&ncm->notify_count);
594 atomic_dec(&ncm->notify_count);
629 atomic_dec(&ncm->notify_count);
633 atomic_set(&ncm->notify_count, 0);
639 atomic_dec(&ncm->notify_count);
1742 if (atomic_read(&ncm->notify_count)) {
1744 atomic_set(&ncm->notify_count, 0);
H A Df_rndis.c79 atomic_t notify_count; member in struct:f_rndis
380 if (atomic_inc_return(&rndis->notify_count) != 1)
393 atomic_dec(&rndis->notify_count);
412 atomic_set(&rndis->notify_count, 0);
426 if (atomic_dec_and_test(&rndis->notify_count))
430 atomic_dec(&rndis->notify_count);
/linux-master/drivers/net/ethernet/sfc/
H A Def100_tx.c117 if (unlikely(tx_queue->notify_count == tx_queue->write_count))
125 tx_queue->notify_count = tx_queue->write_count;
486 tx_queue->write_count - tx_queue->notify_count > 255)
H A Dtx_common.c76 tx_queue->notify_count = 0;
H A Dnet_driver.h234 * @notify_count: Count of notified descriptors to the NIC
281 unsigned int notify_count; member in struct:efx_tx_queue
/linux-master/fs/
H A Dexec.c1082 sig->notify_count = zap_other_threads(tsk);
1084 sig->notify_count--;
1086 while (sig->notify_count) {
1111 sig->notify_count = -1;
1176 sig->notify_count = 0;
1189 sig->notify_count = 0;
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dtx_common.c76 tx_queue->notify_count = 0;
H A Dnet_driver.h252 * @notify_count: Count of notified descriptors to the NIC
299 unsigned int notify_count; member in struct:efx_tx_queue
/linux-master/kernel/
H A Dexit.c172 if (sig->notify_count > 0 && !--sig->notify_count)
768 if (unlikely(tsk->signal->notify_count < 0))
/linux-master/include/linux/sched/
H A Dsignal.h114 /* notify group_exec_task when notify_count is less or equal to 0 */
115 int notify_count; member in struct:signal_struct

Completed in 150 milliseconds