Searched refs:work_func_t (Results 1 – 25 of 33) sorted by relevance
12
| /linux/kernel/ |
| A D | workqueue_internal.h | 32 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);
|
| A D | workqueue.c | 1300 work_func_t func; 1310 static struct wci_ent *wci_find_ent(work_func_t func) in wci_find_ent() 1322 static void wq_cpu_intensive_report(work_func_t func) in wq_cpu_intensive_report() 4528 int schedule_on_each_cpu(work_func_t func) in schedule_on_each_cpu() 6098 work_func_t *fn = NULL; in print_worker_info() 6159 work_func_t func; 6191 pr_cont_work_flush(comma, (work_func_t)-1, pcwsp); in pr_cont_work() 6196 pr_cont_work_flush(comma, (work_func_t)-1, pcwsp); in pr_cont_work() 6236 pr_cont_work_flush(comma, (work_func_t)-1L, &pcws); in show_pwq() 6259 pr_cont_work_flush(comma, (work_func_t)-1L, &pcws); in show_pwq() [all …]
|
| A D | padata.c | 94 static void __ref padata_work_init(struct padata_work *pw, work_func_t work_fn, in padata_work_init()
|
| /linux/include/linux/ |
| A D | workqueue_types.h | 13 typedef void (*work_func_t)(struct work_struct *work); typedef 19 work_func_t func;
|
| A D | devm-helpers.h | 48 work_func_t worker) in devm_delayed_work_autocancel() 73 work_func_t worker) in devm_work_autocancel()
|
| A D | workqueue.h | 599 extern int schedule_on_each_cpu(work_func_t func); 601 int execute_in_process_context(work_func_t fn, struct execute_work *);
|
| A D | firewire.h | 208 work_func_t workfn;
|
| /linux/drivers/net/wireguard/ |
| A D | queueing.c | 10 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()
|
| A D | queueing.h | 24 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/rust/helpers/ |
| A D | workqueue.c | 6 void rust_helper_init_work_with_key(struct work_struct *work, work_func_t func, in rust_helper_init_work_with_key()
|
| /linux/drivers/scsi/libsas/ |
| A D | sas_internal.h | 104 extern const work_func_t sas_phy_event_fns[PHY_NUM_EVENTS]; 105 extern const work_func_t sas_port_event_fns[PORT_NUM_EVENTS];
|
| A D | sas_phy.c | 155 const work_func_t sas_phy_event_fns[PHY_NUM_EVENTS] = {
|
| A D | sas_port.c | 365 const work_func_t sas_port_event_fns[PORT_NUM_EVENTS] = {
|
| A D | sas_discover.c | 595 static const work_func_t sas_event_fns[DISC_NUM_EVENTS] = { in sas_init_disc()
|
| /linux/include/trace/events/ |
| A D | workqueue.h | 112 TP_PROTO(struct work_struct *work, work_func_t function),
|
| /linux/net/sctp/ |
| A D | inqueue.c | 240 void sctp_inq_set_th_handler(struct sctp_inq *q, work_func_t callback) in sctp_inq_set_th_handler()
|
| /linux/drivers/firewire/ |
| A D | core.h | 162 static inline void fw_iso_context_init_work(struct fw_iso_context *ctx, work_func_t func) in fw_iso_context_init_work()
|
| A D | sbp2.c | 137 work_func_t workfn;
|
| /linux/drivers/net/ethernet/dec/tulip/ |
| A D | tulip.h | 47 work_func_t media_task;
|
| /linux/Documentation/bpf/ |
| A D | drgn.rst | 200 .func = (work_func_t)0x0,
|
| /linux/include/net/ |
| A D | pkt_cls.h | 44 bool tcf_queue_work(struct rcu_work *rwork, work_func_t func);
|
| /linux/include/net/sctp/ |
| A D | structs.h | 1053 void sctp_inq_set_th_handler(struct sctp_inq *, work_func_t);
|
| /linux/fs/bcachefs/ |
| A D | io_read.c | 341 static void bch2_rbio_punt(struct bch_read_bio *rbio, work_func_t fn, in bch2_rbio_punt()
|
| /linux/drivers/net/ethernet/qlogic/netxen/ |
| A D | netxen_nic_main.c | 55 work_func_t func, int delay); 2473 work_func_t func, int delay) in netxen_schedule_work()
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| A D | qlcnic.h | 1582 void qlcnic_schedule_work(struct qlcnic_adapter *, work_func_t, int);
|
Completed in 83 milliseconds
12