Searched refs:sembuf (Results 1 – 25 of 32) sorted by relevance
12
/Linux-v4.19/ipc/ |
D | sem.c | 136 struct sembuf *sops; /* array of pending operations */ 137 struct sembuf *blocking; /* the operation that blocked */ 367 static inline int sem_lock(struct sem_array *sma, struct sembuf *sops, in sem_lock() 633 struct sembuf *sop; in perform_atomic_semop_slow() 635 struct sembuf *sops; in perform_atomic_semop_slow() 705 struct sembuf *sop; in perform_atomic_semop() 707 struct sembuf *sops; in perform_atomic_semop() 878 static int do_smart_wakeup_zero(struct sem_array *sma, struct sembuf *sops, in do_smart_wakeup_zero() 990 static void set_semotime(struct sem_array *sma, struct sembuf *sops) in set_semotime() 1014 static void do_smart_update(struct sem_array *sma, struct sembuf *sops, int nsops, in do_smart_update() [all …]
|
D | util.h | 251 long ksys_semtimedop(int semid, struct sembuf __user *tsops, 267 long compat_ksys_semtimedop(int semid, struct sembuf __user *tsems,
|
D | syscall.c | 30 return ksys_semtimedop(first, (struct sembuf __user *)ptr, in SYSCALL_DEFINE6()
|
/Linux-v4.19/arch/alpha/include/uapi/asm/ |
D | Kbuild | 8 generic-y += sembuf.h
|
/Linux-v4.19/arch/ia64/include/uapi/asm/ |
D | Kbuild | 9 generic-y += sembuf.h
|
/Linux-v4.19/arch/s390/include/uapi/asm/ |
D | Kbuild | 16 generic-y += sembuf.h
|
/Linux-v4.19/include/uapi/linux/ |
D | sem.h | 40 struct sembuf { struct
|
/Linux-v4.19/arch/arm64/include/uapi/asm/ |
D | Kbuild | 14 generic-y += sembuf.h
|
/Linux-v4.19/arch/sh/include/uapi/asm/ |
D | Kbuild | 16 generic-y += sembuf.h
|
/Linux-v4.19/arch/arm/include/uapi/asm/ |
D | Kbuild | 18 generic-y += sembuf.h
|
/Linux-v4.19/arch/m68k/include/uapi/asm/ |
D | Kbuild | 14 generic-y += sembuf.h
|
/Linux-v4.19/arch/hexagon/include/uapi/asm/ |
D | Kbuild | 16 generic-y += sembuf.h
|
/Linux-v4.19/arch/riscv/include/uapi/asm/ |
D | Kbuild | 18 generic-y += sembuf.h
|
/Linux-v4.19/arch/microblaze/include/uapi/asm/ |
D | Kbuild | 17 generic-y += sembuf.h
|
/Linux-v4.19/arch/arc/include/uapi/asm/ |
D | Kbuild | 19 generic-y += sembuf.h
|
/Linux-v4.19/arch/nds32/include/uapi/asm/ |
D | Kbuild | 18 generic-y += sembuf.h
|
/Linux-v4.19/arch/nios2/include/uapi/asm/ |
D | Kbuild | 19 generic-y += sembuf.h
|
/Linux-v4.19/arch/h8300/include/uapi/asm/ |
D | Kbuild | 18 generic-y += sembuf.h
|
/Linux-v4.19/arch/c6x/include/uapi/asm/ |
D | Kbuild | 19 generic-y += sembuf.h
|
/Linux-v4.19/arch/openrisc/include/uapi/asm/ |
D | Kbuild | 18 generic-y += sembuf.h
|
/Linux-v4.19/include/uapi/asm-generic/ |
D | Kbuild.asm | 19 mandatory-y += sembuf.h
|
/Linux-v4.19/arch/unicore32/include/uapi/asm/ |
D | Kbuild | 19 generic-y += sembuf.h
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | Kbuild | 43 generic-y += sembuf.h
|
/Linux-v4.19/include/linux/ |
D | security.h | 39 struct sembuf; 390 int security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, 1136 struct sembuf *sops, unsigned nsops, in security_sem_semop()
|
/Linux-v4.19/arch/arm/kernel/ |
D | sys_oabi-compat.c | 318 struct sembuf *sops; in sys_oabi_semtimedop()
|
12