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

/linux-master/include/linux/
H A Dcpu.h142 extern int cpus_read_trylock(void);
157 static inline int cpus_read_trylock(void) { return true; } function
/linux-master/kernel/
H A Dcpu.c492 int cpus_read_trylock(void) function
496 EXPORT_SYMBOL_GPL(cpus_read_trylock); variable
/linux-master/kernel/cgroup/
H A Dcpuset.c2084 * cpus_read_trylock() is successful.
2086 if ((cmd == partcmd_update) && !newmask && cpus_read_trylock()) {
4430 * cpus_read_trylock() is used here to acquire the lock.
4436 while (!cpus_read_trylock()) {
4526 * cpus_read_trylock() is used here to acquire the lock.

Completed in 217 milliseconds