Home
last modified time | relevance | path

Searched refs:LOCK_SH (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/tools/include/uapi/asm-generic/
Dfcntl.h178 #define LOCK_SH 1 /* shared lock */ macro
/linux-5.19.10/include/uapi/asm-generic/
Dfcntl.h178 #define LOCK_SH 1 /* shared lock */ macro
/linux-5.19.10/Documentation/x86/
Dresctrl.rst1002 A) Take flock(LOCK_SH) on /sys/fs/resctrl
1035 ret = flock(fd, LOCK_SH);
/linux-5.19.10/fs/
Dlocks.c417 case LOCK_SH: in flock_translate_cmd()