/linux/drivers/input/joystick/ |
H A D | cobra.c | 33 unsigned char exists; member 100 if ((r = cobra_read_packet(gameport, data)) != cobra->exists) { in cobra_poll() 106 if (cobra->exists & r & (1 << i)) { in cobra_poll() 156 cobra->exists = cobra_read_packet(gameport, data); in cobra_connect() 159 if ((cobra->exists >> i) & data[i] & 1) { in cobra_connect() 162 cobra->exists &= ~(1 << i); in cobra_connect() 165 if (!cobra->exists) { in cobra_connect() 174 if (~(cobra->exists >> i) & 1) in cobra_connect() 228 if ((cobra->exists >> i) & 1) in cobra_disconnect()
|
/linux/drivers/infiniband/core/ |
H 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/ |
H 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 …]
|
H A D | act_vlan.c | 134 bool exists = false; in tcf_vlan_init() local 153 exists = err; in tcf_vlan_init() 154 if (exists && bind) in tcf_vlan_init() 163 if (exists) in tcf_vlan_init() 171 if (exists) in tcf_vlan_init() 185 if (exists) in tcf_vlan_init() 203 if (exists) in tcf_vlan_init() 211 if (exists) in tcf_vlan_init() 219 if (!exists) { in tcf_vlan_init()
|
H A D | act_simple.c | 99 bool exists = false; in tcf_simp_init() local 119 exists = err; in tcf_simp_init() 120 if (exists && bind) in tcf_simp_init() 124 if (exists) in tcf_simp_init() 131 if (!exists) { in tcf_simp_init()
|
H A D | act_skbmod.c | 116 bool exists = false; in tcf_skbmod_init() local 158 exists = err; in tcf_skbmod_init() 159 if (exists && bind) in tcf_skbmod_init() 163 if (exists) in tcf_skbmod_init() 170 if (!exists) { in tcf_skbmod_init()
|
/linux/tools/testing/selftests/powerpc/dexcr/ |
H A D | dexcr.c | 24 volatile bool exists; in dexcr_exists() local 38 exists = false; in dexcr_exists() 40 exists = true; in dexcr_exists() 44 return exists; in dexcr_exists()
|
/linux/scripts/coccinelle/tests/ |
H 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/tools/testing/selftests/drivers/net/hw/ |
H A D | pp_alloc_fail.py | 21 if not os.path.exists("/sys/kernel/debug/fail_function"): 24 if not os.path.exists("/sys/kernel/debug/fail_function/page_pool_alloc_pages"): 37 if not os.path.exists("/sys/kernel/debug/fail_function"): 40 if os.path.exists("/sys/kernel/debug/fail_function/page_pool_alloc_pages"):
|
/linux/Documentation/networking/ |
H 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/api/ |
H A D | atomic_as_refcounter.cocci | 13 @r1 exists@ 61 @r4 exists@ 94 @r2 exists@ 113 @r3 exists@
|
H A D | stream_open.cocci | 41 ... when exists 43 ... when exists 56 ... when exists 58 ... when exists 67 ... when exists 69 ... when exists
|
/linux/scripts/coccinelle/iterators/ |
H 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/ |
H 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'): 348 if os.path.exists('cpu.csv'): 365 if os.path.exists('cpu.csv'): 549 if not os.path.exists('results'): 555 if os.path.exists(testname):
|
/linux/tools/verification/dot2/ |
H A D | dot2k.py | 34 if os.path.exists(self.monitor_templates_dir) == True: 42 if os.path.exists(kernel_path) == True: 46 if os.path.exists("/usr/share/dot2/dot2k_templates/") == True: 163 if os.path.exists(path) == False:
|
/linux/scripts/kconfig/ |
H A D | qconf-cfg.sh | 20 if ${HOSTPKG_CONFIG} --exists $PKG6; then 29 if ${HOSTPKG_CONFIG} --exists $PKG5; then
|
H A D | mconf-cfg.sh | 13 if ${HOSTPKG_CONFIG} --exists $PKG; then 19 if ${HOSTPKG_CONFIG} --exists ${PKG2}; then
|
H A D | nconf-cfg.sh | 13 if ${HOSTPKG_CONFIG} --exists $PKG; then 19 if ${HOSTPKG_CONFIG} --exists $PKG2; then
|
/linux/tools/power/x86/amd_pstate_tracer/ |
H A D | amd_pstate_trace.py | 68 if os.path.exists(file_name): 85 if os.path.exists(file_name): 100 if os.path.exists(file_name): 178 if os.path.exists('cpu.csv'): 302 if not os.path.exists('results'): 307 if os.path.exists(test_name):
|
/linux/tools/memory-model/litmus-tests/ |
H 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/tools/memory-model/Documentation/ |
H 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/ |
H 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/crypto/ccp/ |
H A D | dbc_cli.py | 69 if not os.path.exists(args.device): 72 if not os.path.exists(args.signature): 81 if not os.path.exists(args.uid):
|
H A D | test_dbc.py | 27 if os.path.exists(fused_part): 52 if os.path.exists(DEVICE_NODE): 71 if not os.path.exists(DEVICE_NODE): 124 if not os.path.exists(DEVICE_NODE): 184 if not os.path.exists(DEVICE_NODE):
|
/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H 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()
|