Searched refs:poll_list (Results 26 - 29 of 29) sorted by relevance

12

/linux-master/include/linux/
H A Dnetdevice.h347 /* The poll_list must only be managed by the entity which
350 * to the per-CPU poll_list, and whoever clears that bit
353 struct list_head poll_list; member in struct:napi_struct
384 NAPI_STATE_NPSVC, /* Netpoll - don't dequeue from poll_list */
3201 struct list_head poll_list; member in struct:softnet_data
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c15661 list_for_each_entry_rcu(eq, &phba->poll_list, _poll_list)
15663 if (!list_empty(&phba->poll_list))
15675 if (list_empty(&phba->poll_list))
15679 list_add_rcu(&eq->_poll_list, &phba->poll_list);
15693 if (list_empty(&phba->poll_list))
15701 list_for_each_entry_safe(eq, next, &phba->poll_list, _poll_list)
15704 INIT_LIST_HEAD(&phba->poll_list);
H A Dlpfc_init.c12782 if (!list_empty(&phba->poll_list))
12948 list_for_each_entry_safe(eq, next, &phba->poll_list, _poll_list) {
14771 INIT_LIST_HEAD(&phba->poll_list);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c678 list_add_tail(&session->list, &dev->wed_rro.poll_list);

Completed in 253 milliseconds

12