| /kernel/linux/linux-5.10/tools/memory-model/Documentation/ |
| D | litmus-tests.txt | 87 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" clause was not satisfied by any execution, 235 of end states satisfying and not satisfying the "exists" clause, just [all …]
|
| /kernel/linux/linux-6.6/tools/memory-model/Documentation/ |
| D | litmus-tests.txt | 87 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" clause was not satisfied by any execution, 235 of end states satisfying and not satisfying the "exists" clause, just [all …]
|
| /kernel/linux/linux-6.6/fs/afs/ |
| D | afs_vl.h | 31 AFSVL_IDEXIST = 363520, /* Volume Id entry exists in vl database */ 33 AFSVL_NAMEEXIST = 363522, /* Volume name entry exists in vl database */ 44 AFSVL_NOREPSERVER = 363533, /* No such Replication server site exists */ 45 AFSVL_DUPREPSERVER = 363534, /* Replication site already exists */ 84 #define AFS_VLF_RWEXISTS 0x1000 /* R/W volume exists */ 85 #define AFS_VLF_ROEXISTS 0x2000 /* R/O volume exists */ 86 #define AFS_VLF_BACKEXISTS 0x4000 /* backup volume exists */
|
| /kernel/linux/linux-5.10/fs/afs/ |
| D | afs_vl.h | 30 AFSVL_IDEXIST = 363520, /* Volume Id entry exists in vl database */ 32 AFSVL_NAMEEXIST = 363522, /* Volume name entry exists in vl database */ 43 AFSVL_NOREPSERVER = 363533, /* No such Replication server site exists */ 44 AFSVL_DUPREPSERVER = 363534, /* Replication site already exists */ 83 #define AFS_VLF_RWEXISTS 0x1000 /* R/W volume exists */ 84 #define AFS_VLF_ROEXISTS 0x2000 /* R/O volume exists */ 85 #define AFS_VLF_BACKEXISTS 0x4000 /* backup volume exists */
|
| /kernel/linux/linux-6.6/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() 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 [all …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/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)
|
| /kernel/linux/linux-5.10/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)
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-6.6/drivers/input/joystick/ |
| 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()
|
| /kernel/linux/linux-5.10/drivers/clk/bcm/ |
| D | clk-kona.h | 54 #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 …]
|
| /kernel/linux/linux-6.6/drivers/clk/bcm/ |
| D | clk-kona.h | 46 #define gate_exists(gate) FLAG_TEST(gate, GATE, EXISTS) 57 #define divider_exists(div) FLAG_TEST(div, DIV, EXISTS) 63 #define trigger_exists(trig) FLAG_TEST(trig, TRIG, EXISTS) 159 FLAG(GATE, EXISTS), \ 170 FLAG(GATE, EXISTS), \ 181 FLAG(GATE, NO_DISABLE)|FLAG(GATE, EXISTS), \ 191 FLAG(GATE, ENABLED)|FLAG(GATE, EXISTS), \ 199 .flags = FLAG(GATE, HW)|FLAG(GATE, EXISTS), \ 275 * EXISTS means this divider exists 287 .flags = FLAG(DIV, EXISTS)|FLAG(DIV, FIXED), \ [all …]
|
| /kernel/linux/linux-5.10/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() 459 bool exists, bool rtnl_held) in populate_metalist() argument [all …]
|
| 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()
|
| /kernel/linux/linux-6.6/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() 459 bool exists, bool rtnl_held) in populate_metalist() argument [all …]
|
| D | act_vlan.c | 133 bool exists = false; in tcf_vlan_init() local 152 exists = err; in tcf_vlan_init() 153 if (exists && bind) in tcf_vlan_init() 162 if (exists) in tcf_vlan_init() 170 if (exists) in tcf_vlan_init() 184 if (exists) in tcf_vlan_init() 202 if (exists) in tcf_vlan_init() 210 if (exists) in tcf_vlan_init() 218 if (!exists) { in tcf_vlan_init()
|
| /kernel/linux/linux-6.6/Documentation/sphinx/ |
| D | parse-headers.pl | 153 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 …]
|
| /kernel/linux/linux-5.10/Documentation/sphinx/ |
| D | parse-headers.pl | 153 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 …]
|
| /kernel/linux/linux-6.6/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@
|
| /kernel/linux/linux-5.10/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@
|
| /kernel/linux/linux-6.6/scripts/coccinelle/iterators/ |
| 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
|
| /kernel/linux/linux-5.10/scripts/coccinelle/iterators/ |
| 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
|
| /kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/ |
| 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()
|
| /kernel/linux/linux-6.6/tools/perf/Documentation/ |
| D | build-docdep.perl | 28 if (exists $include{$i}) { 30 if (!exists $include{$text}{$j}) { 42 if (! exists $included{$text} &&
|
| /kernel/uniproton/ |
| D | build.py | 136 if not os.path.exists(self.build_tmp_dir): 138 if not os.path.exists(self.log_dir): 145 if os.path.exists(real_path): 181 if os.path.exists('%s/cmake/common/build_auxiliary_script/__pycache__'%self.home_path): 183 if os.path.exists('%s/output'%self.home_path): 185 if os.path.exists('%s/tools/SRE/x86-win32/sp_makepatch/makepatch'%self.home_path): 187 if os.path.exists('%s/build/prepare/__pycache__'%self.home_path): 206 if os.path.exists('%s/%s' % (self.log_dir, self.log_file)):
|