Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h1087 struct rw_semaphore { struct
1088 atomic_long_t count;
1089 atomic_long_t owner;
1090 struct optimistic_spin_queue osq;
1091 raw_spinlock_t wait_lock;
1115 struct rw_semaphore invalidate_lock; argument
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h484 struct rw_semaphore { struct
485 atomic_long_t count;
486 atomic_long_t owner;
487 struct optimistic_spin_queue osq;
488 raw_spinlock_t wait_lock;
489 struct list_head wait_list;
490 u64 android_vendor_data1;
491 u64 android_oem_data1[2];