Home
last modified time | relevance | path

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

/openbmc/linux/tools/bpf/bpftool/
H A Dmain.c73 static int do_batch(int argc, char **argv);
78 { "batch", do_batch },
323 static int do_batch(int argc, char **argv) in do_batch() function
/openbmc/linux/kernel/rcu/
H A Dtree.c2431 const bool do_batch = !rcu_segcblist_completely_offloaded(&rdp->cblist); in rcu_core() local
2451 rcu_segcblist_is_enabled(&rdp->cblist) && do_batch) { in rcu_core()
2461 if (do_batch && rcu_segcblist_ready_cbs(&rdp->cblist) && in rcu_core()