/drivers/acpi/acpica/ |
D | utlock.c | 28 acpi_status acpi_ut_create_rw_lock(struct acpi_rw_lock *lock) in acpi_ut_create_rw_lock() 42 void acpi_ut_delete_rw_lock(struct acpi_rw_lock *lock) in acpi_ut_delete_rw_lock() 71 acpi_status acpi_ut_acquire_read_lock(struct acpi_rw_lock *lock) in acpi_ut_acquire_read_lock() 93 acpi_status acpi_ut_release_read_lock(struct acpi_rw_lock *lock) in acpi_ut_release_read_lock() 129 acpi_status acpi_ut_acquire_write_lock(struct acpi_rw_lock *lock) in acpi_ut_acquire_write_lock() 137 void acpi_ut_release_write_lock(struct acpi_rw_lock *lock) in acpi_ut_release_write_lock()
|
/drivers/md/persistent-data/ |
D | dm-block-manager.c | 44 spinlock_t lock; member 60 static unsigned int __find_holder(struct block_lock *lock, in __find_holder() 74 static void __add_holder(struct block_lock *lock, struct task_struct *task) in __add_holder() 91 static void __del_holder(struct block_lock *lock, struct task_struct *task) in __del_holder() 98 static int __check_holder(struct block_lock *lock) in __check_holder() 148 static void __wake_many(struct block_lock *lock) in __wake_many() 173 static void bl_init(struct block_lock *lock) in bl_init() 184 static int __available_for_read(struct block_lock *lock) in __available_for_read() 191 static int bl_down_read(struct block_lock *lock) in bl_down_read() 222 static int bl_down_read_nonblock(struct block_lock *lock) in bl_down_read_nonblock() [all …]
|
/drivers/gpu/drm/ |
D | drm_lock.c | 63 volatile unsigned int *lock = &lock_data->hw_lock->lock; in drm_lock_take() local 112 volatile unsigned int *lock = &lock_data->hw_lock->lock; in drm_lock_transfer() local 127 volatile unsigned int *lock = &lock_data->hw_lock->lock; in drm_legacy_lock_free() local 168 struct drm_lock *lock = data; in drm_legacy_lock() local 259 struct drm_lock *lock = data; in drm_legacy_unlock() local 312 volatile unsigned int *lock = &lock_data->hw_lock->lock; in drm_legacy_idlelock_release() local
|
D | drm_modeset_lock.c | 280 struct drm_modeset_lock *lock; in drm_modeset_drop_locks() local 290 static inline int modeset_lock(struct drm_modeset_lock *lock, in modeset_lock() 366 void drm_modeset_lock_init(struct drm_modeset_lock *lock) in drm_modeset_lock_init() 392 int drm_modeset_lock(struct drm_modeset_lock *lock, in drm_modeset_lock() 412 int drm_modeset_lock_single_interruptible(struct drm_modeset_lock *lock) in drm_modeset_lock_single_interruptible() 422 void drm_modeset_unlock(struct drm_modeset_lock *lock) in drm_modeset_unlock()
|
/drivers/hwspinlock/ |
D | sprd_hwspinlock.c | 40 static int sprd_hwspinlock_trylock(struct hwspinlock *lock) in sprd_hwspinlock_trylock() 60 static void sprd_hwspinlock_unlock(struct hwspinlock *lock) in sprd_hwspinlock_unlock() 68 static void sprd_hwspinlock_relax(struct hwspinlock *lock) in sprd_hwspinlock_relax() 89 struct hwspinlock *lock; in sprd_hwspinlock_probe() local
|
D | omap_hwspinlock.c | 38 static int omap_hwspinlock_trylock(struct hwspinlock *lock) in omap_hwspinlock_trylock() 46 static void omap_hwspinlock_unlock(struct hwspinlock *lock) in omap_hwspinlock_unlock() 64 static void omap_hwspinlock_relax(struct hwspinlock *lock) in omap_hwspinlock_relax()
|
D | u8500_hsem.c | 50 static int u8500_hsem_trylock(struct hwspinlock *lock) in u8500_hsem_trylock() 63 static void u8500_hsem_unlock(struct hwspinlock *lock) in u8500_hsem_unlock() 74 static void u8500_hsem_relax(struct hwspinlock *lock) in u8500_hsem_relax()
|
D | stm32_hwspinlock.c | 28 static int stm32_hwspinlock_trylock(struct hwspinlock *lock) in stm32_hwspinlock_trylock() 39 static void stm32_hwspinlock_unlock(struct hwspinlock *lock) in stm32_hwspinlock_unlock() 46 static void stm32_hwspinlock_relax(struct hwspinlock *lock) in stm32_hwspinlock_relax()
|
/drivers/net/wireguard/ |
D | allowedips.c | 151 struct mutex *lock) in node_placement() 182 u8 cidr, struct wg_peer *peer, struct mutex *lock) in add() 258 void wg_allowedips_free(struct allowedips *table, struct mutex *lock) in wg_allowedips_free() 282 u8 cidr, struct wg_peer *peer, struct mutex *lock) in wg_allowedips_insert_v4() 293 u8 cidr, struct wg_peer *peer, struct mutex *lock) in wg_allowedips_insert_v6() 304 struct wg_peer *peer, struct mutex *lock) in wg_allowedips_remove_by_peer()
|
D | peerlookup.h | 21 struct mutex lock; member 36 spinlock_t lock; member
|
/drivers/clk/spear/ |
D | clk.h | 52 spinlock_t *lock; member 65 spinlock_t *lock; member 79 spinlock_t *lock; member 96 spinlock_t *lock; member 103 spinlock_t *lock; member
|
/drivers/base/ |
D | map.c | 26 int (*lock)(dev_t, void *); member 29 struct mutex *lock; member 135 struct kobj_map *kobj_map_init(kobj_probe_t *base_probe, struct mutex *lock) in kobj_map_init()
|
/drivers/leds/ |
D | leds-bcm6358.c | 41 spinlock_t *lock; member 95 void __iomem *mem, spinlock_t *lock) in bcm6358_led() 152 spinlock_t *lock; /* memory lock */ in bcm6358_leds_probe() local
|
D | leds-bcm6328.c | 71 spinlock_t *lock; member 256 void __iomem *mem, spinlock_t *lock) in bcm6328_hwled() 328 void __iomem *mem, spinlock_t *lock, in bcm6328_led() 398 spinlock_t *lock; /* memory lock */ in bcm6328_leds_probe() local
|
/drivers/clk/mmp/ |
D | clk.h | 34 spinlock_t *lock; member 96 spinlock_t *lock; member 119 spinlock_t *lock; member 173 spinlock_t *lock; member 189 spinlock_t *lock; member 205 spinlock_t *lock; member 220 spinlock_t *lock; member
|
/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | eq.h | 16 spinlock_t lock; /* lock completion tasklet list */ member 20 spinlock_t lock; /* protect radix tree */ member 41 spinlock_t lock; /* To avoid irq EQ handle races with resiliency flows */ member
|
/drivers/clk/ |
D | clk-gate.c | 133 u8 clk_gate_flags, spinlock_t *lock) in __clk_hw_register_gate() 188 u8 clk_gate_flags, spinlock_t *lock) in clk_register_gate() 238 u8 clk_gate_flags, spinlock_t *lock) in __devm_clk_hw_register_gate()
|
D | clk-xgene.c | 50 spinlock_t *lock; member 126 u32 type, spinlock_t *lock, int version) in xgene_register_clk_pll() 227 spinlock_t *lock; member 343 u8 width, u64 denom, u32 clk_flags, spinlock_t *lock) in xgene_register_clk_pmd() 437 spinlock_t *lock; member 626 struct xgene_dev_parameters *parameters, spinlock_t *lock) in xgene_register_clk()
|
/drivers/clk/tegra/ |
D | clk-pll.c | 1871 spinlock_t *lock) in _tegra_init_pll() 1923 spinlock_t *lock) in tegra_clk_register_pll() 1954 spinlock_t *lock) in tegra_clk_register_plle() 1978 struct tegra_clk_pll_params *pll_params, spinlock_t *lock) in tegra_clk_register_pllu() 2046 spinlock_t *lock) in tegra_clk_register_pllxc() 2110 spinlock_t *lock, unsigned long parent_rate) in tegra_clk_register_pllre() 2159 spinlock_t *lock) in tegra_clk_register_pllm() 2201 spinlock_t *lock) in tegra_clk_register_pllc() 2275 spinlock_t *lock) in tegra_clk_register_plle_tegra114() 2298 spinlock_t *lock) in tegra_clk_register_pllu_tegra114() [all …]
|
/drivers/media/dvb-frontends/ |
D | stv0900_sw.c | 126 lock = FALSE; in stv0900_search_carr_sw_loop() local 185 int lock = FALSE, in stv0900_sw_algo() local 507 int lock = FALSE, in stv0900_get_demod_cold_lock() local 1021 s32 timer = 0, lock = 0; in stv0900_get_fec_lock() local 1063 s32 timer = 0, lock = 0; in stv0900_wait_for_lock() local 1593 int lock = FALSE, in stv0900_blind_search_algo() local 1813 int lock = FALSE, low_sr = FALSE; in stv0900_algo() local
|
/drivers/platform/surface/aggregator/ |
D | ssh_request_layer.h | 70 spinlock_t lock; member 75 spinlock_t lock; member 85 spinlock_t lock; member
|
/drivers/iio/common/ms_sensors/ |
D | ms_sensors_i2c.h | 24 struct mutex lock; member 48 struct mutex lock; member
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | smt.h | 63 spinlock_t lock; /* protect smt entry add,removal */ member 68 rwlock_t lock; member
|
/drivers/clk/keystone/ |
D | gate.c | 64 spinlock_t *lock; member 165 spinlock_t *lock) in clk_register_psc() 197 static void __init of_psc_clk_init(struct device_node *node, spinlock_t *lock) in of_psc_clk_init()
|
/drivers/clk/mediatek/ |
D | clk-mux.c | 24 spinlock_t *lock; member 159 spinlock_t *lock) in mtk_clk_register_mux() 203 spinlock_t *lock, in mtk_clk_register_muxes()
|