Home
last modified time | relevance | path

Searched refs:queue_process (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/scsi/bfa/
Dbfa_modules.h67 bfa_boolean_t queue_process; /* queue processing enabled */ member
Dbfa_core.c776 if (qintr && bfa->queue_process) { in bfa_msix_all()
789 if (qintr && bfa->queue_process) { in bfa_msix_all()
816 if (bfa->queue_process) { in bfa_intx()
829 if (qintr && bfa->queue_process) { in bfa_intx()
1166 bfa->queue_process = BFA_TRUE; in bfa_iocfc_start_submod()
1439 bfa->queue_process = BFA_FALSE; in bfa_iocfc_disable_cbfn()
1451 bfa->queue_process = BFA_FALSE; in bfa_iocfc_hbfail_cbfn()
/linux-6.6.21/net/core/
Dnetpoll.c100 static void queue_process(struct work_struct *work) in queue_process() function
648 INIT_DELAYED_WORK(&npinfo->tx_work, queue_process); in __netpoll_setup()