Searched refs:semaphore (Results 51 - 75 of 191) sorted by relevance

12345678

/linux-master/drivers/char/ipmi/
H A Dipmi_ipmb.c16 #include <linux/semaphore.h>
59 struct semaphore wake_thread;
60 struct semaphore got_rsp;
356 * the semaphore.
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dcore.h10 #include <linux/semaphore.h>
/linux-master/drivers/infiniband/ulp/isert/
H A Dib_isert.h207 struct semaphore sem;
/linux-master/tools/testing/selftests/powerpc/dscr/
H A Ddscr_default_test.c18 #include <semaphore.h>
H A Ddscr_explicit_test.c26 #include <semaphore.h>
/linux-master/arch/x86/include/asm/uv/
H A Dbios.h213 extern struct semaphore __efi_uv_runtime_lock;
/linux-master/arch/powerpc/platforms/4xx/
H A Dhsta_msi.c16 #include <linux/semaphore.h>
/linux-master/tools/testing/selftests/kvm/
H A Dhardware_disable_test.c12 #include <semaphore.h>
127 * Wait for the child to post to the semaphore, but wake up periodically
169 pr_debug("%s: [%d] waiting semaphore\n", __func__, i);
/linux-master/drivers/gpu/drm/radeon/
H A Dr600_dma.c302 * r600_dma_semaphore_ring_emit - emit a semaphore on the dma ring
306 * @semaphore: radeon semaphore object
307 * @emit_wait: wait or signal semaphore
309 * Add a DMA semaphore packet to the ring wait on or signal
314 struct radeon_semaphore *semaphore,
317 u64 addr = semaphore->gpu_addr;
312 r600_dma_semaphore_ring_emit(struct radeon_device *rdev, struct radeon_ring *ring, struct radeon_semaphore *semaphore, bool emit_wait) argument
H A Dradeon_asic.h80 struct radeon_semaphore *semaphore,
325 struct radeon_semaphore *semaphore,
331 struct radeon_semaphore *semaphore,
792 struct radeon_semaphore *semaphore,
812 struct radeon_semaphore *semaphore,
946 struct radeon_semaphore *semaphore,
956 struct radeon_semaphore *semaphore,
962 struct radeon_semaphore *semaphore,
/linux-master/drivers/gpu/drm/i915/
H A Di915_request.c133 i915_sw_fence_fini(&rq->semaphore);
650 * If we installed a semaphore on this request and we only submit
658 i915_sw_fence_signaled(&request->semaphore))
810 struct i915_request *rq = container_of(fence, typeof(*rq), semaphore);
879 i915_sw_fence_init(&rq->semaphore, semaphore_notify);
968 i915_sw_fence_reinit(&i915_request_get(rq)->semaphore);
1128 * Polling a semaphore causes bus traffic, delaying other users of
1132 * than one semaphore from each source, and not using a semaphore
1135 * semaphore)
[all...]
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_dev.h47 #include <linux/semaphore.h>
122 struct semaphore poll_sem;
123 struct semaphore event_sem;
/linux-master/net/9p/
H A Dtrans_rdma.c26 #include <linux/semaphore.h>
84 struct semaphore sq_sem;
86 struct semaphore rq_sem;
/linux-master/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma.h54 #include <linux/semaphore.h>
218 struct semaphore cmd_sema;
/linux-master/drivers/misc/cxl/
H A Dflash.c4 #include <linux/semaphore.h>
28 static struct semaphore sem;
402 /* Allows one process to open the device by using a semaphore */
/linux-master/arch/arm/mach-versatile/
H A Dspc.c22 #include <linux/semaphore.h>
103 struct semaphore sem;
/linux-master/drivers/firmware/efi/
H A Druntime-wrappers.c31 #include <linux/semaphore.h>
127 * semaphore (efi_runtime_lock) and caller waits until the work is
209 extern struct semaphore __efi_uv_runtime_lock __alias(efi_runtime_lock);
/linux-master/include/linux/
H A Dparport.h15 #include <linux/semaphore.h>
180 struct semaphore irq;
/linux-master/drivers/watchdog/
H A Dsc1200wdt.c42 #include <linux/semaphore.h>
/linux-master/arch/mips/include/asm/octeon/
H A Docteon.h360 extern struct semaphore octeon_bootbus_sem;
/linux-master/drivers/xen/xenbus/
H A Dxenbus_probe_backend.c48 #include <linux/semaphore.h>
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.h229 struct semaphore reset_sem; /* protect reset process */
/linux-master/drivers/infiniband/hw/erdma/
H A Derdma.h109 struct semaphore credits;
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_rcfw.h231 struct semaphore rcfw_inflight;
/linux-master/drivers/md/
H A Ddm-core.h128 struct semaphore swap_bios_semaphore;

Completed in 198 milliseconds

12345678