Searched refs:LOCK_SH (Results 1 – 6 of 6) sorted by relevance
68 sys_flags |= LOCK_SH; in eal_file_lock()
319 #define LOCK_SH 0x01 /* shared file lock */ macro
746 if (flock(dir_fd, LOCK_SH)) { in mp_send()1018 if (flock(dir_fd, LOCK_SH)) { in rte_mp_request_sync()1163 if (flock(dir_fd, LOCK_SH)) { in rte_mp_request_async()
385 if (flock(fd, LOCK_SH) < 0) { in map_all_hugepages()740 if (flock(fd, LOCK_SH) < 0) {1573 if (flock(fd, LOCK_SH) < 0) {
316 if (lock(fd, LOCK_SH) < 0) { in get_seg_fd()354 if (lock(fd, LOCK_SH) < 0) { in get_seg_fd()
3570 else if (uap->how & LOCK_SH) in sys_flock()