Home
last modified time | relevance | path

Searched refs:fastpath (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dbpf-prologue.c372 bool fastpath = true; in bpf__gen_prologue() local
414 /* fastpath is true if all args has ref == NULL */ in bpf__gen_prologue()
415 fastpath = false; in bpf__gen_prologue()
438 if (fastpath) { in bpf__gen_prologue()
488 if (!fastpath) { in bpf__gen_prologue()
/kernel/linux/linux-5.10/kernel/rcu/
H A Dtree_exp.h71 * no-work-to-do fastpath.
286 /* Low-contention fastpath. */ in exp_funnel_lock()
291 goto fastpath; in exp_funnel_lock()
323 fastpath: in exp_funnel_lock()
/kernel/linux/linux-6.6/kernel/rcu/
H A Dtree_exp.h74 * no-work-to-do fastpath.
288 /* Low-contention fastpath. */ in exp_funnel_lock()
293 goto fastpath; in exp_funnel_lock()
325 fastpath: in exp_funnel_lock()
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpiolib.c2724 unsigned long fastpath[2 * BITS_TO_LONGS(FASTPATH_NGPIO)]; in gpiod_get_array_value_complex() local
2729 mask = fastpath; in gpiod_get_array_value_complex()
2761 if (mask != fastpath) in gpiod_get_array_value_complex()
2782 if (mask != fastpath) in gpiod_get_array_value_complex()
3007 unsigned long fastpath[2 * BITS_TO_LONGS(FASTPATH_NGPIO)]; in gpiod_set_array_value_complex() local
3012 mask = fastpath; in gpiod_set_array_value_complex()
3066 if (mask != fastpath) in gpiod_set_array_value_complex()
/kernel/linux/linux-5.10/net/core/
H A Dskbuff.c647 goto fastpath; in kfree_skbmem()
656 fastpath: in kfree_skbmem()
/kernel/linux/linux-6.6/net/core/
H A Dskbuff.c1021 goto fastpath; in kfree_skbmem()
1030 fastpath: in kfree_skbmem()

Completed in 30 milliseconds