Home
last modified time | relevance | path

Searched defs:callback_head (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_read_macros.c6 struct callback_head { struct
7 struct callback_head *next; argument
8 void (*func)(struct callback_head *head); argument
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_ordering.c45 struct callback_head { struct
46 struct callback_head *next; argument
47 void (*func)(struct callback_head *); argument
H A Dkfree_skb.c19 struct callback_head { struct
20 struct callback_head *next; argument
21 void (*func)(struct callback_head *head); argument
/openbmc/linux/include/linux/
H A Dtypes.h232 struct callback_head { struct
233 struct callback_head *next; argument
234 void (*func)(struct callback_head *head); argument
/openbmc/linux/kernel/
H A Dtask_work.c88 bool (*match)(struct callback_head *, void *data), in task_work_cancel_match()
/openbmc/u-boot/include/linux/
H A Dcompat.h310 struct callback_head { struct
311 struct callback_head *next; argument
312 void (*func)(struct callback_head *head); argument
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c1379 static void queue_task_work(struct mce *m, char *msg, void (*func)(struct callback_head *)) in queue_task_work()