Home
last modified time | relevance | path

Searched refs:work_func_t (Results 1 – 25 of 32) sorted by relevance

12

/linux-6.6.21/kernel/
Dworkqueue_internal.h32 work_func_t current_func; /* K: function */
40 work_func_t last_func; /* K: last work's fn */
81 work_func_t wq_worker_last_func(struct task_struct *task);
Dworkqueue.c1163 work_func_t func;
1173 static struct wci_ent *wci_find_ent(work_func_t func) in wci_find_ent()
1185 static void wq_cpu_intensive_report(work_func_t func) in wq_cpu_intensive_report()
1235 static void wq_cpu_intensive_report(work_func_t func) {} in wq_cpu_intensive_report()
1391 work_func_t wq_worker_last_func(struct task_struct *task) in wq_worker_last_func()
2949 work_func_t target_func = target_work ? target_work->func : NULL; in check_flush_dependency()
3647 int schedule_on_each_cpu(work_func_t func) in schedule_on_each_cpu()
3685 int execute_in_process_context(work_func_t fn, struct execute_work *ew) in execute_in_process_context()
5040 work_func_t *fn = NULL; in print_worker_info()
5084 work_func_t func;
[all …]
Dpadata.c94 static void __ref padata_work_init(struct padata_work *pw, work_func_t work_fn, in padata_work_init()
/linux-6.6.21/include/linux/
Ddevm-helpers.h48 work_func_t worker) in devm_delayed_work_autocancel()
73 work_func_t worker) in devm_work_autocancel()
Dworkqueue.h21 typedef void (*work_func_t)(struct work_struct *work); typedef
101 work_func_t func;
509 extern int schedule_on_each_cpu(work_func_t func);
511 int execute_in_process_context(work_func_t fn, struct execute_work *);
Dfirewire.h206 work_func_t workfn;
/linux-6.6.21/drivers/net/wireguard/
Dqueueing.c10 wg_packet_percpu_multicore_worker_alloc(work_func_t function, void *ptr) in wg_packet_percpu_multicore_worker_alloc()
25 int wg_packet_queue_init(struct crypt_queue *queue, work_func_t function, in wg_packet_queue_init()
Dqueueing.h24 int wg_packet_queue_init(struct crypt_queue *queue, work_func_t function,
28 wg_packet_percpu_multicore_worker_alloc(work_func_t function, void *ptr);
/linux-6.6.21/drivers/scsi/libsas/
Dsas_internal.h92 extern const work_func_t sas_phy_event_fns[PHY_NUM_EVENTS];
93 extern const work_func_t sas_port_event_fns[PORT_NUM_EVENTS];
Dsas_phy.c155 const work_func_t sas_phy_event_fns[PHY_NUM_EVENTS] = {
Dsas_port.c365 const work_func_t sas_port_event_fns[PORT_NUM_EVENTS] = {
Dsas_discover.c595 static const work_func_t sas_event_fns[DISC_NUM_EVENTS] = { in sas_init_disc()
/linux-6.6.21/include/trace/events/
Dworkqueue.h110 TP_PROTO(struct work_struct *work, work_func_t function),
/linux-6.6.21/net/sctp/
Dinqueue.c234 void sctp_inq_set_th_handler(struct sctp_inq *q, work_func_t callback) in sctp_inq_set_th_handler()
/linux-6.6.21/drivers/net/ethernet/dec/tulip/
Dtulip.h47 work_func_t media_task;
/linux-6.6.21/Documentation/bpf/
Ddrgn.rst200 .func = (work_func_t)0x0,
/linux-6.6.21/include/net/
Dpkt_cls.h42 bool tcf_queue_work(struct rcu_work *rwork, work_func_t func);
/linux-6.6.21/fs/smb/client/
Dcifsproto.h600 struct cifs_writedata *cifs_writedata_alloc(work_func_t complete);
/linux-6.6.21/include/net/sctp/
Dstructs.h1056 void sctp_inq_set_th_handler(struct sctp_inq *, work_func_t);
/linux-6.6.21/drivers/firewire/
Dsbp2.c137 work_func_t workfn;
/linux-6.6.21/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c55 work_func_t func, int delay);
2475 work_func_t func, int delay) in netxen_schedule_work()
/linux-6.6.21/drivers/net/ethernet/brocade/bna/
Dbnad.c1995 (work_func_t)bnad_tx_cleanup); in bnad_setup_tx()
2252 (work_func_t)(bnad_rx_cleanup)); in bnad_setup_rx()
/linux-6.6.21/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_sriov_pf.c1697 work_func_t func) in qlcnic_sriov_schedule_flr()
Dqlcnic.h1582 void qlcnic_schedule_work(struct qlcnic_adapter *, work_func_t, int);
Dqlcnic_sriov_common.c851 work_func_t func) in qlcnic_sriov_schedule_bc_cmd()

12