Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcpumap.c293 unsigned long last_qs = jiffies; in cpu_map_kthread_run() local
320 last_qs = jiffies; in cpu_map_kthread_run()
325 rcu_softirq_qs_periodic(last_qs); in cpu_map_kthread_run()
/linux/net/core/
H A Ddev.c7809 unsigned long last_qs = busy_poll_last_qs ? *busy_poll_last_qs : jiffies; in napi_threaded_poll_loop()
7846 rcu_softirq_qs_periodic(last_qs); in napi_threaded_poll()
7855 *busy_poll_last_qs = last_qs; in napi_threaded_poll()
7861 unsigned long last_qs = jiffies; in napi_threaded_poll()
7879 napi_threaded_poll_loop(napi, want_busy_poll ? &last_qs : NULL); in net_rx_action()
7797 unsigned long last_qs = busy_poll_last_qs ? *busy_poll_last_qs : jiffies; napi_threaded_poll_loop() local
7849 unsigned long last_qs = jiffies; napi_threaded_poll() local