Home
last modified time | relevance | path

Searched full:unlock (Results 1 – 25 of 1979) sorted by relevance

12345678910>>...80

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/modemmanager/files/
H A D0001-core-switch-bash-shell-scripts-to-use-bin-sh-for-use.patch11 data/dispatcher-fcc-unlock/105b | 2 +-
12 data/dispatcher-fcc-unlock/1199 | 2 +-
13 data/dispatcher-fcc-unlock/1eac | 2 +-
18 diff --git a/data/dispatcher-fcc-unlock/105b b/data/dispatcher-fcc-unlock/105b
20 --- a/data/dispatcher-fcc-unlock/105b
21 +++ b/data/dispatcher-fcc-unlock/105b
28 diff --git a/data/dispatcher-fcc-unlock/1199 b/data/dispatcher-fcc-unlock/1199
30 --- a/data/dispatcher-fcc-unlock/1199
31 +++ b/data/dispatcher-fcc-unlock/1199
38 diff --git a/data/dispatcher-fcc-unlock/1eac b/data/dispatcher-fcc-unlock/1eac
[all …]
/OK3568_Linux_fs/kernel/fs/ocfs2/dlm/
H A Ddlmunlock.c69 * So to unlock a converting lock, you must first cancel the
70 * convert (passing LKM_CANCEL in flags), then call the unlock
183 /* must clear the actions because this unlock in dlmunlock_common()
238 /* Unlock request will directly succeed after owner dies, in dlmunlock_common()
260 /* if cancel or unlock succeeded, lvb work is done */ in dlmunlock_common()
316 struct dlm_unlock_lock unlock; in dlm_send_remote_unlock_request() local
335 memset(&unlock, 0, sizeof(unlock)); in dlm_send_remote_unlock_request()
336 unlock.node_idx = dlm->node_num; in dlm_send_remote_unlock_request()
337 unlock.flags = cpu_to_be32(flags); in dlm_send_remote_unlock_request()
338 unlock.cookie = lock->ml.cookie; in dlm_send_remote_unlock_request()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_camgroup_handlers/
H A DRkAiqCamGroupAwbHandle.cpp77 if (needSync) mCfgMutex.unlock(); in updateConfig()
101 mCfgMutex.unlock(); in setWbV21Attrib()
116 mCfgMutex.unlock(); in getWbV21Attrib()
124 mCfgMutex.unlock(); in getWbV21Attrib()
169 XCamReturn RkAiqCamGroupAwbHandleInt::unlock() { in unlock() function in RkCam::RkAiqCamGroupAwbHandleInt
205 mCfgMutex.unlock(); in setWbOpModeAttrib()
220 mCfgMutex.unlock(); in getWbOpModeAttrib()
261 mCfgMutex.unlock(); in setMwbAttrib()
276 mCfgMutex.unlock(); in getMwbAttrib()
317 mCfgMutex.unlock(); in setWbAwbWbGainAdjustAttrib()
[all …]
H A DRkAiqCamGroupAeHandle.cpp69 if (needSync) mCfgMutex.unlock(); in updateConfig()
99 mCfgMutex.unlock(); in setExpSwAttr()
114 mCfgMutex.unlock(); in getExpSwAttr()
153 mCfgMutex.unlock(); in setLinExpAttr()
169 mCfgMutex.unlock(); in getLinExpAttr()
204 mCfgMutex.unlock(); in setHdrExpAttr()
219 mCfgMutex.unlock(); in getHdrExpAttr()
253 mCfgMutex.unlock(); in setLinAeRouteAttr()
268 mCfgMutex.unlock(); in getLinAeRouteAttr()
302 mCfgMutex.unlock(); in setHdrAeRouteAttr()
[all …]
H A DRkAiqCamGroupAdrcHandle.cpp54 if (needSync) mCfgMutex.unlock(); in updateConfig()
78 mCfgMutex.unlock(); in setAttribV10()
93 mCfgMutex.unlock(); in getAttribV10()
128 mCfgMutex.unlock(); in setAttribV11()
143 mCfgMutex.unlock(); in getAttribV11()
178 mCfgMutex.unlock(); in setAttribV12()
193 mCfgMutex.unlock(); in getAttribV12()
228 mCfgMutex.unlock(); in setAttribV12Lite()
243 mCfgMutex.unlock(); in getAttribV12Lite()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/
H A Dmsm_gem_shrinker.c11 static bool msm_gem_shrinker_lock(struct drm_device *dev, bool *unlock) in msm_gem_shrinker_lock() argument
30 *unlock = true; in msm_gem_shrinker_lock()
34 *unlock = false; in msm_gem_shrinker_lock()
49 bool unlock; in msm_gem_shrinker_count() local
51 if (!msm_gem_shrinker_lock(dev, &unlock)) in msm_gem_shrinker_count()
59 if (unlock) in msm_gem_shrinker_count()
73 bool unlock; in msm_gem_shrinker_scan() local
75 if (!msm_gem_shrinker_lock(dev, &unlock)) in msm_gem_shrinker_scan()
87 if (unlock) in msm_gem_shrinker_scan()
104 bool unlock; in msm_gem_shrinker_vmap() local
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dkeymaster.h42 * read oem unlock status from rk_keymaster
44 * @unlock:used to read oem unlock status code,0:locked,1:unlocked
48 TEEC_Result trusty_read_oem_unlock(uint8_t *unlock);
51 * update oem unlock status to rk_keymaster
53 * @unlock: oem unlock status code,0:locked,1:unlocked
57 TEEC_Result trusty_write_oem_unlock(uint8_t unlock);
/OK3568_Linux_fs/kernel/scripts/coccinelle/locks/
H A Dmini_lock.cocci3 /// where the unlock is missing from an if branch, and there is a lock
4 /// before the if and an unlock after the if. False positives are due to
67 identifier lock,unlock;
79 *unlock@up(E1,...);
84 unlock << err.unlock;
89 cocci.print_secs(unlock,p2)
94 unlock << err.unlock;
/OK3568_Linux_fs/kernel/tools/memory-model/
H A Dlinux-kernel.bell29 'rcu-unlock (*rcu_read_unlock*) ||
34 'after-unlock-lock (*smp_mb__after_unlock_lock*)
38 enum SRCU = 'srcu-lock || 'srcu-unlock || 'sync-srcu
41 let Srcu = Srcu-lock | Srcu-unlock | Sync-srcu
43 (* Compute matching pairs of nested Rcu-lock and Rcu-unlock *)
46 and unmatched-unlocks = Rcu-unlock \ range(matched)
57 flag ~empty Rcu-unlock \ range(rcu-rscs) as unbalanced-rcu-locking
59 (* Compute matching pairs of nested Srcu-lock and Srcu-unlock *)
62 and unmatched-unlocks = Srcu-unlock \ range(matched)
73 flag ~empty Srcu-unlock \ range(srcu-rscs) as unbalanced-srcu-locking
/OK3568_Linux_fs/u-boot/cmd/fastboot/
H A DKconfig86 bool "Enable FASTBOOT OEM UNLOCK command"
89 This enables the command "fastboot oem unlock" the fastboot
90 oem unlock command requires tee security storage to store
91 unlock status. oem unlock status attach to bootargs on boot.
94 bool "AVB Authenticated unlock function"
97 Enabled authenticated unlock function can prevent lock state
98 from invalid unlock cmd.
/OK3568_Linux_fs/kernel/include/linux/
H A Dhwspinlock.h381 * hwspin_unlock_irqrestore() - unlock hwspinlock, restore irq state
382 * @hwlock: a previously-acquired hwspinlock which we want to unlock
385 * This function will unlock a specific hwspinlock, enable preemption and
390 * to call unlock on a @hwlock that is already unlocked.
399 * hwspin_unlock_irq() - unlock hwspinlock, enable interrupts
400 * @hwlock: a previously-acquired hwspinlock which we want to unlock
402 * This function will unlock a specific hwspinlock, enable preemption and
406 * calling this function: it is a bug to call unlock on a @hwlock that is
415 * hwspin_unlock_raw() - unlock hwspinlock
416 * @hwlock: a previously-acquired hwspinlock which we want to unlock
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAeHandle.cpp155 if (needSync) mCfgMutex.unlock(); in updateConfig()
187 mCfgMutex.unlock(); in setExpSwAttr()
204 mCfgMutex.unlock(); in getExpSwAttr()
241 mCfgMutex.unlock(); in setExpSwAttr()
256 mCfgMutex.unlock(); in getExpSwAttr()
262 mCfgMutex.unlock(); in getExpSwAttr()
274 mCfgMutex.unlock(); in getExpSwAttr()
306 mCfgMutex.unlock(); in setLinExpAttr()
321 mCfgMutex.unlock(); in getLinExpAttr()
357 mCfgMutex.unlock(); in setLinExpAttr()
[all …]
H A DRkAiqAbayertnrV23Handle.cpp63 if (needSync) mCfgMutex.unlock(); in updateConfig()
92 mCfgMutex.unlock(); in setAttrib()
105 mCfgMutex.unlock(); in getAttrib()
111 mCfgMutex.unlock(); in getAttrib()
115 mCfgMutex.unlock(); in getAttrib()
118 mCfgMutex.unlock(); in getAttrib()
150 mCfgMutex.unlock(); in setAttribLite()
163 mCfgMutex.unlock(); in getAttribLite()
169 mCfgMutex.unlock(); in getAttribLite()
173 mCfgMutex.unlock(); in getAttribLite()
[all …]
H A DRkAiqAwbV32Handle.cpp73 if (needSync) mCfgMutex.unlock(); in updateConfig()
108 mCfgMutex.unlock(); in setWbV32AwbMultiWindowAttrib()
123 mCfgMutex.unlock(); in getWbV32AwbMultiWindowAttrib()
129 mCfgMutex.unlock(); in getWbV32AwbMultiWindowAttrib()
137 mCfgMutex.unlock(); in getWbV32AwbMultiWindowAttrib()
176 mCfgMutex.unlock(); in setWbV32Attrib()
191 mCfgMutex.unlock(); in getWbV32Attrib()
197 mCfgMutex.unlock(); in getWbV32Attrib()
205 mCfgMutex.unlock(); in getWbV32Attrib()
244 mCfgMutex.unlock(); in writeAwbIn()
H A DRkAiqAynrV3Handle.cpp60 if (needSync) mCfgMutex.unlock(); in updateConfig()
96 mCfgMutex.unlock(); in setAttrib()
110 mCfgMutex.unlock(); in getAttrib()
116 mCfgMutex.unlock(); in getAttrib()
158 mCfgMutex.unlock(); in setStrength()
169 mCfgMutex.unlock(); in getStrength()
171 mCfgMutex.unlock(); in getStrength()
174 mCfgMutex.unlock(); in getStrength()
177 mCfgMutex.unlock(); in getStrength()
199 mCfgMutex.unlock(); in getInfo()
[all …]
H A DRkAiqAbayer2dnrV23Handle.cpp56 if (needSync) mCfgMutex.unlock(); in updateConfig()
85 mCfgMutex.unlock(); in setAttrib()
99 mCfgMutex.unlock(); in getAttrib()
105 mCfgMutex.unlock(); in getAttrib()
109 mCfgMutex.unlock(); in getAttrib()
112 mCfgMutex.unlock(); in getAttrib()
142 mCfgMutex.unlock(); in setStrength()
155 mCfgMutex.unlock(); in getStrength()
161 mCfgMutex.unlock(); in getStrength()
186 mCfgMutex.unlock(); in getInfo()
[all …]
H A DRkAiqAdrcHandle.cpp92 if (needSync) mCfgMutex.unlock(); in updateConfig()
128 mCfgMutex.unlock(); in setAttribV10()
142 mCfgMutex.unlock(); in getAttribV10()
148 mCfgMutex.unlock(); in getAttribV10()
193 mCfgMutex.unlock(); in setAttribV11()
207 mCfgMutex.unlock(); in getAttribV11()
213 mCfgMutex.unlock(); in getAttribV11()
258 mCfgMutex.unlock(); in setAttribV12()
272 mCfgMutex.unlock(); in getAttribV12()
278 mCfgMutex.unlock(); in getAttribV12()
[all …]
/OK3568_Linux_fs/kernel/crypto/
H A Dalgif_hash.c83 goto unlock; in hash_sendmsg()
97 goto unlock; in hash_sendmsg()
106 goto unlock; in hash_sendmsg()
118 goto unlock; in hash_sendmsg()
125 unlock: in hash_sendmsg()
149 goto unlock; in hash_sendpage()
165 goto unlock; in hash_sendpage()
173 goto unlock; in hash_sendpage()
177 unlock: in hash_sendpage()
202 goto unlock; in hash_recvmsg()
[all …]
H A Daf_alg.c67 goto unlock; in af_alg_register_type()
73 goto unlock; in af_alg_register_type()
82 unlock: in af_alg_register_type()
190 goto unlock; in alg_bind()
197 unlock: in alg_bind()
238 goto unlock; in alg_setsockopt()
244 goto unlock; in alg_setsockopt()
249 goto unlock; in alg_setsockopt()
251 goto unlock; in alg_setsockopt()
257 goto unlock; in alg_setsockopt()
[all …]
/OK3568_Linux_fs/kernel/drivers/leds/
H A Dled-class-flash.c49 goto unlock; in flash_brightness_store()
54 goto unlock; in flash_brightness_store()
58 goto unlock; in flash_brightness_store()
61 unlock: in flash_brightness_store()
101 goto unlock; in flash_strobe_store()
106 goto unlock; in flash_strobe_store()
110 goto unlock; in flash_strobe_store()
115 goto unlock; in flash_strobe_store()
117 unlock: in flash_strobe_store()
151 goto unlock; in flash_timeout_store()
[all …]
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dmgmt.c1353 goto unlock; in mgmt_set_discoverable_complete()
1374 unlock: in mgmt_set_discoverable_complete()
1518 goto unlock; in mgmt_set_connectable_complete()
1532 unlock: in mgmt_set_connectable_complete()
1644 goto unlock; in set_bondable()
1660 unlock: in set_bondable()
1849 goto unlock; in set_hs()
1858 goto unlock; in set_hs()
1866 goto unlock; in set_hs()
1871 unlock: in set_hs()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dbpf-lirc.c154 goto unlock; in lirc_bpf_attach()
160 goto unlock; in lirc_bpf_attach()
165 goto unlock; in lirc_bpf_attach()
170 unlock: in lirc_bpf_attach()
192 goto unlock; in lirc_bpf_detach()
203 goto unlock; in lirc_bpf_detach()
208 unlock: in lirc_bpf_detach()
320 goto unlock; in lirc_prog_query()
325 goto unlock; in lirc_prog_query()
332 unlock: in lirc_prog_query()
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dfutex-requeue-pi.rst30 unlock(mutex);
32 unlock(cond->__data.__lock);
36 unlock(cond->__data.__lock);
43 unlock(cond->__data.__lock);
64 unlock(mutex);
66 unlock(cond->__data.__lock);
70 unlock(cond->__data.__lock);
77 unlock(cond->__data.__lock);
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dosq_lock.c38 * Get a stable @node->next pointer, either for unlock() or unqueue() purposes.
63 * unlock()/unqueue(). in osq_wait_next()
70 * leave it in, a concurrent unlock()/unqueue() from in osq_wait_next()
74 * If the concurrent unlock()/unqueue() wins the race, we'll in osq_wait_next()
103 * unlock() uncontended, or fastpath) and RELEASE (to publish in osq_lock()
130 * moment unlock can proceed and wipe the node element from stack. in osq_lock()
152 * unlock()/unqueue() wait for a next pointer since @lock points to us in osq_lock()
166 * We can only fail the cmpxchg() racing against an unlock(), in osq_lock()
185 * Similar to unlock(), wait for @node->next or move @lock from @node in osq_lock()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dreporter_tx.c220 goto unlock; in mlx5e_tx_reporter_diagnose()
227 goto unlock; in mlx5e_tx_reporter_diagnose()
231 goto unlock; in mlx5e_tx_reporter_diagnose()
235 goto unlock; in mlx5e_tx_reporter_diagnose()
239 goto unlock; in mlx5e_tx_reporter_diagnose()
243 goto unlock; in mlx5e_tx_reporter_diagnose()
247 goto unlock; in mlx5e_tx_reporter_diagnose()
251 goto unlock; in mlx5e_tx_reporter_diagnose()
255 goto unlock; in mlx5e_tx_reporter_diagnose()
265 goto unlock; in mlx5e_tx_reporter_diagnose()
[all …]

12345678910>>...80