Home
last modified time | relevance | path

Searched refs:op_count (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dsys_sem.cpp59 int semop(int id, sembuf* ops, size_t op_count) { in semop() argument
60 return semtimedop(id, ops, op_count, nullptr); in semop()
63 int semtimedop(int id, sembuf* ops, size_t op_count, const timespec* ts) { in semtimedop() argument
65 return syscall(SYS_semtimedop, id, ops, op_count, ts); in semtimedop()
67 return syscall(SYS_ipc, SEMTIMEDOP, id, op_count, 0, ops, ts); in semtimedop()
/bionic/libc/kernel/uapi/drm/
Dnouveau_drm.h156 __u32 op_count; member