Home
last modified time | relevance | path

Searched refs:wrk (Results 1 – 23 of 23) sorted by relevance

/linux/net/smc/
A Dsmc_ism.c332 switch (wrk->event.code) { in smcd_handle_sw_event()
334 smc_smcd_terminate(wrk->smcd, wrk->event.tok, ev_info.vlan_id); in smcd_handle_sw_event()
339 wrk->smcd->ops->signal_event(wrk->smcd, in smcd_handle_sw_event()
340 wrk->event.tok, in smcd_handle_sw_event()
373 switch (wrk->event.type) { in smc_ism_event_work()
375 smc_smcd_terminate(wrk->smcd, wrk->event.tok, VLAN_VID_MASK); in smc_ism_event_work()
383 kfree(wrk); in smc_ism_event_work()
510 wrk = kmalloc(sizeof(*wrk), GFP_ATOMIC); in smcd_handle_event()
511 if (!wrk) in smcd_handle_event()
514 wrk->smcd = smcd; in smcd_handle_event()
[all …]
/linux/drivers/mtd/ubi/
A Dfastmap-wl.c12 static void update_fastmap_work_fn(struct work_struct *wrk) in update_fastmap_work_fn() argument
14 struct ubi_device *ubi = container_of(wrk, struct ubi_device, fm_work); in update_fastmap_work_fn()
288 struct ubi_work *wrk; in ubi_ensure_anchor_pebs() local
310 wrk = kmalloc(sizeof(struct ubi_work), GFP_NOFS); in ubi_ensure_anchor_pebs()
311 if (!wrk) { in ubi_ensure_anchor_pebs()
318 wrk->func = &wear_leveling_worker; in ubi_ensure_anchor_pebs()
319 __schedule_ubi_work(ubi, wrk); in ubi_ensure_anchor_pebs()
367 int ubi_is_erase_work(struct ubi_work *wrk) in ubi_is_erase_work() argument
369 return wrk->func == erase_worker; in ubi_is_erase_work()
A Dwl.c191 struct ubi_work *wrk; in do_work() local
210 list_del(&wrk->list); in do_work()
220 err = wrk->func(ubi, wrk, 0); in do_work()
657 kfree(wrk);
1008 struct ubi_work *wrk; local
1043 if (!wrk) {
1408 list_del(&wrk->list);
1413 err = wrk->func(ubi, wrk, 0);
1692 struct ubi_work *wrk; local
1695 list_del(&wrk->list);
[all …]
A Dwl.h5 static void update_fastmap_work_fn(struct work_struct *wrk);
A Dubi.h805 int (*func)(struct ubi_device *ubi, struct ubi_work *wrk, int shutdown);
918 int ubi_is_erase_work(struct ubi_work *wrk);
/linux/net/core/
A Dlink_watch.c178 LIST_HEAD(wrk); in __linkwatch_run_queue()
200 list_splice_init(&lweventlist, &wrk); in __linkwatch_run_queue()
202 while (!list_empty(&wrk) && do_dev > 0) { in __linkwatch_run_queue()
204 dev = list_first_entry(&wrk, struct net_device, link_watch_list); in __linkwatch_run_queue()
219 list_splice_init(&wrk, &lweventlist); in __linkwatch_run_queue()
/linux/drivers/scsi/
A Dstorvsc_drv.c514 struct storvsc_scan_work *wrk; in storvsc_device_scan() local
519 sdev = scsi_device_lookup(wrk->host, 0, wrk->tgt_id, wrk->lun); in storvsc_device_scan()
526 kfree(wrk); in storvsc_device_scan()
560 struct storvsc_scan_work *wrk; in storvsc_remove_lun() local
564 if (!scsi_host_get(wrk->host)) in storvsc_remove_lun()
567 sdev = scsi_device_lookup(wrk->host, 0, wrk->tgt_id, wrk->lun); in storvsc_remove_lun()
573 scsi_host_put(wrk->host); in storvsc_remove_lun()
576 kfree(wrk); in storvsc_remove_lun()
1097 if (!wrk) { in storvsc_handle_error()
1102 wrk->host = host; in storvsc_handle_error()
[all …]
/linux/drivers/hv/
A Dhv_balloon.c453 struct work_struct wrk; member
459 struct work_struct wrk; member
1518 schedule_work(&dm_device.balloon_wrk.wrk); in balloon_onchannelcallback()
1558 schedule_work(&dm_device.ha_wrk.wrk); in balloon_onchannelcallback()
1785 INIT_WORK(&dm_device.balloon_wrk.wrk, balloon_up); in balloon_probe()
1786 INIT_WORK(&dm_device.ha_wrk.wrk, hot_add_req); in balloon_probe()
1835 cancel_work_sync(&dm->balloon_wrk.wrk); in balloon_remove()
1836 cancel_work_sync(&dm->ha_wrk.wrk); in balloon_remove()
1865 cancel_work_sync(&dm->balloon_wrk.wrk); in balloon_suspend()
1866 cancel_work_sync(&dm->ha_wrk.wrk); in balloon_suspend()
/linux/arch/m68k/ifpsp060/
A DMISC194 wrk/fskeleton.s: 2.2
195 wrk/iskeleton.s: 2.2
196 wrk/os.s : 2.1
/linux/drivers/dma-buf/
A Ddma-fence-array.c45 static void irq_dma_fence_array_work(struct irq_work *wrk) in irq_dma_fence_array_work() argument
47 struct dma_fence_array *array = container_of(wrk, typeof(*array), work); in irq_dma_fence_array_work()
/linux/drivers/gpu/drm/i915/
A Dintel_wakeref.c85 static void __intel_wakeref_put_work(struct work_struct *wrk) in __intel_wakeref_put_work() argument
87 struct intel_wakeref *wf = container_of(wrk, typeof(*wf), work.work); in __intel_wakeref_put_work()
A Di915_request.c152 static void irq_execute_cb(struct irq_work *wrk) in irq_execute_cb() argument
154 struct execute_cb *cb = container_of(wrk, typeof(*cb), work); in irq_execute_cb()
161 __notify_execute_cb(struct i915_request *rq, bool (*fn)(struct irq_work *wrk)) in __notify_execute_cb() argument
179 static bool irq_work_imm(struct irq_work *wrk) in irq_work_imm() argument
181 wrk->func(wrk); in irq_work_imm()
A Di915_sw_fence.c459 static void irq_i915_sw_fence_work(struct irq_work *wrk) in irq_i915_sw_fence_work() argument
462 container_of(wrk, typeof(*cb), work); in irq_i915_sw_fence_work()
A Di915_active.c178 active_work(struct work_struct *wrk) in active_work() argument
180 struct i915_active *ref = container_of(wrk, typeof(*ref), work); in active_work()
/linux/drivers/gpu/drm/i915/gt/
A Dintel_gt_buffer_pool.c91 static void pool_free_work(struct work_struct *wrk) in pool_free_work() argument
94 container_of(wrk, typeof(*pool), work.work); in pool_free_work()
A Dselftest_rps.c24 static void dummy_rps_work(struct work_struct *wrk) in dummy_rps_work() argument
219 void (*saved_work)(struct work_struct *wrk); in live_rps_clock_interval()
371 void (*saved_work)(struct work_struct *wrk); in live_rps_control()
600 void (*saved_work)(struct work_struct *wrk); in live_rps_frequency_cs()
741 void (*saved_work)(struct work_struct *wrk); in live_rps_frequency_srm()
1023 void (*saved_work)(struct work_struct *wrk); in live_rps_interrupt()
1127 void (*saved_work)(struct work_struct *wrk); in live_rps_power()
A Dintel_engine_heartbeat.c107 static void heartbeat(struct work_struct *wrk) in heartbeat() argument
111 container_of(wrk, typeof(*engine), heartbeat.work.work); in heartbeat()
A Dintel_execlists_submission.c3457 static void rcu_virtual_context_destroy(struct work_struct *wrk) in rcu_virtual_context_destroy() argument
3460 container_of(wrk, typeof(*ve), rcu.work); in rcu_virtual_context_destroy()
/linux/drivers/pci/controller/
A Dpci-hyperv.c526 struct work_struct wrk; member
567 struct work_struct wrk; member
2105 dr_wrk = container_of(work, struct hv_dr_work, wrk); in pci_devices_present_work()
2237 INIT_WORK(&dr_wrk->wrk, pci_devices_present_work); in hv_pci_start_relations_work()
2253 queue_work(hbus->wq, &dr_wrk->wrk); in hv_pci_start_relations_work()
2355 hpdev = container_of(work, struct hv_pci_dev, wrk); in hv_eject_device_work()
2418 INIT_WORK(&hpdev->wrk, hv_eject_device_work); in hv_pci_eject_device()
2419 queue_work(hbus->wq, &hpdev->wrk); in hv_pci_eject_device()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_common.c953 struct refill_work *wrk; in otx2_pool_refill_task() local
958 wrk = container_of(work, struct refill_work, pool_refill_work.work); in otx2_pool_refill_task()
959 pfvf = wrk->pf; in otx2_pool_refill_task()
960 qidx = wrk - pfvf->refill_wrk; in otx2_pool_refill_task()
973 dwork = &wrk->pool_refill_work; in otx2_pool_refill_task()
A Dotx2_pf.c1736 int qidx, vec, wrk; in otx2_stop() local
1785 for (wrk = 0; wrk < pf->qset.cq_cnt; wrk++) in otx2_stop()
1786 cancel_delayed_work_sync(&pf->refill_wrk[wrk].pool_refill_work); in otx2_stop()
/linux/kernel/power/
A Dswap.c638 unsigned char wrk[LZO1X_1_MEM_COMPRESS]; /* compression workspace */ member
662 d->wrk); in lzo_compress_threadfn()
/linux/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc_submission.c2681 static void submit_work_cb(struct irq_work *wrk) in submit_work_cb() argument
2683 struct i915_request *rq = container_of(wrk, typeof(*rq), submit_work); in submit_work_cb()

Completed in 87 milliseconds