Home
last modified time | relevance | path

Searched refs:workfn (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/firewire/
Dcore-device.c907 old->workfn = fw_device_update; in lookup_existing_device()
1066 device->workfn = fw_device_shutdown; in fw_device_init()
1187 device->workfn = fw_device_shutdown; in fw_device_refresh()
1198 device->workfn(work); in fw_device_workfn()
1250 device->workfn = fw_device_init; in fw_node_event()
1267 device->workfn = fw_device_refresh; in fw_node_event()
1282 device->workfn = fw_device_update; in fw_node_event()
1307 device->workfn = fw_device_shutdown; in fw_node_event()
Dsbp2.c136 work_func_t workfn; member
849 lu->workfn = sbp2_reconnect; in sbp2_login()
903 lu->workfn = sbp2_login; in sbp2_login()
937 lu->workfn = sbp2_login; in sbp2_reconnect()
961 lu->workfn(work); in sbp2_lu_workfn()
990 lu->workfn = sbp2_login; in sbp2_add_logical_unit()
/linux-6.1.9/include/linux/
Dfirewire.h206 work_func_t workfn; member
/linux-6.1.9/net/ceph/
Dosd_client.c2880 work_func_t workfn) in lwork_alloc() argument
2888 INIT_WORK(&lwork->work, workfn); in lwork_alloc()