Home
last modified time | relevance | path

Searched full:exists (Results 1 – 25 of 1916) sorted by relevance

12345678910>>...77

/Linux-v5.4/fs/afs/
Dafs_vl.h29 AFSVL_IDEXIST = 363520, /* Volume Id entry exists in vl database */
31 AFSVL_NAMEEXIST = 363522, /* Volume name entry exists in vl database */
42 AFSVL_NOREPSERVER = 363533, /* No such Replication server site exists */
43 AFSVL_DUPREPSERVER = 363534, /* Replication site already exists */
82 #define AFS_VLF_RWEXISTS 0x1000 /* R/W volume exists */
83 #define AFS_VLF_ROEXISTS 0x2000 /* R/O volume exists */
84 #define AFS_VLF_BACKEXISTS 0x4000 /* backup volume exists */
/Linux-v5.4/drivers/infiniband/core/
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()
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/Documentation/networking/
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-v5.4/drivers/input/joystick/
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()
/Linux-v5.4/drivers/clk/bcm/
Dclk-kona.h54 #define gate_exists(gate) FLAG_TEST(gate, GATE, EXISTS)
65 #define divider_exists(div) FLAG_TEST(div, DIV, EXISTS)
71 #define trigger_exists(trig) FLAG_TEST(trig, TRIG, EXISTS)
167 FLAG(GATE, EXISTS), \
178 FLAG(GATE, EXISTS), \
189 FLAG(GATE, NO_DISABLE)|FLAG(GATE, EXISTS), \
199 FLAG(GATE, ENABLED)|FLAG(GATE, EXISTS), \
207 .flags = FLAG(GATE, HW)|FLAG(GATE, EXISTS), \
283 * EXISTS means this divider exists
295 .flags = FLAG(DIV, EXISTS)|FLAG(DIV, FIXED), \
[all …]
/Linux-v5.4/net/sched/
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()
440 bool exists, bool rtnl_held) in populate_metalist() argument
[all …]
Dact_vlan.c117 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()
Dact_simple.c96 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()
Dact_tunnel_key.c225 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()
363 NL_SET_ERR_MSG(extack, "TC IDR already 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()
Dact_skbmod.c92 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()
/Linux-v5.4/Documentation/sphinx/
Dparse-headers.pl153 delete $ioctls{$1} if (exists($ioctls{$1}));
157 delete $defines{$1} if (exists($defines{$1}));
161 delete $typedefs{$1} if (exists($typedefs{$1}));
165 delete $enums{$1} if (exists($enums{$1}));
169 delete $structs{$1} if (exists($structs{$1}));
173 delete $enum_symbols{$1} if (exists($enum_symbols{$1}));
200 $ioctls{$old} = $new if (exists($ioctls{$old}));
204 $defines{$old} = $new if (exists($defines{$old}));
208 $enum_symbols{$old} = $new if (exists($enum_symbols{$old}));
212 $typedefs{$old} = $new if (exists($typedefs{$old}));
[all …]
/Linux-v5.4/scripts/coccinelle/tests/
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-v5.4/scripts/coccinelle/api/
Datomic_as_refcounter.cocci13 @r1 exists@
61 @r4 exists@
94 @r2 exists@
113 @r3 exists@
Dstream_open.cocci41 ... when exists
43 ... when exists
56 ... when exists
58 ... when exists
67 ... when exists
69 ... when exists
/Linux-v5.4/drivers/infiniband/sw/rxe/
Drxe_sysfs.c62 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/scripts/
Dnamespace.pl74 $srctree = File::Spec->rel2abs($ENV{'srctree'}) if (exists($ENV{'srctree'}));
75 $objtree = File::Spec->rel2abs($ENV{'objtree'}) if (exists($ENV{'objtree'}));
85 my %ref = (); # $ref{$name} exists if there is a true external reference to $name
86 my %export = (); # $export{$name} exists if there is an EXPORT_... of $name
320 if (!exists($def{$name})) {
328 if (!exists($ksymtab{$name})) {
397 if (exists($def{$name}) || exists($ksymtab{$name})) {
448 if (! exists($ref{$name})) {
451 if (! exists($noref{$module})) {
464 if (exists($export{$_})) {
/Linux-v5.4/Documentation/admin-guide/
Dcgroup-v2.rst196 Initially, only the root cgroup exists to which all processes belong.
779 A read-write single value file which exists on non-root
801 A read-write new-line separated values file which exists on
827 A read-write new-line separated values file which exists on
852 A read-only space separated values file which exists on all
859 A read-write space separated values file which exists on all
874 A read-only flat-keyed file which exists on non-root cgroups.
918 A read-write single value file which exists on non-root cgroups.
975 A read-only flat-keyed file which exists on non-root cgroups.
976 This file exists whether the controller is enabled or not.
[all …]
/Linux-v5.4/tools/testing/selftests/ftrace/test.d/instances/
Dinstance-event.tc77 fail "foo still exists"
84 fail "foo still exists"
140 fail "instance $d still exists"
/Linux-v5.4/Documentation/vm/
Dhugetlbfs_reserv.rst13 to be used. If no huge page exists at page fault time, the task is sent
127 exists or did exist for the corresponding page. As reservations are
130 a reservation exists for the corresponding page. As reservations are
171 entry indicates a reservation exists.
190 consult the reservation map to determine if a reservation exists. In addition,
198 reservation exists for the address within the mapping(vma). See the section
202 0 or 1. 0 if a reservation exists for the address, 1 if no reservation exists.
208 exists and can be used for the allocation, the routine dequeue_huge_page_vma()
214 reservation exists (see the section "Memory Policy and Reservations" for
237 the subpool associated with the page if it exists. This will be used for
[all …]
/Linux-v5.4/Documentation/media/v4l-drivers/
Divtv.rst33 * Hardware mpeg2 capture of FM radio where hardware support exists
129 Write-only. Only present if the MPEG decoder (i.e. CX23415) exists.
172 Write-only. Only present if the MPEG decoder (i.e. CX23415) exists.
205 Read-only. Only present if the MPEG decoder (i.e. CX23415) exists.
216 Write-only. Only present if the MPEG decoder (i.e. CX23415) exists.
/Linux-v5.4/Documentation/devicetree/bindings/powerpc/
Dibm,powerpc-cpu-features.txt153 This property exists when the hv-support property HFSCR bit is set. This
157 This property also exists if an HFSCR bit corresponds with this feature.
166 This property exists when the os-support property FSCR bit is set. This
170 This property also exists if an FSCR bit corresponds with this feature.
199 If this property exists then it is a list of phandles to cpu feature
/Linux-v5.4/arch/arm/mach-omap2/
Dcminst44xx.c78 * @part: PRCM partition ID that the CM_CLKCTRL register exists in
95 * @part: PRCM partition ID that the CM_CLKCTRL register exists in
173 * @part: PRCM partition ID that the CM_CLKSTCTRL register exists in
192 * @part: PRCM partition ID that the CM_CLKSTCTRL register exists in
264 * @part: PRCM partition ID that the CM_CLKCTRL register exists in
288 * @part: PRCM partition ID that the CM_CLKCTRL register exists in
312 * @part: PRCM partition ID that the CM_CLKCTRL register exists in
331 * @part: PRCM partition ID that the CM_CLKCTRL register exists in
/Linux-v5.4/tools/memory-model/litmus-tests/
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-v5.4/drivers/firmware/imx/
DKconfig8 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
/Linux-v5.4/kernel/livepatch/
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

12345678910>>...77