Home
last modified time | relevance | path

Searched defs:ld_semaphore (Results 1 – 1 of 1) sorted by relevance

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h11078 struct ld_semaphore { struct
11079 atomic_long_t count;
11080 raw_spinlock_t wait_lock;
11081 unsigned int wait_readers;
11082 struct list_head read_wait;
11083 struct list_head write_wait;
11084 struct lockdep_map dep_map;