Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtest_stack_var_off.c17 char stack_buf[16]; in probe() local
25 __builtin_memcpy(stack_buf, input, 4); in probe()
28 len = stack_buf[0] & 0xf; in probe()
34 stack_buf[len] = 42; in probe()
47 probe_res = stack_buf[last]; in probe()
/Linux-v5.15/net/ceph/
Dosdmap.c2391 char stack_buf[256]; in __ceph_object_locator_to_pg() local
2392 char *buf = stack_buf; in __ceph_object_locator_to_pg()
2396 if (total > sizeof(stack_buf)) in __ceph_object_locator_to_pg()
2403 if (buf != stack_buf) in __ceph_object_locator_to_pg()