Home
last modified time | relevance | path

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

/linux-6.15/tools/include/nolibc/
H A Dstdlib.h19 char user_p[] __attribute__((__aligned__)); member
78 heap = container_of(ptr, struct nolibc_heap, user_p); in free()
145 return heap->user_p; in malloc()
175 heap = container_of(old_ptr, struct nolibc_heap, user_p); in realloc()
189 memcpy(ret, heap->user_p, user_p_len); in realloc()
/linux-6.15/Documentation/RCU/Design/Requirements/
H A DRequirements.rst2028 5 get_user(user_v, user_p);
2038 3 get_user(user_v, user_p); // BUG: POSSIBLE PAGE FAULT!!!