Home
last modified time | relevance | path

Searched refs:unlock (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/linux-3.4.99/scripts/coccinelle/locks/
Dmini_lock.cocci2 /// where the unlock is missing from an if branch, and there is a lock
3 /// before the if and an unlock after the if. False positives are due to
66 identifier lock,unlock;
76 *unlock@up(E1,...);
81 unlock << err.unlock;
86 cocci.print_secs(unlock,p2)
91 unlock << err.unlock;
/linux-3.4.99/scripts/rt-tester/
Dt2-l1-2rt-sameprio.tst21 # unlock lock nr (0-7)
64 # T0 unlock L0
65 C: unlock: 0: 0
73 C: unlock: 1: 0
83 # T1 unlock L0
84 C: unlock: 1: 0
92 C: unlock: 0: 0
Dt3-l1-pi-1rt.tst21 # unlock lock nr (0-7)
72 # T0 unlock L0
73 C: unlock: 0: 0
80 # T2 unlock L0
81 C: unlock: 2: 0
86 C: unlock: 1: 0
Dt3-l1-pi-3rt.tst21 # unlock lock nr (0-7)
72 # T0 unlock L0
73 C: unlock: 0: 0
80 # T2 unlock L0
81 C: unlock: 2: 0
86 C: unlock: 1: 0
Dt3-l2-pi.tst21 # unlock lock nr (0-7)
72 # T0 unlock L0
73 C: unlock: 0: 0
80 # T2 unlock L0
81 C: unlock: 2: 0
86 C: unlock: 1: 0
Dt3-l1-pi-2rt.tst21 # unlock lock nr (0-7)
73 # T0 unlock L0
74 C: unlock: 0: 0
81 # T2 unlock L0
82 C: unlock: 2: 0
87 C: unlock: 1: 0
Dt3-l1-pi-steal.tst21 # unlock lock nr (0-7)
67 # T0 unlock L0
68 C: unlock: 0: 0
83 # T2 unlock L0
84 C: unlock: 2: 0
90 C: unlock: 1: 0
Dt4-l2-pi-deboost.tst21 # unlock lock nr (0-7)
77 # T1 unlock L1
78 C: unlock: 1: 1
105 C: unlock: 0: 1
113 C: unlock: 2: 1
116 C: unlock: 0: 0
Dt2-l1-pi.tst21 # unlock lock nr (0-7)
66 # T0 unlock L0
67 C: unlock: 0: 0
75 C: unlock: 1: 0
Dt5-l4-pi-boost-deboost.tst21 # unlock lock nr (0-7)
129 C: unlock: 3: 3
130 C: unlock: 2: 2
131 C: unlock: 1: 1
132 C: unlock: 0: 0
Dt3-l1-pi-signal.tst21 # unlock lock nr (0-7)
81 # T0 unlock L0
82 C: unlock: 0: 0
89 C: unlock: 1: 0
Dt5-l4-pi-boost-deboost-setsched.tst21 # unlock lock nr (0-7)
169 C: unlock: 3: 3
170 C: unlock: 2: 2
171 C: unlock: 1: 1
172 C: unlock: 0: 0
Dt2-l2-2rt-deadlock.tst21 # unlock lock nr (0-7)
80 C: unlock: 0: 0
82 C: unlock: 1: 1
/linux-3.4.99/drivers/pinctrl/
Dpinconf.c90 goto unlock; in pin_config_get()
95 goto unlock; in pin_config_get()
99 unlock: in pin_config_get()
146 goto unlock; in pin_config_set()
152 goto unlock; in pin_config_set()
157 unlock: in pin_config_set()
175 goto unlock; in pin_config_group_get()
184 goto unlock; in pin_config_group_get()
190 goto unlock; in pin_config_group_get()
195 unlock: in pin_config_group_get()
[all …]
/linux-3.4.99/fs/ocfs2/dlm/
Ddlmunlock.c313 struct dlm_unlock_lock unlock; in dlm_send_remote_unlock_request() local
332 memset(&unlock, 0, sizeof(unlock)); in dlm_send_remote_unlock_request()
333 unlock.node_idx = dlm->node_num; in dlm_send_remote_unlock_request()
334 unlock.flags = cpu_to_be32(flags); in dlm_send_remote_unlock_request()
335 unlock.cookie = lock->ml.cookie; in dlm_send_remote_unlock_request()
336 unlock.namelen = res->lockname.len; in dlm_send_remote_unlock_request()
337 memcpy(unlock.name, res->lockname.name, unlock.namelen); in dlm_send_remote_unlock_request()
340 vec[0].iov_base = &unlock; in dlm_send_remote_unlock_request()
389 struct dlm_unlock_lock *unlock = (struct dlm_unlock_lock *)msg->buf; in dlm_unlock_lock_handler() local
400 flags = be32_to_cpu(unlock->flags); in dlm_unlock_lock_handler()
[all …]
/linux-3.4.99/crypto/
Dalgif_hash.c56 goto unlock; in hash_sendmsg()
73 goto unlock; in hash_sendmsg()
86 goto unlock; in hash_sendmsg()
103 unlock: in hash_sendmsg()
135 goto unlock; in hash_sendpage()
143 goto unlock; in hash_sendpage()
147 unlock: in hash_sendpage()
174 goto unlock; in hash_recvmsg()
179 unlock: in hash_recvmsg()
Dalgif_skcipher.c281 goto unlock; in skcipher_sendmsg()
305 goto unlock; in skcipher_sendmsg()
320 goto unlock; in skcipher_sendmsg()
327 goto unlock; in skcipher_sendmsg()
338 goto unlock; in skcipher_sendmsg()
345 goto unlock; in skcipher_sendmsg()
365 unlock: in skcipher_sendmsg()
386 goto unlock; in skcipher_sendpage()
394 goto unlock; in skcipher_sendpage()
399 goto unlock; in skcipher_sendpage()
[all …]
Daf_alg.c69 goto unlock; in af_alg_register_type()
75 goto unlock; in af_alg_register_type()
82 unlock: in af_alg_register_type()
207 goto unlock; in alg_setsockopt()
212 goto unlock; in alg_setsockopt()
214 goto unlock; in alg_setsockopt()
219 unlock: in alg_setsockopt()
237 goto unlock; in af_alg_accept()
242 goto unlock; in af_alg_accept()
250 goto unlock; in af_alg_accept()
[all …]
/linux-3.4.99/drivers/media/radio/
Dsi4713-i2c.c469 goto unlock; in si4713_checkrev()
479 unlock: in si4713_checkrev()
831 goto unlock; in si4713_set_rds_ps_name()
844 goto unlock; in si4713_set_rds_ps_name()
850 goto unlock; in si4713_set_rds_ps_name()
855 unlock: in si4713_set_rds_ps_name()
874 goto unlock; in si4713_set_rds_radio_text()
901 goto unlock; in si4713_set_rds_radio_text()
912 unlock: in si4713_set_rds_radio_text()
1132 goto unlock; in si4713_write_econtrol_tune()
[all …]
/linux-3.4.99/drivers/mtd/
Dmtd_blkdevs.c63 goto unlock; in blktrans_dev_get()
65 unlock: in blktrans_dev_get()
219 goto unlock; in blktrans_open()
225 goto unlock; in blktrans_open()
238 unlock: in blktrans_open()
266 goto unlock; in blktrans_release()
275 unlock: in blktrans_release()
292 goto unlock; in blktrans_getgeo()
295 unlock: in blktrans_getgeo()
313 goto unlock; in blktrans_ioctl()
[all …]
/linux-3.4.99/net/caif/
Dcfcnfg.c316 goto unlock; in caif_connect_client()
321 goto unlock; in caif_connect_client()
327 goto unlock; in caif_connect_client()
331 goto unlock; in caif_connect_client()
335 goto unlock; in caif_connect_client()
342 goto unlock; in caif_connect_client()
360 unlock: in caif_connect_client()
397 goto unlock; in cfcnfg_linkup_rsp()
407 goto unlock; in cfcnfg_linkup_rsp()
442 goto unlock; in cfcnfg_linkup_rsp()
[all …]
/linux-3.4.99/fs/jfs/
Dinode.c222 goto unlock; in jfs_get_block()
237 goto unlock; in jfs_get_block()
243 goto unlock; in jfs_get_block()
246 goto unlock; in jfs_get_block()
253 goto unlock; in jfs_get_block()
256 goto unlock; in jfs_get_block()
270 unlock: in jfs_get_block()
/linux-3.4.99/arch/arm/kernel/
Dhw_breakpoint.c702 goto unlock; in watchpoint_handler()
723 goto unlock; in watchpoint_handler()
729 goto unlock; in watchpoint_handler()
736 goto unlock; in watchpoint_handler()
754 unlock: in watchpoint_handler()
773 goto unlock; in watchpoint_single_step_handler()
777 goto unlock; in watchpoint_single_step_handler()
786 unlock: in watchpoint_single_step_handler()
811 goto unlock; in breakpoint_handler()
829 goto unlock; in breakpoint_handler()
[all …]
/linux-3.4.99/net/bluetooth/
Dhci_event.c920 goto unlock; in hci_cc_pin_code_reply()
924 goto unlock; in hci_cc_pin_code_reply()
930 unlock: in hci_cc_pin_code_reply()
1438 goto unlock; in hci_cs_remote_name_req()
1441 goto unlock; in hci_cs_remote_name_req()
1449 unlock: in hci_cs_remote_name_req()
1683 goto unlock; in hci_inquiry_complete_evt()
1687 goto unlock; in hci_inquiry_complete_evt()
1698 unlock: in hci_inquiry_complete_evt()
1748 goto unlock; in hci_conn_complete_evt()
[all …]
/linux-3.4.99/Documentation/
Dfutex-requeue-pi.txt29 unlock(mutex);
31 unlock(cond->__data.__lock);
35 unlock(cond->__data.__lock);
42 unlock(cond->__data.__lock);
63 unlock(mutex);
65 unlock(cond->__data.__lock);
69 unlock(cond->__data.__lock);
76 unlock(cond->__data.__lock);

12345678910>>...12