Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/
Dworkqueue.c5607 struct work_for_cpu { struct
5616 struct work_for_cpu *wfc = container_of(work, struct work_for_cpu, work); in work_for_cpu_fn() argument
5636 struct work_for_cpu wfc = { .fn = fn, .arg = arg }; in work_on_cpu_key()