Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/include/nolibc/
A Dstdlib.h19 char user_p[] __attribute__((__aligned__)); member
77 heap = container_of(ptr, struct nolibc_heap, user_p); in free()
152 return heap->user_p; in malloc()
182 heap = container_of(old_ptr, struct nolibc_heap, user_p); in realloc()
196 memcpy(ret, heap->user_p, heap->len); in realloc()
/linux-6.3-rc2/Documentation/RCU/Design/Requirements/
A DRequirements.rst2028 5 get_user(user_v, user_p);
2038 3 get_user(user_v, user_p); // BUG: POSSIBLE PAGE FAULT!!!

Completed in 7 milliseconds