Searched refs:stack_buf (Results 1 – 2 of 2) sorted by relevance
17 char stack_buf[16]; in probe() local25 __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()
2391 char stack_buf[256]; in __ceph_object_locator_to_pg() local2392 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()