/linux/drivers/input/joystick/ |
A D | cobra.c | 36 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 D | tmdc.c | 123 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 D | uverbs_uapi.c | 37 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 D | act_ife.c | 316 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 D | act_vlan.c | 132 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 D | act_simple.c | 98 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 D | act_skbmod.c | 115 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 D | act_ipt.c | 106 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 D | act_skbedit.c | 111 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 D | act_mirred.c | 105 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 D | act_sample.c | 49 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 D | rxe_sysfs.c | 35 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 D | rxe.c | 253 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 D | odd_ptr_err.cocci | 17 @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 D | mac80211-auth-assoc-deauth.txt | 17 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 D | for_each_child.cocci | 111 @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 D | intel_pstate_tracer.py | 104 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 D | atomic_as_refcounter.cocci | 13 @r1 exists@ 61 @r4 exists@ 94 @r2 exists@ 113 @r3 exists@
|
A D | stream_open.cocci | 41 ... when exists 43 ... when exists 56 ... when exists 58 ... when exists 67 ... when exists 69 ... when exists
|
/linux/tools/memory-model/Documentation/ |
A D | litmus-tests.txt | 87 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 D | shadow.c | 116 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 D | SB+rfionceonce-poonceonces.litmus | 31 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 D | cmsg.c | 101 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 D | backtrace.S | 69 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 D | multicast.c | 272 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 …]
|