/freebsd-src/sys/compat/linuxkpi/common/include/linux/ |
H A D | workqueue.h | 74 struct work_struct work; member 89 struct work_struct work; member 107 to_delayed_work(struct work_struct *work) in to_delayed_work() 112 #define INIT_WORK(work, fn) \ argument 123 #define INIT_WORK_ONSTACK(work, fn) \ argument 138 #define queue_work(wq, work) \ argument 141 #define schedule_work(work) \ argument 150 #define queue_work_on(cpu, wq, work) \ argument 191 #define cancel_work(work) \ argument 197 #define cancel_work_sync(work) \ argument [all …]
|
H A D | kthread.h | 122 kthread_init_work(struct kthread_work *work, kthread_work_func_t func) in kthread_init_work() 130 kthread_queue_work(struct kthread_worker *worker, struct kthread_work *work) in kthread_queue_work() 142 kthread_cancel_work_sync(struct kthread_work *work) in kthread_cancel_work_sync() 154 kthread_flush_work(struct kthread_work *work) in kthread_flush_work()
|
/freebsd-src/contrib/wpa/src/crypto/ |
H A D | des-internal.c | 320 u32 work, right, leftt; in desfunc() local 403 u32 ek[32], work[2]; in des_encrypt() local 437 u32 work[2]; in des_block_encrypt() local 448 u32 work[2]; in des_block_decrypt() local 471 u32 work[2]; in des3_encrypt() local 485 u32 work[2]; in des3_decrypt() local
|
/freebsd-src/sys/ofed/drivers/infiniband/core/ |
H A D | ib_roce_gid_mgmt.c | 56 struct work_struct work; member 61 struct work_struct work; member 319 struct roce_netdev_event_work *work = in roce_gid_queue_scan_event_handler() local 332 struct roce_netdev_event_work *work; in roce_gid_queue_scan_event() local 364 struct roce_netdev_event_work *work = in roce_gid_delete_all_event_handler() local 375 struct roce_netdev_event_work *work; in roce_gid_delete_all_event() local 432 struct roce_rescan_work *work = in roce_rescan_device_handler() local 443 struct roce_rescan_work *work = kmalloc(sizeof(*work), GFP_KERNEL); in roce_rescan_device() local
|
H A D | ib_cm.c | 243 struct delayed_work work; member 254 struct cm_work work; /* Must be first. */ member 849 struct cm_work *work; in cm_dequeue_work() local 859 cm_free_work(struct cm_work * work) cm_free_work() argument 968 struct cm_work *work; cm_destroy_id() local 1499 cm_get_bth_pkey(struct cm_work * work) cm_get_bth_pkey() argument 1517 cm_format_req_event(struct cm_work * work,struct cm_id_private * cm_id_priv,struct ib_cm_id * listen_id) cm_format_req_event() argument 1554 cm_process_work(struct cm_id_private * cm_id_priv,struct cm_work * work) cm_process_work() argument 1632 cm_dup_req_handler(struct cm_work * work,struct cm_id_private * cm_id_priv) cm_dup_req_handler() argument 1675 cm_match_req(struct cm_work * work,struct cm_id_private * cm_id_priv) cm_match_req() argument 1766 cm_req_handler(struct cm_work * work) cm_req_handler() argument 2026 cm_format_rep_event(struct cm_work * work,enum ib_qp_type qp_type) cm_format_rep_event() argument 2047 cm_dup_rep_handler(struct cm_work * work) cm_dup_rep_handler() argument 2090 cm_rep_handler(struct cm_work * work) cm_rep_handler() argument 2190 cm_establish_handler(struct cm_work * work) cm_establish_handler() argument 2222 cm_rtu_handler(struct cm_work * work) cm_rtu_handler() argument 2412 cm_dreq_handler(struct cm_work * work) cm_dreq_handler() argument 2488 cm_drep_handler(struct cm_work * work) cm_drep_handler() argument 2587 cm_format_rej_event(struct cm_work * work) cm_format_rej_event() argument 2634 cm_rej_handler(struct cm_work * work) cm_rej_handler() argument 2792 cm_mra_handler(struct cm_work * work) cm_mra_handler() argument 2974 cm_lap_handler(struct cm_work * work) cm_lap_handler() argument 3128 cm_apr_handler(struct cm_work * work) cm_apr_handler() argument 3178 cm_timewait_handler(struct cm_work * work) cm_timewait_handler() argument 3280 cm_format_sidr_req_event(struct cm_work * work,const struct cm_id_private * rx_cm_id,struct ib_cm_id * listen_id) cm_format_sidr_req_event() argument 3299 cm_sidr_req_handler(struct cm_work * work) cm_sidr_req_handler() argument 3429 cm_format_sidr_rep_event(struct cm_work * work) cm_format_sidr_rep_event() argument 3445 cm_sidr_rep_handler(struct cm_work * work) cm_sidr_rep_handler() argument 3568 struct cm_work *work = container_of(_work, struct cm_work, work.work); cm_work_handler() local 3622 struct cm_work *work; cm_establish() local 3735 struct cm_work *work; cm_recv_handler() local [all...] |
H A D | ib_iwcm.c | 87 struct work_struct work; member 122 struct iwcm_work *work; in get_work() local 132 static void put_work(struct iwcm_work *work) in put_work() 147 struct iwcm_work *work; in alloc_work_entries() local 891 struct iwcm_work *work = container_of(_work, struct iwcm_work, work); in cm_work_handler() local 942 struct iwcm_work *work; in cm_event_handler() local
|
/freebsd-src/sys/compat/linuxkpi/common/src/ |
H A D | linux_work.c | 93 linux_work_exec_unblock(struct work_struct *work) in linux_work_exec_unblock() 132 struct work_struct *work) in linux_queue_work_on() 273 struct work_struct *work; in linux_work_fn() local 370 linux_cancel_work(struct work_struct *work) in linux_cancel_work() 401 linux_cancel_work_sync(struct work_struct *work) in linux_cancel_work_sync() 567 linux_flush_work(struct work_struct *work) in linux_flush_work() 620 linux_work_pending(struct work_struct *work) in linux_work_pending() 636 linux_work_busy(struct work_struct *work) in linux_work_busy()
|
/freebsd-src/sys/kern/ |
H A D | genassym.sh | 10 work() function
|
H A D | genoffset.sh | 36 work() function
|
/freebsd-src/tools/test/stress2/misc/ |
H A D | spin.sh | 108 work(); function
|
H A D | mmap28.sh | 128 work(); function
|
H A D | sched.sh | 151 work(); function
|
H A D | mmap27.sh | 116 work(); function
|
/freebsd-src/contrib/bsnmp/lib/ |
H A D | snmpclient.c | 106 struct work { struct 110 TAILQ_HEAD(worklist, work); argument 145 table_free(struct tabwork *work, int all) in table_free() argument 179 table_find(struct tabwork * work,const struct asn_oid * var) table_find() argument 474 table_check_response(struct tabwork * work,const struct snmp_pdu * resp) table_check_response() argument 538 table_check_cons(struct tabwork * work) table_check_cons() argument 568 struct tabwork work; snmp_table_fetch() local 634 struct tabwork *work = arg; table_cb() local 714 struct tabwork *work; snmp_table_fetch_async() local [all...] |
/freebsd-src/contrib/openbsm/bin/auditdistd/ |
H A D | subr.h | 34 #define KEEP_ERRNO(work) do { \ argument
|
/freebsd-src/sbin/hastd/ |
H A D | subr.h | 41 #define KEEP_ERRNO(work) do { \ argument
|
/freebsd-src/sys/dev/qat/qat_common/ |
H A D | adf_aer.c | 23 struct work_struct work; member 194 adf_device_reset_worker(struct work_struct * work) adf_device_reset_worker() argument 278 adf_notify_fatal_error_work(struct work_struct * work) adf_notify_fatal_error_work() argument
|
H A D | adf_vf_isr.c | 29 struct work_struct work; member 55 adf_dev_stop_async(struct work_struct *work) in adf_dev_stop_async()
|
/freebsd-src/sys/contrib/dev/mediatek/mt76/ |
H A D | mt792x_mac.c | 12 void mt792x_mac_work(struct work_struct *work) in mt792x_mac_work() 318 void mt792x_pm_wake_work(struct work_struct *work) in mt792x_pm_wake_work() 352 void mt792x_pm_power_save_work(struct work_struct *work) in mt792x_pm_power_save_work()
|
/freebsd-src/sys/dev/wtap/plugins/ |
H A D | wtap_plugin.h | 43 void (*work)(struct wtap_plugin *, struct packet *p); member
|
/freebsd-src/sys/ofed/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_ib.c | 580 void ipoib_reap_ah(struct work_struct *work) in ipoib_reap_ah() 950 void ipoib_ib_dev_flush_light(struct work_struct *work) in ipoib_ib_dev_flush_light() 958 void ipoib_ib_dev_flush_normal(struct work_struct *work) in ipoib_ib_dev_flush_normal() 966 void ipoib_ib_dev_flush_heavy(struct work_struct *work) in ipoib_ib_dev_flush_heavy() 996 void ipoib_pkey_poll(struct work_struct *work) in ipoib_pkey_poll()
|
/freebsd-src/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_dim.c | 61 mlx5e_dim_work(struct work_struct *work) in mlx5e_dim_work()
|
/freebsd-src/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_health.c | 141 static void mlx5_trigger_cmd_completions(struct work_struct *work) in mlx5_trigger_cmd_completions() 363 static void health_recover(struct work_struct *work) in health_recover() 419 static void health_care(struct work_struct *work) in health_care() 543 static void health_watchdog(struct work_struct *work) in health_watchdog()
|
/freebsd-src/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | pci_init.c | 15 mt7615_pci_init_work(struct work_struct * work) mt7615_pci_init_work() argument
|
/freebsd-src/sys/contrib/dev/mediatek/mt76/mt76x2/ |
H A D | usb_phy.c | 42 void mt76x2u_phy_calibrate(struct work_struct *work) in mt76x2u_phy_calibrate()
|