Searched refs:semaphore (Results 26 - 50 of 191) sorted by relevance

12345678

/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_submit_types.h39 u32 semaphore; member in struct:sync_semaphore
52 /** @join: Joined semaphore for the relevant hw engine instances */
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_ioctl.h17 #include <linux/semaphore.h>
290 struct semaphore kioc_semaphore;
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_api_cmd.h11 #include <linux/semaphore.h>
183 struct semaphore sem;
H A Dhinic_hw_mgmt.h11 #include <linux/semaphore.h>
132 struct semaphore sync_msg_lock;
H A Dhinic_hw_mbox.h92 struct semaphore mbox_send_sem;
93 struct semaphore msg_send_sem;
/linux-master/drivers/gpu/drm/radeon/
H A Duvd_v2_2.c63 * uvd_v2_2_semaphore_emit - emit semaphore command
67 * @semaphore: semaphore to emit commands for
70 * Emit a semaphore command (either wait or signal) to the UVD ring.
74 struct radeon_semaphore *semaphore,
77 uint64_t addr = semaphore->gpu_addr;
72 uvd_v2_2_semaphore_emit(struct radeon_device *rdev, struct radeon_ring *ring, struct radeon_semaphore *semaphore, bool emit_wait) argument
/linux-master/drivers/infiniband/hw/efa/
H A Defa_com.h12 #include <linux/semaphore.h>
73 struct semaphore avail_cmds;
/linux-master/include/soc/tegra/
H A Dbpmp.h13 #include <linux/semaphore.h>
89 struct semaphore lock;
/linux-master/include/linux/
H A Dnetpoll.h40 struct semaphore dev_lock;
H A Dhp_sdc.h71 struct semaphore *semaphore; /* Semaphore to sleep on. */ member in union:__anon1::__anon2
88 #define HP_SDC_ACT_SEMAPHORE 0x20 /* Raise semaphore after */
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.h12 #include <linux/semaphore.h>
/linux-master/drivers/md/dm-vdo/indexer/
H A Dsparse-cache.c145 struct semaphore lock;
147 struct semaphore wait;
178 static inline void __down(struct semaphore *semaphore) argument
181 * Do not use down(semaphore). Instead use down_interruptible so that
184 while (down_interruptible(semaphore) != 0) {
/linux-master/drivers/input/serio/
H A Dhp_sdc.c70 #include <linux/semaphore.h>
201 if (curr->act.semaphore)
202 up(curr->act.semaphore);
328 if (curr->act.semaphore)
329 up(curr->act.semaphore);
566 up(curr->act.semaphore);
833 struct semaphore s_sync;
903 t_sync.act.semaphore = &s_sync;
998 struct semaphore tq_init_sem;
1039 tq_init.act.semaphore
[all...]
/linux-master/drivers/infiniband/core/
H A Diwpm_util.h71 struct semaphore sem;
/linux-master/arch/powerpc/kernel/
H A Deeh_event.c10 #include <linux/semaphore.h>
/linux-master/drivers/platform/x86/intel/ifs/
H A Dsysfs.c7 #include <linux/semaphore.h>
H A Dcore.c7 #include <linux/semaphore.h>
/linux-master/arch/mips/cavium-octeon/
H A Dflash_setup.c12 #include <linux/semaphore.h>
/linux-master/include/net/mana/
H A Dhw_channel.h184 struct semaphore sema;
/linux-master/drivers/acpi/
H A Dosl.c31 #include <linux/semaphore.h>
1196 struct semaphore *sem = NULL;
1198 sem = acpi_os_allocate_zeroed(sizeof(struct semaphore));
1206 ACPI_DEBUG_PRINT((ACPI_DB_MUTEX, "Creating semaphore[%p|%d].\n",
1221 struct semaphore *sem = (struct semaphore *)handle;
1226 ACPI_DEBUG_PRINT((ACPI_DB_MUTEX, "Deleting semaphore[%p].\n", handle));
1241 struct semaphore *sem = (struct semaphore *)handle;
1254 ACPI_DEBUG_PRINT((ACPI_DB_MUTEX, "Waiting for semaphore[
[all...]
/linux-master/drivers/mmc/host/
H A Dcavium.h21 #include <linux/semaphore.h>
76 struct semaphore mmc_serializer;
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-async.c14 #include <linux/semaphore.h>
37 static struct semaphore opal_async_sem;
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_dbg.c70 printk(KERN_INFO "0x%02X semaphore = 0x%08X\n",
71 (uint8_t) offsetof(struct isp_reg, u1.isp4022.semaphore),
72 readw(&ha->reg->u1.isp4022.semaphore));
/linux-master/include/xen/
H A Dxenbus.h45 #include <linux/semaphore.h>
89 struct semaphore reclaim_sem;
/linux-master/drivers/md/bcache/
H A Dbcache.h310 struct semaphore sb_write_mutex;
342 struct semaphore in_flight;
540 struct semaphore sb_write_mutex;
666 struct semaphore moving_in_flight;
683 struct semaphore uuid_write_mutex;

Completed in 230 milliseconds

12345678