Home
last modified time | relevance | path

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

12345678910>>...19

/linux/drivers/input/joystick/
H A Dcobra.c33 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 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()
77 if (WARN_ON(exists && (def->write.is_ex != method_elm->is_ex))) 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; uapi_disable_elm() local
277 bool exists; uapi_merge_def() local
[all...]
/linux/net/sched/
H A Dact_ife.c297 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()
459 bool exists, boo in populate_metalist() argument
496 bool exists = false; tcf_ife_init() local
[all...]
H A Dact_vlan.c134 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 Dact_simple.c99 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()
/linux/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr.c24 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 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/tools/testing/selftests/drivers/net/hw/
H A Dpp_alloc_fail.py21 if not os.path.exists("/sys/kernel/debug/fail_function"):
24 if not os.path.exists("/sys/kernel/debug/fail_function/page_pool_alloc_netmems"):
37 if not os.path.exists("/sys/kernel/debug/fail_function"):
40 if os.path.exists("/sys/kernel/debug/fail_function/page_pool_alloc_netmems"):
/linux/Documentation/networking/
H 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/api/
H A Datomic_as_refcounter.cocci13 @r1 exists@
61 @r4 exists@
94 @r2 exists@
113 @r3 exists@
H A Dstream_open.cocci41 ... when exists
43 ... when exists
56 ... when exists
58 ... when exists
67 ... when exists
69 ... when exists
/linux/scripts/coccinelle/iterators/
H 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/
H 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'):
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):
556 print('The test name directory already exists
[all...]
/linux/scripts/kconfig/
H A Dqconf-cfg.sh20 if ${HOSTPKG_CONFIG} --exists $PKG6; then
29 if ${HOSTPKG_CONFIG} --exists $PKG5; then
H A Dnconf-cfg.sh13 if ${HOSTPKG_CONFIG} --exists $PKG; then
19 if ${HOSTPKG_CONFIG} --exists $PKG2; then
/linux/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py68 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):
308 print('The test name directory already exists. Please provide a unique test name. Test re-run not supported, yet.')
/linux/tools/memory-model/litmus-tests/
H 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/tools/memory-model/Documentation/
H A Dlitmus-tests.txt87 20 exists (1:r0=1 /\ 1:r1=0)
158 Line 20 is the "exists" assertion expression to evaluate the final state.
174 The "exists" assertion on line 20 is satisfied if the consumer sees the
196 9 Condition exists (1:r0=1 /\ 1:r1=0)
202 indicates that the bad result flagged by the "exists" clause never
207 "exists" clause indicates a bad result. To see this, invert the "exists"
209 of this line indicate the number of end states satisfying the "exists"
222 "Never" on line 10, the state flagged by the "exists" clause is not
232 "No" says that the "exists" claus
[all...]
/linux/kernel/livepatch/
H A Dshadow.c113 /* Check if the shadow variable already exists */ in __klp_shadow_get_or_alloc()
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()
218 * This function guarantees that only one shadow variable exists with the given
/linux/tools/crypto/ccp/
H A Ddbc_cli.py69 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 Dtest_dbc.py27 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/tools/testing/selftests/power_supply/
H A Dtest_power_supply_properties.sh48 ktap_test_fail "$DEVNAME".exists
52 ktap_test_pass "$DEVNAME".exists
/linux/net/batman-adv/
H A Dmulticast.c75 * batadv_mcast_get_bridge() - get the bridge on top of the meshif if it exists
81 * Return: NULL if no such bridge exists. Otherwise the net device of the
301 qr4->exists = br_multicast_has_querier_anywhere(dev, ETH_P_IP); in batadv_mcast_mla_flags_get()
304 qr6->exists = br_multicast_has_querier_anywhere(dev, ETH_P_IPV6); in batadv_mcast_mla_flags_get()
309 /* 1) If no querier exists at all, then multicast listeners on in batadv_mcast_mla_flags_get()
318 if (!qr4->exists || qr4->shadowing) { in batadv_mcast_mla_flags_get()
323 if (!qr6->exists || qr6->shadowing) { in batadv_mcast_mla_flags_get()
762 if (!old_state->exists && new_state->exists) in batadv_mcast_querier_log()
765 else if (old_state->exists in batadv_mcast_querier_log()
[all...]
/linux/tools/verification/rvgen/rvgen/
H A Dgenerator.py30 if os.path.exists(self.rv_dir):
36 if os.path.exists(kernel_path):
47 if os.path.exists(os.path.join(kernel_path, "rv_trace.h")):
225 if not os.path.exists(path):
/linux/arch/arm/lib/
H 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,

12345678910>>...19