Home
last modified time | relevance | path

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

12

/openbmc/linux/kernel/
H A 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);
H A Dworkqueue.c1167 work_func_t func;
1177 static struct wci_ent *wci_find_ent(work_func_t func) in wci_find_ent()
1189 static void wq_cpu_intensive_report(work_func_t func) in wq_cpu_intensive_report()
3651 int schedule_on_each_cpu(work_func_t func) in schedule_on_each_cpu()
5044 work_func_t *fn = NULL; in print_worker_info()
5088 work_func_t func;
5120 pr_cont_work_flush(comma, (work_func_t)-1, pcwsp); in pr_cont_work()
5125 pr_cont_work_flush(comma, (work_func_t)-1, pcwsp); in pr_cont_work()
5166 pr_cont_work_flush(comma, (work_func_t)-1L, &pcws); in show_pwq()
5189 pr_cont_work_flush(comma, (work_func_t)-1L, &pcws); in show_pwq()
[all …]
H A Dpadata.c94 static void __ref padata_work_init(struct padata_work *pw, work_func_t work_fn, in padata_work_init()
/openbmc/linux/include/linux/
H A Ddevm-helpers.h48 work_func_t worker) in devm_delayed_work_autocancel()
73 work_func_t worker) in devm_work_autocancel()
H A 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 *);
H A Dfirewire.h206 work_func_t workfn;
/openbmc/linux/drivers/net/wireguard/
H A 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()
H A 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);
/openbmc/linux/drivers/scsi/libsas/
H A 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];
H A Dsas_phy.c155 const work_func_t sas_phy_event_fns[PHY_NUM_EVENTS] = {
H A Dsas_port.c365 const work_func_t sas_port_event_fns[PORT_NUM_EVENTS] = {
H A Dsas_discover.c595 static const work_func_t sas_event_fns[DISC_NUM_EVENTS] = { in sas_init_disc()
/openbmc/linux/include/trace/events/
H A Dworkqueue.h110 TP_PROTO(struct work_struct *work, work_func_t function),
/openbmc/linux/net/sctp/
H A Dinqueue.c234 void sctp_inq_set_th_handler(struct sctp_inq *q, work_func_t callback) in sctp_inq_set_th_handler()
/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A Dtulip.h47 work_func_t media_task;
/openbmc/linux/Documentation/bpf/
H A Ddrgn.rst200 .func = (work_func_t)0x0,
/openbmc/linux/include/net/
H A Dpkt_cls.h42 bool tcf_queue_work(struct rcu_work *rwork, work_func_t func);
/openbmc/linux/fs/smb/client/
H A Dcifsproto.h609 struct cifs_writedata *cifs_writedata_alloc(work_func_t complete);
/openbmc/linux/include/net/sctp/
H A Dstructs.h1056 void sctp_inq_set_th_handler(struct sctp_inq *, work_func_t);
/openbmc/linux/drivers/firewire/
H A Dsbp2.c137 work_func_t workfn;
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c55 work_func_t func, int delay);
2475 work_func_t func, int delay) in netxen_schedule_work()
/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbnad.c1995 (work_func_t)bnad_tx_cleanup); in bnad_setup_tx()
2252 (work_func_t)(bnad_rx_cleanup)); in bnad_setup_rx()
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sriov_pf.c1697 work_func_t func) in qlcnic_sriov_schedule_flr()
H A Dqlcnic.h1582 void qlcnic_schedule_work(struct qlcnic_adapter *, work_func_t, int);
H A Dqlcnic_sriov_common.c851 work_func_t func) in qlcnic_sriov_schedule_bc_cmd()

12