Home
last modified time | relevance | path

Searched refs:mutex (Results 1 – 25 of 51) sorted by relevance

123

/arch/powerpc/platforms/cell/spufs/
Dgang.c37 mutex_init(&gang->mutex); in alloc_spu_gang()
67 mutex_lock(&gang->mutex); in spu_gang_add_ctx()
71 mutex_unlock(&gang->mutex); in spu_gang_add_ctx()
76 mutex_lock(&gang->mutex); in spu_gang_remove_ctx()
84 mutex_unlock(&gang->mutex); in spu_gang_remove_ctx()
Dspufs.h91 struct mutex mapping_lock;
95 struct mutex state_mutex;
96 struct mutex run_mutex;
160 struct mutex mutex; member
166 struct mutex aff_mutex;
/arch/arm/kernel/
Detm.c55 struct mutex mutex; member
336 if (!mutex_trylock(&tracer.mutex)) { in sysrq_etm_dump()
342 mutex_unlock(&tracer.mutex); in sysrq_etm_dump()
374 mutex_lock(&t->mutex); in etb_read()
419 mutex_unlock(&t->mutex); in etb_read()
453 mutex_lock(&t->mutex); in etb_probe()
472 mutex_unlock(&t->mutex); in etb_probe()
493 mutex_lock(&t->mutex); in etb_probe()
499 mutex_unlock(&t->mutex); in etb_probe()
560 mutex_lock(&tracer.mutex); in trace_running_store()
[all …]
/arch/x86/include/asm/
Dmmu.h20 struct mutex lock;
/arch/powerpc/platforms/ps3/
Dsystem-bus.c41 struct mutex mutex; member
58 mutex_lock(&usage_hack.mutex); in ps3_open_hv_device_sb()
85 mutex_unlock(&usage_hack.mutex); in ps3_open_hv_device_sb()
94 mutex_lock(&usage_hack.mutex); in ps3_close_hv_device_sb()
116 mutex_unlock(&usage_hack.mutex); in ps3_close_hv_device_sb()
124 mutex_lock(&usage_hack.mutex); in ps3_open_hv_device_gpu()
141 mutex_unlock(&usage_hack.mutex); in ps3_open_hv_device_gpu()
149 mutex_lock(&usage_hack.mutex); in ps3_close_hv_device_gpu()
161 mutex_unlock(&usage_hack.mutex); in ps3_close_hv_device_gpu()
499 mutex_init(&usage_hack.mutex); in ps3_system_bus_init()
/arch/mips/kernel/
Drtlx.c53 struct mutex mutex; member
316 mutex_lock(&channel_wqs[index].mutex); in rtlx_read()
342 mutex_unlock(&channel_wqs[index].mutex); in rtlx_read()
359 mutex_lock(&channel_wqs[index].mutex); in rtlx_write()
385 mutex_unlock(&channel_wqs[index].mutex); in rtlx_write()
508 mutex_init(&channel_wqs[i].mutex); in rtlx_module_init()
/arch/powerpc/include/asm/
Dbacklight.h17 extern struct mutex pmac_backlight_mutex;
Dps3gpu.h43 extern struct mutex ps3_gpu_mutex;
/arch/parisc/include/asm/
DKbuild3 segment.h topology.h vga.h device.h percpu.h hw_irq.h mutex.h \
/arch/um/include/asm/
DKbuild3 generic-y += ftrace.h pci.h io.h param.h delay.h mutex.h current.h exec.h
/arch/mips/include/asm/
DKbuild6 generic-y += mutex.h
/arch/powerpc/platforms/powermac/
Dlow_i2c.c89 struct mutex mutex; member
109 struct mutex mutex; /* Access mutex for use by member
389 mutex_lock(&host->mutex); in kw_i2c_open()
396 mutex_unlock(&host->mutex); in kw_i2c_close()
512 mutex_init(&host->mutex); in kw_i2c_host_init()
589 mutex_init(&bus->mutex); in kw_i2c_add()
817 mutex_init(&bus->mutex); in pmu_i2c_probe()
940 mutex_init(&bus->mutex); in smu_i2c_probe()
1096 mutex_lock(&bus->mutex); in pmac_i2c_open()
1102 mutex_unlock(&bus->mutex); in pmac_i2c_open()
[all …]
/arch/sparc/include/asm/
DKbuild11 generic-y += mutex.h
Dprom.h41 extern struct mutex of_set_property_mutex;
/arch/s390/include/asm/
Dsmp.h16 extern struct mutex smp_cpu_state_mutex;
Dccwgroup.h21 struct mutex reg_mutex;
/arch/ia64/kernel/
Dsalinfo.c144 struct semaphore mutex; member
196 (void)(down_trylock(&data->mutex) ?: 0); in salinfo_work_to_do()
197 up(&data->mutex); in salinfo_work_to_do()
311 if (cpus_empty(data->cpu_event) && down_trylock(&data->mutex)) { in salinfo_event_read()
314 if (down_interruptible(&data->mutex)) in salinfo_event_read()
641 sema_init(&data->mutex, 1); in salinfo_init()
/arch/metag/kernel/perf/
Dperf_event.h92 struct mutex reserve_mutex;
/arch/s390/hypfs/
Dhypfs.h62 struct mutex lock;
/arch/arm64/include/asm/
Dpmu.h63 struct mutex reserve_mutex;
/arch/x86/um/asm/
Dmm_context.h30 struct mutex lock;
/arch/x86/kvm/
Di8254.h34 struct mutex lock;
/arch/arm/include/asm/
Dpmu.h86 struct mutex reserve_mutex;
/arch/m68k/include/asm/
DKbuild19 generic-y += mutex.h
/arch/tile/include/asm/
DKbuild21 generic-y += mutex.h

123