Home
last modified time | relevance | path

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

/Linux-v4.19/init/
Dinit_task.c102 RCU_POINTER_INITIALIZER(real_cred, &init_cred),
103 RCU_POINTER_INITIALIZER(cred, &init_cred),
/Linux-v4.19/include/linux/
Drcupdate.h827 #define RCU_POINTER_INITIALIZER(p, v) \ macro