Searched refs:non_rcu (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dcred.h144 int non_rcu; /* Can we skip RCU deletion? */ member in union:cred::__anon28
220 nonconst_cred->non_rcu = 0;
245 nonconst_cred->non_rcu = 0;
/linux-master/kernel/
H A Dcred.c107 if (cred->non_rcu)
221 new->non_rcu = 0;
496 * That means that we do not clear the 'non_rcu' flag, since
646 new->non_rcu = 0;
/linux-master/fs/
H A Dopen.c449 * non_rcu field, because now that other user may be
454 override_cred->non_rcu = 1;

Completed in 207 milliseconds