Home
last modified time | relevance | path

Searched defs:sem (Results 1 – 25 of 42) 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
126 struct sem sems[]; argument
317 struct sem *sem in merge_queues() local
96 semvalsem global() argument
104 sempidsem global() argument
105 locksem global() argument
110 sem_otimesem global() argument
339 struct sem *sem; complexmode_enter() local
392 struct sem *sem; sem_lock() local
467 struct sem *sem = &sma->sems[locknum]; sem_unlock() local
1173 struct sem *sem = &sma->sems[i]; freeary() 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; acpi_os_wait_semaphore() local
835 sem_t *sem = (sem_t *) handle; acpi_os_signal_semaphore() local
[all...]
/linux/drivers/misc/
H A Dntsync.c59 } sem; global() member
319 try_wake_any_sem(struct ntsync_obj * sem) try_wake_any_sem() argument
393 release_sem_state(struct ntsync_obj * sem,__u32 count) release_sem_state() argument
407 ntsync_sem_release(struct ntsync_obj * sem,void __user * argp) ntsync_sem_release() argument
586 ntsync_sem_read(struct ntsync_obj * sem,void __user * argp) ntsync_sem_read() argument
735 struct ntsync_obj *sem; ntsync_create_sem() local
[all...]
/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/tools/testing/selftests/kvm/
H A Dhardware_disable_test.c24 sem_t *sem; variable
/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/gpu/drm/amd/amdgpu/
H A Dgmc_v11_0.c229 u32 sem, req, ack; in gmc_v11_0_flush_gpu_tlb() local
H A Dgmc_v10_0.c244 u32 sem, req, ack; in gmc_v10_0_flush_gpu_tlb() local

12