Searched refs:fastpath (Results 1 – 9 of 9) sorted by relevance
366 bool fastpath = true; in bpf__gen_prologue() local409 fastpath = false; in bpf__gen_prologue()432 if (fastpath) { in bpf__gen_prologue()482 if (!fastpath) { in bpf__gen_prologue()
7 - in the user-space fastpath a PI-enabled futex involves no kernel work78 As mentioned before, the userspace fastpath of PI-enabled pthread90 If the lock-acquire fastpath fails, [i.e. an atomic transition from 0 to104 If the unlock side fastpath succeeds, [i.e. userspace manages to do a108 If the unlock fastpath fails (because the FUTEX_WAITERS bit is set),
40 RT-mutexes are optimized for fastpath operations and have no internal42 without waiters. The optimized fastpath operations require cmpxchg
40 (i) fastpath: tries to atomically acquire the lock by cmpxchg()ing the owner with
286 goto fastpath; in exp_funnel_lock()318 fastpath: in exp_funnel_lock()
32 including the Netfilter hooks and the flowtable fastpath bypass.
3308 unsigned long fastpath[2 * BITS_TO_LONGS(FASTPATH_NGPIO)]; in gpiod_get_array_value_complex() local3313 mask = fastpath; in gpiod_get_array_value_complex()3345 if (mask != fastpath) in gpiod_get_array_value_complex()3366 if (mask != fastpath) in gpiod_get_array_value_complex()3591 unsigned long fastpath[2 * BITS_TO_LONGS(FASTPATH_NGPIO)]; in gpiod_set_array_value_complex() local3596 mask = fastpath; in gpiod_set_array_value_complex()3653 if (mask != fastpath) in gpiod_set_array_value_complex()
634 goto fastpath; in kfree_skbmem()643 fastpath: in kfree_skbmem()
1765 ,Title="{[PATCH]} {QRCU} with lockless fastpath"1848 Nesterov's QRCU as an example (with Paul McKenney's fastpath).