Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dlocal_kptr_stash.c49 static int create_and_stash(int idx, int val) in create_and_stash() function
72 return create_and_stash(0, 41) ?: create_and_stash(1, 42); in stash_rb_nodes()