Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 436) sorted by relevance

12345678910>>...18

/linux/drivers/input/joystick/
A Dcobra.c36 unsigned char exists; member
103 if ((r = cobra_read_packet(gameport, data)) != cobra->exists) { in cobra_poll()
109 if (cobra->exists & r & (1 << i)) { in cobra_poll()
159 cobra->exists = cobra_read_packet(gameport, data); in cobra_connect()
162 if ((cobra->exists >> i) & data[i] & 1) { in cobra_connect()
165 cobra->exists &= ~(1 << i); in cobra_connect()
168 if (!cobra->exists) { in cobra_connect()
177 if (~(cobra->exists >> i) & 1) in cobra_connect()
231 if ((cobra->exists >> i) & 1) in cobra_disconnect()
A Dtmdc.c123 unsigned char exists; member
232 if ((r = tmdc_read_packet(tmdc->gameport, data)) != tmdc->exists) in tmdc_poll()
236 if (r & (1 << i) & tmdc->exists) { in tmdc_poll()
365 if (!(tmdc->exists = tmdc_read_packet(gameport, data))) { in tmdc_connect()
374 if (tmdc->exists & (1 << i)) { in tmdc_connect()
/linux/drivers/infiniband/core/
A Duverbs_uapi.c37 size_t alloc_size, bool *exists) in uapi_add_get_elm() argument
43 *exists = false; in uapi_add_get_elm()
53 *exists = true; in uapi_add_get_elm()
65 bool exists; in uapi_create_write() local
73 &exists); in uapi_create_write()
105 bool exists; in uapi_merge_method() local
111 &exists); in uapi_merge_method()
114 if (exists) { in uapi_merge_method()
174 bool exists; in uapi_merge_obj_tree() local
228 bool exists; in uapi_disable_elm() local
[all …]
/linux/net/sched/
A Dact_ife.c316 if (exists) in __add_metainfo()
319 if (exists) in __add_metainfo()
327 bool exists) in add_metainfo_and_get_ops() argument
340 int len, bool exists) in add_metainfo() argument
459 bool exists, bool rtnl_held) in populate_metalist() argument
496 bool exists = false; in tcf_ife_init() local
548 exists = err; in tcf_ife_init()
549 if (exists && bind) { in tcf_ife_init()
554 if (!exists) { in tcf_ife_init()
618 if (exists) in tcf_ife_init()
[all …]
A Dact_vlan.c132 bool exists = false; in tcf_vlan_init() local
151 exists = err; in tcf_vlan_init()
152 if (exists && bind) in tcf_vlan_init()
161 if (exists) in tcf_vlan_init()
169 if (exists) in tcf_vlan_init()
183 if (exists) in tcf_vlan_init()
201 if (exists) in tcf_vlan_init()
209 if (exists) in tcf_vlan_init()
217 if (!exists) { in tcf_vlan_init()
A Dact_simple.c98 bool exists = false; in tcf_simp_init() local
118 exists = err; in tcf_simp_init()
119 if (exists && bind) in tcf_simp_init()
123 if (exists) in tcf_simp_init()
130 if (!exists) { in tcf_simp_init()
A Dact_skbmod.c115 bool exists = false; in tcf_skbmod_init() local
157 exists = err; in tcf_skbmod_init()
158 if (exists && bind) in tcf_skbmod_init()
162 if (exists) in tcf_skbmod_init()
169 if (!exists) { in tcf_skbmod_init()
A Dact_ipt.c106 bool exists = false; in __tcf_ipt_init() local
125 exists = err; in __tcf_ipt_init()
126 if (exists && bind) in __tcf_ipt_init()
130 if (exists) in __tcf_ipt_init()
139 if (exists) in __tcf_ipt_init()
146 if (!exists) { in __tcf_ipt_init()
A Dact_skbedit.c111 bool exists = false; in tcf_skbedit_init() local
165 exists = err; in tcf_skbedit_init()
166 if (exists && bind) in tcf_skbedit_init()
170 if (exists) in tcf_skbedit_init()
177 if (!exists) { in tcf_skbedit_init()
A Dact_mirred.c105 bool exists = false; in tcf_mirred_init() local
126 exists = err; in tcf_mirred_init()
127 if (exists && bind) in tcf_mirred_init()
137 if (exists) in tcf_mirred_init()
145 if (!exists) { in tcf_mirred_init()
A Dact_sample.c49 bool exists = false; in tcf_sample_init() local
67 exists = err; in tcf_sample_init()
68 if (exists && bind) in tcf_sample_init()
71 if (!exists) { in tcf_sample_init()
/linux/drivers/infiniband/sw/rxe/
A Drxe_sysfs.c35 struct rxe_dev *exists; in rxe_param_set_add() local
60 exists = rxe_get_dev_from_net(ndev); in rxe_param_set_add()
61 if (exists) { in rxe_param_set_add()
62 ib_device_put(&exists->ib_dev); in rxe_param_set_add()
A Drxe.c253 struct rxe_dev *exists; in rxe_newlink() local
262 exists = rxe_get_dev_from_net(ndev); in rxe_newlink()
263 if (exists) { in rxe_newlink()
264 ib_device_put(&exists->ib_dev); in rxe_newlink()
/linux/scripts/coccinelle/tests/
A Dodd_ptr_err.cocci17 @ok1 exists@
28 @ok2 exists@
43 @r1 depends on patch && !context && !org && !report exists@
64 @r1_context depends on !patch && (context || org || report) exists@
83 @r1_disj depends on !patch && (context || org || report) exists@
/linux/Documentation/networking/
A Dmac80211-auth-assoc-deauth.txt17 mac80211->driver: sta_state(AP, not-exists)
28 mac80211->driver: sta_state(AP, exists)
56 mac80211->driver: sta_state(AP, exists)
90 mac80211->driver: sta_state(AP,exists)
91 mac80211->driver: sta_state(AP,not-exists)
/linux/scripts/coccinelle/iterators/
A Dfor_each_child.cocci111 @rulethree depends on patch && !context && !org && !report exists@
135 ... when exists
147 @ruleone_context depends on !patch && (context || org || report) exists@
185 @ruletwo_context depends on !patch && (context || org || report) exists@
239 @rulethree_context depends on !patch && (context || org || report) exists@
262 ... when exists
273 @rulethree_disj depends on !patch && (context || org || report) exists@
288 ... when exists
/linux/tools/power/x86/intel_pstate_tracer/
A Dintel_pstate_tracer.py104 if os.path.exists(file_name):
125 if os.path.exists(file_name):
144 if os.path.exists(file_name):
159 if os.path.exists(file_name):
174 if os.path.exists('cpu.csv'):
350 if os.path.exists('cpu.csv'):
367 if os.path.exists('cpu.csv'):
551 if not os.path.exists('results'):
557 if os.path.exists(testname):
/linux/scripts/coccinelle/api/
A Datomic_as_refcounter.cocci13 @r1 exists@
61 @r4 exists@
94 @r2 exists@
113 @r3 exists@
A Dstream_open.cocci41 ... when exists
43 ... when exists
56 ... when exists
58 ... when exists
67 ... when exists
69 ... when exists
/linux/tools/memory-model/Documentation/
A Dlitmus-tests.txt87 20 exists (1:r0=1 /\ 1:r1=0)
207 "exists" clause indicates a bad result. To see this, invert the "exists"
277 23 exists (1:r0=1 /\ 1:r1=42)
341 23 exists (0:r0=1 /\ 1:r0=1)
410 25 exists (0:r2=0 /\ 1:r4=0)
464 26 exists (0:r2=0 /\ 1:r4=0)
540 29 exists (0:r1=0 /\ 1:r1=0)
653 32 exists (x1=1)
666 7 Condition exists (x1=1)
711 25 exists (1:r0=x /\ 1:r1=0)
[all …]
/linux/kernel/livepatch/
A Dshadow.c116 goto exists; in __klp_shadow_get_or_alloc()
137 goto exists; in __klp_shadow_get_or_alloc()
163 exists: in __klp_shadow_get_or_alloc()
/linux/tools/memory-model/litmus-tests/
A DSB+rfionceonce-poonceonces.litmus31 locations [0:r1; 1:r3; x; y] (* Debug aid: Print things not in "exists". *)
32 exists (0:r2=0 /\ 1:r4=0)
/linux/drivers/net/ethernet/netronome/nfp/flower/
A Dcmsg.c101 int nfp_flower_cmsg_portreify(struct nfp_repr *repr, bool exists) in nfp_flower_cmsg_portreify() argument
115 msg->info = cpu_to_be16(exists); in nfp_flower_cmsg_portreify()
190 bool exists; in nfp_flower_cmsg_portreify_rx() local
195 exists = !!nfp_app_dev_get(app, be32_to_cpu(msg->portnum), NULL); in nfp_flower_cmsg_portreify_rx()
197 if (!exists) { in nfp_flower_cmsg_portreify_rx()
/linux/arch/arm/lib/
A Dbacktrace.S69 1003: ldr r2, [sv_pc, #-4] @ if stmfd sp!, {args} exists,
81 ldr r1, [sv_pc, #-4] @ if stmfd sp!, {args} exists,
90 ldr r3, .Ldsi @ instruction exists,
/linux/net/batman-adv/
A Dmulticast.c272 qr4->exists = br_multicast_has_querier_anywhere(dev, ETH_P_IP); in batadv_mcast_mla_flags_get()
275 qr6->exists = br_multicast_has_querier_anywhere(dev, ETH_P_IPV6); in batadv_mcast_mla_flags_get()
289 if (!qr4->exists || qr4->shadowing) { in batadv_mcast_mla_flags_get()
294 if (!qr6->exists || qr6->shadowing) { in batadv_mcast_mla_flags_get()
733 if (!old_state->exists && new_state->exists) in batadv_mcast_querier_log()
736 else if (old_state->exists && !new_state->exists) in batadv_mcast_querier_log()
740 else if (!bat_priv->mcast.mla_flags.bridged && !new_state->exists) in batadv_mcast_querier_log()
745 if (new_state->exists) { in batadv_mcast_querier_log()
747 (!old_state->exists && new_state->shadowing)) in batadv_mcast_querier_log()
2064 if (bat_priv->mcast.mla_flags.querier_ipv4.exists) in batadv_mcast_mesh_info_put()
[all …]

Completed in 75 milliseconds

12345678910>>...18