Home
last modified time | relevance | path

Searched defs:sem (Results 1 – 25 of 38) sorted by relevance

12

/linux/tools/include/linux/
H A Drwsem.h11 static inline int init_rwsem(struct rw_semaphore *sem) in init_rwsem()
16 static inline int exit_rwsem(struct rw_semaphore *sem) in exit_rwsem()
21 static inline int down_read(struct rw_semaphore *sem) in down_read()
26 static inline int up_read(struct rw_semaphore *sem) in up_read()
31 static inline int down_write(struct rw_semaphore *sem) in down_write()
36 static inline int up_write(struct rw_semaphore *sem) in up_write()
41 #define down_read_nested(sem, subclass) down_read(sem) argument
42 #define down_write_nested(sem, subclass) down_write(sem) argument
/linux/tools/perf/util/
H A Drwsem.c9 int init_rwsem(struct rw_semaphore *sem) in init_rwsem()
19 int exit_rwsem(struct rw_semaphore *sem) in exit_rwsem()
29 int down_read(struct rw_semaphore *sem) in down_read()
40 int up_read(struct rw_semaphore *sem) in up_read()
51 int down_write(struct rw_semaphore *sem) in down_write()
62 int up_write(struct rw_semaphore *sem) in up_write()
/linux/ipc/
H A Dsem.c95 struct sem { struct
96 int semval; /* current value */ argument
104 struct pid *sempid; argument
105 spinlock_t lock; /* spinlock for fine-grained semtimedop */ argument
110 time64_t sem_otime; /* candidate for sem_otime */ argument
126 struct sem sems[]; argument
317 struct sem *sem = &sma->sems[i]; in merge_queues() local
339 struct sem *sem; in complexmode_enter() local
392 struct sem *sem; in sem_lock() local
467 struct sem *sem = &sma->sems[locknum]; in sem_unlock() local
[all …]
/linux/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c630 sem_t *sem; in acpi_os_create_semaphore() local
682 sem_t *sem = (sem_t *) handle; in acpi_os_delete_semaphore() local
718 sem_t *sem = (sem_t *) handle; in acpi_os_wait_semaphore() local
835 sem_t *sem = (sem_t *) handle; in acpi_os_signal_semaphore() local
/linux/drivers/misc/
H A Dntsync.c59 } sem; member
319 static void try_wake_any_sem(struct ntsync_obj *sem) in try_wake_any_sem()
393 static int release_sem_state(struct ntsync_obj *sem, __u32 count) in release_sem_state()
407 static int ntsync_sem_release(struct ntsync_obj *sem, void __user *argp) in ntsync_sem_release()
586 static int ntsync_sem_read(struct ntsync_obj *sem, void __user *argp) in ntsync_sem_read()
735 struct ntsync_obj *sem; in ntsync_create_sem() local
/linux/tools/testing/selftests/drivers/ntsync/
H A Dntsync.c17 static int read_sem_state(int sem, __u32 *count, __u32 *max) in read_sem_state()
29 #define check_sem_state(sem, count, max) \ argument
38 static int release_sem(int sem, __u32 *count) in release_sem()
146 int fd, ret, sem; in TEST() local
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dreset.c51 u32 sem; in mlx4_reset() local
/linux/fs/jffs2/
H A Djffs2_fs_i.h27 struct mutex sem; member
/linux/arch/x86/platform/intel/
H A Diosf_mbi.c247 static int iosf_mbi_get_sem(u32 *sem) in iosf_mbi_get_sem()
316 u32 sem; in iosf_mbi_block_punit_i2c_access() local
/linux/drivers/acpi/
H A Dosl.c1234 struct semaphore *sem = NULL; in acpi_os_create_semaphore() local
1259 struct semaphore *sem = (struct semaphore *)handle; in acpi_os_delete_semaphore() local
1279 struct semaphore *sem = (struct semaphore *)handle; in acpi_os_wait_semaphore() local
1323 struct semaphore *sem = (struct semaphore *)handle; in acpi_os_signal_semaphore() local
/linux/drivers/media/usb/as102/
H A Das102_drv.h64 struct mutex sem; member
/linux/drivers/infiniband/core/
H A Diwpm_util.h71 struct semaphore sem; member
H A Dnetlink.c50 struct rw_semaphore sem; member
/linux/drivers/net/ethernet/sfc/siena/
H A Defx.h206 static inline bool efx_rwsem_assert_write_locked(struct rw_semaphore *sem) in efx_rwsem_assert_write_locked()
/linux/drivers/input/joystick/
H A Dturbografx.c66 struct mutex sem; member
/linux/include/soc/arc/
H A Dmcip.h66 msg:1, sem:1, ipi:1, slv:1, member
/linux/tools/testing/selftests/memfd/
H A Dmemfd_test.c1353 int sem = semget(SEM_KEY, 1, 0600); in sysctl_nested_wait() local
1389 int pid, sem; in sysctl_nested_child() local
/linux/drivers/macintosh/
H A Drack-meter.c69 struct mutex sem; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Ddevcom.c40 struct rw_semaphore sem; member
/linux/drivers/char/xilinx_hwicap/
H A Dxilinx_hwicap.h60 struct mutex sem; member
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c310 qlcnic_pcie_sem_lock(struct qlcnic_adapter *adapter, int sem, u32 id_reg) in qlcnic_pcie_sem_lock()
346 qlcnic_pcie_sem_unlock(struct qlcnic_adapter *adapter, int sem) in qlcnic_pcie_sem_unlock()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_api_cmd.h183 struct semaphore sem; member
/linux/drivers/infiniband/ulp/isert/
H A Dib_isert.h207 struct semaphore sem; member
/linux/arch/arm/mach-versatile/
H A Dspc.c103 struct semaphore sem; member
/linux/tools/testing/vma/include/
H A Dstubs.h30 #define down_write_nest_lock(sem, nest_lock) argument

12