Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dbpf-prologue.c366 bool fastpath = true; in bpf__gen_prologue() local
409 fastpath = false; in bpf__gen_prologue()
432 if (fastpath) { in bpf__gen_prologue()
482 if (!fastpath) { in bpf__gen_prologue()
/Linux-v4.19/Documentation/
Dpi-futex.txt7 - in the user-space fastpath a PI-enabled futex involves no kernel work
78 As mentioned before, the userspace fastpath of PI-enabled pthread
90 If the lock-acquire fastpath fails, [i.e. an atomic transition from 0 to
104 If the unlock side fastpath succeeds, [i.e. userspace manages to do a
108 If the unlock fastpath fails (because the FUTEX_WAITERS bit is set),
/Linux-v4.19/Documentation/locking/
Drt-mutex.txt39 RT-mutexes are optimized for fastpath operations and have no internal
41 without waiters. The optimized fastpath operations require cmpxchg
Dmutex-design.txt37 (i) fastpath: tries to atomically acquire the lock by cmpxchg()ing the owner with
/Linux-v4.19/kernel/rcu/
Dtree_exp.h298 goto fastpath; in exp_funnel_lock()
330 fastpath: in exp_funnel_lock()
/Linux-v4.19/drivers/gpio/
Dgpiolib.c2794 unsigned long fastpath[2 * BITS_TO_LONGS(FASTPATH_NGPIO)]; in gpiod_get_array_value_complex() local
2799 mask = fastpath; in gpiod_get_array_value_complex()
2827 if (mask != fastpath) in gpiod_get_array_value_complex()
2843 if (mask != fastpath) in gpiod_get_array_value_complex()
3037 unsigned long fastpath[2 * BITS_TO_LONGS(FASTPATH_NGPIO)]; in gpiod_set_array_value_complex() local
3042 mask = fastpath; in gpiod_set_array_value_complex()
3088 if (mask != fastpath) in gpiod_set_array_value_complex()
/Linux-v4.19/Documentation/networking/
Dnf_flowtable.txt32 including the Netfilter hooks and the flowtable fastpath bypass.
/Linux-v4.19/net/core/
Dskbuff.c593 goto fastpath; in kfree_skbmem()
602 fastpath: in kfree_skbmem()
/Linux-v4.19/Documentation/RCU/
DRTFP.txt1765 ,Title="{[PATCH]} {QRCU} with lockless fastpath"
1848 Nesterov's QRCU as an example (with Paul McKenney's fastpath).