| /Linux-v5.4/drivers/input/joystick/ | 
| 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()
  | 
| 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-v5.4/drivers/infiniband/core/ | 
| 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() 77 	if (WARN_ON(exists && (def->write.is_ex != method_elm->is_ex)))  in uapi_create_write() 108 	bool exists;  in uapi_merge_method()  local 114 				      &exists);  in uapi_merge_method() 117 	if (exists) {  in uapi_merge_method() 177 	bool exists;  in uapi_merge_obj_tree()  local [all …] 
 | 
| /Linux-v5.4/drivers/infiniband/sw/rxe/ | 
| D | rxe_sysfs.c | 62 	struct rxe_dev *exists;  in rxe_param_set_add()  local 76 	exists = rxe_get_dev_from_net(ndev);  in rxe_param_set_add() 77 	if (exists) {  in rxe_param_set_add() 78 		ib_device_put(&exists->ib_dev);  in rxe_param_set_add()
  | 
| /Linux-v5.4/net/sched/ | 
| D | act_ife.c | 297 			  int len, bool atomic, bool exists)  in __add_metainfo()  argument 316 	if (exists)  in __add_metainfo() 319 	if (exists)  in __add_metainfo() 327 				    bool exists)  in add_metainfo_and_get_ops()  argument 333 	ret = __add_metainfo(ops, ife, metaid, NULL, 0, true, exists);  in add_metainfo_and_get_ops() 340 			int len, bool exists)  in add_metainfo()  argument 347 	ret = __add_metainfo(ops, ife, metaid, metaval, len, false, exists);  in add_metainfo() 354 static int use_all_metadata(struct tcf_ife_info *ife, bool exists)  in use_all_metadata()  argument 362 		rc = add_metainfo_and_get_ops(o, ife, o->metaid, exists);  in use_all_metadata() 440 			     bool exists, bool rtnl_held)  in populate_metalist()  argument [all …] 
 | 
| D | act_vlan.c | 117 	bool exists = false;  in tcf_vlan_init()  local 136 	exists = err;  in tcf_vlan_init() 137 	if (exists && bind)  in tcf_vlan_init() 146 			if (exists)  in tcf_vlan_init() 154 			if (exists)  in tcf_vlan_init() 168 				if (exists)  in tcf_vlan_init() 182 		if (exists)  in tcf_vlan_init() 190 	if (!exists) {  in tcf_vlan_init()
  | 
| D | act_simple.c | 96 	bool exists = false;  in tcf_simp_init()  local 116 	exists = err;  in tcf_simp_init() 117 	if (exists && bind)  in tcf_simp_init() 121 		if (exists)  in tcf_simp_init() 128 	if (!exists) {  in tcf_simp_init()
  | 
| D | act_skbmod.c | 92 	bool exists = false;  in tcf_skbmod_init()  local 132 	exists = err;  in tcf_skbmod_init() 133 	if (exists && bind)  in tcf_skbmod_init() 137 		if (exists)  in tcf_skbmod_init() 144 	if (!exists) {  in tcf_skbmod_init()
  | 
| D | act_ipt.c | 105 	bool exists = false;  in __tcf_ipt_init()  local 124 	exists = err;  in __tcf_ipt_init() 125 	if (exists && bind)  in __tcf_ipt_init() 129 		if (exists)  in __tcf_ipt_init() 138 		if (exists)  in __tcf_ipt_init() 145 	if (!exists) {  in __tcf_ipt_init()
  | 
| D | act_skbedit.c | 100 	bool exists = false;  in tcf_skbedit_init()  local 154 	exists = err;  in tcf_skbedit_init() 155 	if (exists && bind)  in tcf_skbedit_init() 159 		if (exists)  in tcf_skbedit_init() 166 	if (!exists) {  in tcf_skbedit_init()
  | 
| D | act_tunnel_key.c | 225 	bool exists = false;  in tunnel_key_init()  local 257 	exists = err;  in tunnel_key_init() 258 	if (exists && bind)  in tunnel_key_init() 353 	if (!exists) {  in tunnel_key_init() 371 		exists = true;  in tunnel_key_init() 380 		exists = true;  in tunnel_key_init() 409 	if (exists)  in tunnel_key_init()
  | 
| D | act_sample.c | 48 	bool exists = false;  in tcf_sample_init()  local 66 	exists = err;  in tcf_sample_init() 67 	if (exists && bind)  in tcf_sample_init() 70 	if (!exists) {  in tcf_sample_init()
  | 
| 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()
  | 
| /Linux-v5.4/scripts/coccinelle/tests/ | 
| 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-v5.4/Documentation/networking/ | 
| 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-v5.4/scripts/coccinelle/api/ | 
| D | atomic_as_refcounter.cocci | 13 @r1 exists@ 61 @r4 exists@ 94 @r2 exists@ 113 @r3 exists@
  | 
| D | stream_open.cocci | 41     ... when exists 43     ... when exists 56     ... when exists 58     ... when exists 67     ... when exists 69     ... when exists
  | 
| /Linux-v5.4/tools/power/x86/intel_pstate_tracer/ | 
| 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): 161     if os.path.exists(file_name): 176     if os.path.exists('cpu.csv'): 353     if os.path.exists('cpu.csv'): 370     if os.path.exists('cpu.csv'): 554 if not os.path.exists('results'): 560 if os.path.exists(testname):
  | 
| /Linux-v5.4/tools/memory-model/litmus-tests/ | 
| 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-v5.4/kernel/livepatch/ | 
| 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-v5.4/drivers/net/ethernet/netronome/nfp/flower/ | 
| 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-v5.4/arch/arm/lib/ | 
| D | backtrace.S | 67 1003:		ldr	r2, [sv_pc, #-4]	@ if stmfd sp!, {args} exists, 78 		ldr	r1, [sv_pc, #-4]	@ if stmfd sp!, {args} exists, 86 		ldr	r3, .Ldsi		@ instruction exists,
  | 
| /Linux-v5.4/net/batman-adv/ | 
| D | multicast.c | 304 	qr4->exists = br_multicast_has_querier_anywhere(dev, ETH_P_IP);  in batadv_mcast_mla_flags_get() 307 	qr6->exists = br_multicast_has_querier_anywhere(dev, ETH_P_IPV6);  in batadv_mcast_mla_flags_get() 321 	if (!qr4->exists || qr4->shadowing) {  in batadv_mcast_mla_flags_get() 326 	if (!qr6->exists || qr6->shadowing) {  in batadv_mcast_mla_flags_get() 766 	if (!old_state->exists && new_state->exists)  in batadv_mcast_querier_log() 769 	else if (old_state->exists && !new_state->exists)  in batadv_mcast_querier_log() 773 	else if (!bat_priv->mcast.mla_flags.bridged && !new_state->exists)  in batadv_mcast_querier_log() 778 	if (new_state->exists) {  in batadv_mcast_querier_log() 780 		    (!old_state->exists && new_state->shadowing))  in batadv_mcast_querier_log() 2069 		querier4 = mla_flags->querier_ipv4.exists ? '.' : '4';  in batadv_mcast_flags_print_header() [all …] 
 | 
| /Linux-v5.4/fs/xfs/libxfs/ | 
| D | xfs_ialloc.h | 144 		xfs_agblock_t bno, xfs_extlen_t len, bool *exists); 146 		xfs_agino_t high, bool *exists);
  | 
| /Linux-v5.4/drivers/firmware/imx/ | 
| D | Kconfig | 8 	  DSP exists on some i.MX8 processors (e.g i.MX8QM, i.MX8QXP). 19 	  resource management. It exists on some i.MX8 processors. e.g. i.MX8QM
  |