Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c835 static tm_print_fn_t __tm_pr = __base_pr; variable
841 old_print_fn = __atomic_exchange_n(&__tm_pr, fn, __ATOMIC_RELAXED); in traffic_monitor_set_print()
851 print_fn = __atomic_load_n(&__tm_pr, __ATOMIC_RELAXED); in tm_print()