Searched refs:bpfLock (Results 1 – 1 of 1) sorted by relevance
136 inline int bpfLock(int fd, short type) { in bpfLock() function174 return bpfLock(mapRetrieveLocklessRW(pathname), F_WRLCK); in mapRetrieveExclusiveRW()178 return bpfLock(mapRetrieveLocklessRW(pathname), F_RDLCK); in mapRetrieveRW()188 return bpfLock(bpfFdGet(pathname, BPF_F_WRONLY), F_WRLCK); in mapRetrieveWO()