Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/firewire/
Dcore-device.c1069 reused->workfn = fw_device_update; in fw_device_init()
1126 device->workfn = fw_device_shutdown; in fw_device_init()
1245 device->workfn = fw_device_shutdown; in fw_device_refresh()
1256 device->workfn(work); in fw_device_workfn()
1308 device->workfn = fw_device_init; in fw_node_event()
1325 device->workfn = fw_device_refresh; in fw_node_event()
1340 device->workfn = fw_device_update; in fw_node_event()
1365 device->workfn = fw_device_shutdown; in fw_node_event()
Dsbp2.c137 work_func_t workfn; member
850 lu->workfn = sbp2_reconnect; in sbp2_login()
904 lu->workfn = sbp2_login; in sbp2_login()
938 lu->workfn = sbp2_login; in sbp2_reconnect()
962 lu->workfn(work); in sbp2_lu_workfn()
991 lu->workfn = sbp2_login; in sbp2_add_logical_unit()
/linux-6.12.1/include/linux/
Dfirewire.h208 work_func_t workfn; member
/linux-6.12.1/net/ceph/
Dosd_client.c2963 work_func_t workfn) in lwork_alloc() argument
2971 INIT_WORK(&lwork->work, workfn); in lwork_alloc()