Home
last modified time | relevance | path

Searched defs:work (Results 101 – 125 of 2748) sorted by relevance

12345678910>>...110

/linux-6.15/block/
Dbio-integrity-auto.c19 struct work_struct work; member
36 static void bio_integrity_verify_fn(struct work_struct *work) in bio_integrity_verify_fn()
/linux-6.15/drivers/net/wireless/realtek/rtl818x/rtl8187/
Dleds.c22 static void led_turn_on(struct work_struct *work) in led_turn_on()
60 static void led_turn_off(struct work_struct *work) in led_turn_off()
/linux-6.15/drivers/ps3/
Dvuart.h23 struct work_struct work; member
37 void (*work)(struct ps3_system_bus_device *); member
/linux-6.15/drivers/gpu/drm/virtio/
Dvirtgpu_kms.c35 static void virtio_gpu_config_changed_work_func(struct work_struct *work) in virtio_gpu_config_changed_work_func()
60 void (*work_func)(struct work_struct *work)) in virtio_gpu_init_vq()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/lag/
Dmpesw.c128 static void mlx5_mpesw_work(struct work_struct *work) in mlx5_mpesw_work()
159 struct mlx5_mpesw_work_st *work; in mlx5_lag_mpesw_queue_work() local
/linux-6.15/drivers/hid/
Dhid-google-stadiaff.c24 struct work_struct work; member
27 static void stadiaff_work(struct work_struct *work) in stadiaff_work()
/linux-6.15/drivers/s390/scsi/
Dzfcp_fc.c99 void zfcp_fc_post_event(struct work_struct *work) in zfcp_fc_post_event()
177 static void zfcp_fc_wka_port_offline(struct work_struct *work) in zfcp_fc_wka_port_offline()
445 void zfcp_fc_port_did_lookup(struct work_struct *work) in zfcp_fc_port_did_lookup()
595 void zfcp_fc_link_test_work(struct work_struct *work) in zfcp_fc_link_test_work()
807 void zfcp_fc_scan_ports(struct work_struct *work) in zfcp_fc_scan_ports()
948 void zfcp_fc_sym_name_update(struct work_struct *work) in zfcp_fc_sym_name_update()
/linux-6.15/drivers/accel/ivpu/
Divpu_pm.c150 static void ivpu_pm_recovery_work(struct work_struct *work) in ivpu_pm_recovery_work()
188 static void ivpu_job_timeout_work(struct work_struct *work) in ivpu_job_timeout_work()
462 void ivpu_pm_irq_dct_work_fn(struct work_struct *work) in ivpu_pm_irq_dct_work_fn()
/linux-6.15/drivers/net/wireless/ath/ath9k/
Dlink.c85 void ath_hw_check_work(struct work_struct *work) in ath_hw_check_work()
146 void ath_hw_pll_work(struct work_struct *work) in ath_hw_pll_work()
241 void ath_paprd_calibrate(struct work_struct *work) in ath_paprd_calibrate()
/linux-6.15/net/ceph/crush/
Dmapper.c75 struct crush_work_bucket *work, in bucket_perm_choose()
136 struct crush_work_bucket *work, int x, int r) in bucket_uniform_choose()
377 struct crush_work_bucket *work, in crush_bucket_choose()
454 struct crush_work *work, in crush_choose_firstn()
647 struct crush_work *work, in crush_choose_indep()
/linux-6.15/fs/smb/server/mgmt/
Dshare_config.c124 static struct ksmbd_share_config *share_config_request(struct ksmbd_work *work, in share_config_request()
226 struct ksmbd_share_config *ksmbd_share_config_get(struct ksmbd_work *work, in ksmbd_share_config_get()
/linux-6.15/drivers/net/wireless/realtek/rtlwifi/
Dps.c182 void rtl_ips_nic_off_wq_callback(struct work_struct *work) in rtl_ips_nic_off_wq_callback()
565 void rtl_swlps_rfon_wq_callback(struct work_struct *work) in rtl_swlps_rfon_wq_callback()
642 void rtl_lps_change_work_callback(struct work_struct *work) in rtl_lps_change_work_callback()
678 void rtl_swlps_wq_callback(struct work_struct *work) in rtl_swlps_wq_callback()
/linux-6.15/drivers/hv/
Dhv_util.c87 struct work_struct work; member
94 static void send_hibernate_uevent(struct work_struct *work) in send_hibernate_uevent()
182 struct work_struct *work = NULL; in shutdown_onchannelcallback() local
337 static void hv_set_host_time(struct work_struct *work) in hv_set_host_time()
/linux-6.15/sound/soc/codecs/
Dcs42l43-jack.c368 void cs42l43_button_press_work(struct work_struct *work) in cs42l43_button_press_work()
441 void cs42l43_button_release_work(struct work_struct *work) in cs42l43_button_release_work()
478 void cs42l43_bias_sense_timeout(struct work_struct *work) in cs42l43_bias_sense_timeout()
722 void cs42l43_tip_sense_work(struct work_struct *work) in cs42l43_tip_sense_work()
/linux-6.15/drivers/bluetooth/
Dbcm203x.c52 struct work_struct work; member
140 static void bcm203x_work(struct work_struct *work) in bcm203x_work()
/linux-6.15/drivers/extcon/
Dextcon-intel-int3496.c30 struct delayed_work work; member
80 static void int3496_do_usb_id(struct work_struct *work) in int3496_do_usb_id()
/linux-6.15/include/linux/
Dstop_machine.h47 struct work_struct work; member
62 static void stop_one_cpu_nowait_workfn(struct work_struct *work) in stop_one_cpu_nowait_workfn()
/linux-6.15/drivers/net/can/spi/mcp251xfd/
Dmcp251xfd-tx.c154 void mcp251xfd_tx_obj_write_sync(struct work_struct *work) in mcp251xfd_tx_obj_write_sync()
198 static bool mcp251xfd_work_busy(struct work_struct *work) in mcp251xfd_work_busy()
/linux-6.15/drivers/char/tpm/
Dtpm-dev-common.c60 static void tpm_dev_async_work(struct work_struct *work) in tpm_dev_async_work()
102 static void tpm_timeout_work(struct work_struct *work) in tpm_timeout_work()
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_irq.c186 static void amdgpu_irq_handle_ih1(struct work_struct *work) in amdgpu_irq_handle_ih1()
201 static void amdgpu_irq_handle_ih2(struct work_struct *work) in amdgpu_irq_handle_ih2()
216 static void amdgpu_irq_handle_ih_soft(struct work_struct *work) in amdgpu_irq_handle_ih_soft()
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dtemp.c74 nv_poweroff_work(struct work_struct *work) in nv_poweroff_work()
120 struct work_struct *work; in nvkm_therm_sensor_event() local
/linux-6.15/drivers/platform/x86/
Dgpd-pocket-fan.c51 struct delayed_work work; member
74 static void gpd_pocket_fan_worker(struct work_struct *work) in gpd_pocket_fan_worker()
/linux-6.15/drivers/infiniband/hw/mlx5/
Dodp.c88 struct work_struct work; member
205 static void free_implicit_child_mr_work(struct work_struct *work) in free_implicit_child_mr_work()
1598 static void mlx5_ib_eqe_pf_action(struct work_struct *work) in mlx5_ib_eqe_pf_action()
1761 static void mlx5_ib_eq_pf_action(struct work_struct *work) in mlx5_ib_eq_pf_action()
1903 struct work_struct work; member
1913 static void destroy_prefetch_work(struct prefetch_mr_work *work) in destroy_prefetch_work()
1964 struct prefetch_mr_work *work = in mlx5_ib_prefetch_mr_work() local
1986 u32 pf_flags, struct prefetch_mr_work *work, in init_prefetch_work()
2043 struct prefetch_mr_work *work; in mlx5_ib_advise_mr_prefetch() local
/linux-6.15/drivers/gpu/drm/omapdrm/
Domap_fbdev.c36 struct work_struct work; member
41 static void pan_worker(struct work_struct *work) in pan_worker()
/linux-6.15/fs/smb/server/
Dsmb2misc.c368 int ksmbd_smb2_check_message(struct ksmbd_work *work) in ksmbd_smb2_check_message()
470 int smb2_negotiate_request(struct ksmbd_work *work) in smb2_negotiate_request()

12345678910>>...110