| /kernel/linux/linux-6.6/tools/testing/selftests/damon/ |
| D | sysfs.sh | 39 if [ "$to_ensure" = "exist" ] && [ ! -d "$dir" ] 55 if [ "$to_ensure" = "exist" ] 78 ensure_dir "$range_dir" "exist" 79 ensure_file "$range_dir/min" "exist" 600 80 ensure_file "$range_dir/max" "exist" 600 86 ensure_dir "$tried_regions_dir" "exist" 87 ensure_file "$tried_regions_dir/total_bytes" "exist" "400" 93 ensure_dir "$stats_dir" "exist" 96 ensure_file "$stats_dir/$f" "exist" "400" 103 ensure_file "$filter_dir/type" "exist" "600" [all …]
|
| /kernel/linux/linux-5.10/net/ceph/ |
| D | string_table.c | 13 struct ceph_string *cs, *exist; in ceph_find_or_create_string() local 17 exist = NULL; in ceph_find_or_create_string() 21 exist = rb_entry(*p, struct ceph_string, node); in ceph_find_or_create_string() 22 ret = ceph_compare_string(exist, str, len); in ceph_find_or_create_string() 29 exist = NULL; in ceph_find_or_create_string() 31 if (exist && !kref_get_unless_zero(&exist->kref)) { in ceph_find_or_create_string() 32 rb_erase(&exist->node, &string_tree); in ceph_find_or_create_string() 33 RB_CLEAR_NODE(&exist->node); in ceph_find_or_create_string() 34 exist = NULL; in ceph_find_or_create_string() 37 if (exist) in ceph_find_or_create_string() [all …]
|
| /kernel/linux/linux-6.6/net/ceph/ |
| D | string_table.c | 13 struct ceph_string *cs, *exist; in ceph_find_or_create_string() local 17 exist = NULL; in ceph_find_or_create_string() 21 exist = rb_entry(*p, struct ceph_string, node); in ceph_find_or_create_string() 22 ret = ceph_compare_string(exist, str, len); in ceph_find_or_create_string() 29 exist = NULL; in ceph_find_or_create_string() 31 if (exist && !kref_get_unless_zero(&exist->kref)) { in ceph_find_or_create_string() 32 rb_erase(&exist->node, &string_tree); in ceph_find_or_create_string() 33 RB_CLEAR_NODE(&exist->node); in ceph_find_or_create_string() 34 exist = NULL; in ceph_find_or_create_string() 37 if (exist) in ceph_find_or_create_string() [all …]
|
| /kernel/liteos_m/testsuites/unittest/posix/src/ctype/ |
| D | ctype_func_test.c | 71 * @tc.name ctype_isalnum test with not exist pid 84 * @tc.name ctype_isalnum test with not exist pid 97 * @tc.name ctype_isalnum test with not exist pid 110 * @tc.name ctype_isalnum test with not exist pid 123 * @tc.name ctype_isalnum test with not exist pid 137 * @tc.name ctype_isascii test with not exist pid 150 * @tc.name ctype_isascii test with not exist pid 163 * @tc.name ctype_isascii test with not exist pid 176 * @tc.name ctype_isascii test with not exist pid 189 * @tc.name ctype_isascii test with not exist pid [all …]
|
| /kernel/liteos_m/testsuites/unittest/posix/src/string/ |
| D | string_func_test_01.c | 72 * @tc.name string_strlen error test with not exist pid 85 * @tc.name string_strlen error test with not exist pid 98 * @tc.name string_strlen error test with not exist pid 110 * @tc.name string_strlen error test with not exist pid 123 * @tc.name string_strlen error test with not exist pid 137 * @tc.name string_strncasecmp error test with not exist pid 150 * @tc.name string_strncasecmp error test with not exist pid 163 * @tc.name string_strncasecmp error test with not exist pid 176 * @tc.name string_strncasecmp error test with not exist pid 189 * @tc.name string_strncasecmp error test with not exist pid [all …]
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| D | hid-roccat.c | 43 int exist; member 99 if (!device->exist) { in roccat_read() 143 if (!reader->device->exist) in roccat_poll() 164 pr_emerg("roccat device with minor %d doesn't exist\n", minor); in roccat_open() 214 pr_emerg("roccat device with minor %d doesn't exist\n", minor); in roccat_release() 225 if (device->exist) { in roccat_release() 344 device->exist = 1; in roccat_connect() 363 device->exist = 0; /* TODO exist maybe not needed */ in roccat_disconnect()
|
| D | hidraw.c | 57 if (!list->hidraw->exist) { in hidraw_read() 112 if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { in hidraw_send_report() 187 if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { in hidraw_get_report() 257 if (!list->hidraw->exist) in hidraw_poll() 276 if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { in hidraw_open() 322 hidraw->exist = 0; in drop_ref() 333 if (!hidraw->exist) { in drop_ref() 377 if (!dev || !dev->exist) { in hidraw_ioctl() 564 dev->exist = 1; in hidraw_connect()
|
| /kernel/linux/linux-6.6/drivers/hid/ |
| D | hid-roccat.c | 43 int exist; member 99 if (!device->exist) { in roccat_read() 143 if (!reader->device->exist) in roccat_poll() 164 pr_emerg("roccat device with minor %d doesn't exist\n", minor); in roccat_open() 214 pr_emerg("roccat device with minor %d doesn't exist\n", minor); in roccat_release() 225 if (device->exist) { in roccat_release() 344 device->exist = 1; in roccat_connect() 363 device->exist = 0; /* TODO exist maybe not needed */ in roccat_disconnect()
|
| D | hidraw.c | 59 if (!list->hidraw->exist) { in hidraw_read() 114 if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { in hidraw_send_report() 189 if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { in hidraw_get_report() 259 if (!list->hidraw->exist) in hidraw_poll() 283 if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { in hidraw_open() 329 hidraw->exist = 0; in drop_ref() 340 if (!hidraw->exist) { in drop_ref() 386 if (!dev || !dev->exist) { in hidraw_ioctl() 595 dev->exist = 1; in hidraw_connect()
|
| /kernel/linux/linux-5.10/fs/ceph/ |
| D | snap.c | 1058 struct ceph_snapid_map *sm, *exist; in ceph_get_snapid_map() local 1062 exist = NULL; in ceph_get_snapid_map() 1066 exist = rb_entry(*p, struct ceph_snapid_map, node); in ceph_get_snapid_map() 1067 if (snap > exist->snap) { in ceph_get_snapid_map() 1069 } else if (snap < exist->snap) { in ceph_get_snapid_map() 1072 if (atomic_inc_return(&exist->ref) == 1) in ceph_get_snapid_map() 1073 list_del_init(&exist->lru); in ceph_get_snapid_map() 1076 exist = NULL; in ceph_get_snapid_map() 1079 if (exist) { in ceph_get_snapid_map() 1080 dout("found snapid map %llx -> %x\n", exist->snap, exist->dev); in ceph_get_snapid_map() [all …]
|
| /kernel/linux/linux-5.10/fs/btrfs/ |
| D | ref-verify.c | 26 * These are meant to represent what should exist in the extent tree, these can 264 struct block_entry *be = NULL, *exist; in add_block_entry() local 281 exist = insert_block_entry(&fs_info->block_tree, be); in add_block_entry() 282 if (exist) { in add_block_entry() 286 exist_re = insert_root_entry(&exist->roots, re); in add_block_entry() 293 return exist; in add_block_entry() 314 struct ref_entry *ref = NULL, *exist; in add_tree_block() local 344 exist = insert_ref_entry(&be->refs, ref); in add_tree_block() 345 if (exist) { in add_tree_block() 346 exist->num_refs++; in add_tree_block() [all …]
|
| /kernel/linux/linux-6.6/fs/btrfs/ |
| D | ref-verify.c | 29 * These are meant to represent what should exist in the extent tree, these can 267 struct block_entry *be = NULL, *exist; in add_block_entry() local 284 exist = insert_block_entry(&fs_info->block_tree, be); in add_block_entry() 285 if (exist) { in add_block_entry() 289 exist_re = insert_root_entry(&exist->roots, re); in add_block_entry() 296 return exist; in add_block_entry() 317 struct ref_entry *ref = NULL, *exist; in add_tree_block() local 347 exist = insert_ref_entry(&be->refs, ref); in add_tree_block() 348 if (exist) { in add_tree_block() 349 exist->num_refs++; in add_tree_block() [all …]
|
| D | delayed-ref.c | 591 struct btrfs_delayed_ref_node *exist; in insert_delayed_ref() local 595 exist = tree_insert(&href->ref_tree, ref); in insert_delayed_ref() 596 if (!exist) { in insert_delayed_ref() 605 if (exist->action == ref->action) { in insert_delayed_ref() 609 if (exist->ref_mod < ref->ref_mod) { in insert_delayed_ref() 610 exist->action = ref->action; in insert_delayed_ref() 611 mod = -exist->ref_mod; in insert_delayed_ref() 612 exist->ref_mod = ref->ref_mod; in insert_delayed_ref() 614 list_add_tail(&exist->add_list, in insert_delayed_ref() 617 ASSERT(!list_empty(&exist->add_list)); in insert_delayed_ref() [all …]
|
| /kernel/linux/linux-6.6/fs/ceph/ |
| D | snap.c | 1177 struct ceph_snapid_map *sm, *exist; in ceph_get_snapid_map() local 1181 exist = NULL; in ceph_get_snapid_map() 1185 exist = rb_entry(*p, struct ceph_snapid_map, node); in ceph_get_snapid_map() 1186 if (snap > exist->snap) { in ceph_get_snapid_map() 1188 } else if (snap < exist->snap) { in ceph_get_snapid_map() 1191 if (atomic_inc_return(&exist->ref) == 1) in ceph_get_snapid_map() 1192 list_del_init(&exist->lru); in ceph_get_snapid_map() 1195 exist = NULL; in ceph_get_snapid_map() 1198 if (exist) { in ceph_get_snapid_map() 1200 exist->snap, exist->dev); in ceph_get_snapid_map() [all …]
|
| /kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
| D | voltage.c | 55 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_get_voltage() 77 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_scale() 128 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_reset() 158 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_get_volttable() 186 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_get_voltdata() 191 pr_warn("%s: voltage table does not exist for vdd_%s\n", in omap_voltage_get_voltdata() 220 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_register_pmic()
|
| /kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
| D | voltage.c | 55 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_get_voltage() 77 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_scale() 128 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_reset() 158 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_get_volttable() 186 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_get_voltdata() 191 pr_warn("%s: voltage table does not exist for vdd_%s\n", in omap_voltage_get_voltdata() 220 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_register_pmic()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/powerpc/ |
| D | ibm,powerpc-cpu-features.txt | 107 If bit 0 is set, then the hwcap-bit-nr property will exist. 119 feature to lesser privilege levels. If the property does not exist then no 125 If the HFSCR bit is set, then the hfscr-bit-nr property will exist and 138 feature to lesser privilege levels. If the property does not exist then no 144 If the FSCR bit is set, then the fscr-bit-nr property will exist and 179 This property may exist when the usable-privilege property value has PR bit set.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/powerpc/ |
| D | ibm,powerpc-cpu-features.txt | 107 If bit 0 is set, then the hwcap-bit-nr property will exist. 119 feature to lesser privilege levels. If the property does not exist then no 125 If the HFSCR bit is set, then the hfscr-bit-nr property will exist and 138 feature to lesser privilege levels. If the property does not exist then no 144 If the FSCR bit is set, then the fscr-bit-nr property will exist and 179 This property may exist when the usable-privilege property value has PR bit set.
|
| /kernel/linux/linux-5.10/tools/testing/selftests/pstore/ |
| D | pstore_post_reboot_tests | 40 prlog -n "Checking dmesg files exist in pstore filesystem ... " 43 prlog -n "Checking console files exist in pstore filesystem ... " 46 prlog -n "Checking pmsg files exist in pstore filesystem ... "
|
| /kernel/linux/linux-6.6/tools/testing/selftests/pstore/ |
| D | pstore_post_reboot_tests | 40 prlog -n "Checking dmesg files exist in pstore filesystem ... " 43 prlog -n "Checking console files exist in pstore filesystem ... " 46 prlog -n "Checking pmsg files exist in pstore filesystem ... "
|
| /kernel/linux/linux-6.6/tools/testing/selftests/rtc/ |
| D | rtctest.c | 45 SKIP(return, "Skipping test since %s does not exist", rtc_file); in TEST_F() 92 SKIP(return, "Skipping test since %s does not exist", rtc_file); 130 SKIP(return, "Skipping test since %s does not exist", rtc_file); 159 SKIP(return, "Skipping test since %s does not exist", rtc_file); in TEST_F() 202 SKIP(return, "Skipping test since %s does not exist", rtc_file); in TEST_F() 260 SKIP(return, "Skipping test since %s does not exist", rtc_file); in TEST_F() 312 SKIP(return, "Skipping test since %s does not exist", rtc_file); 370 SKIP(return, "Skipping test since %s does not exist", rtc_file);
|
| /kernel/liteos_m/testsuites/unittest/posix/src/stdarg/ |
| D | stdarg_func_test.c | 101 * @tc.name stdarg api test with not exist pid 113 * @tc.name stdarg api test with not exist pid 125 * @tc.name stdarg api test with not exist pid 137 * @tc.name stdarg api test with not exist pid
|
| /kernel/linux/linux-6.6/drivers/usb/serial/ |
| D | io_edgeport.h | 34 __u32 IsRS232 :1; /* Set if RS-232 ports exist */ 35 __u32 IsRS422 :1; /* Set if RS-422 ports exist */ 36 __u32 IsRS485 :1; /* Set if RS-485 ports exist */
|
| /kernel/linux/linux-5.10/tools/testing/selftests/ftrace/test.d/ftrace/ |
| D | func_mod_trace.tc | 6 : "mod: allows to filter a non exist function" 10 : "mod: on exist module"
|
| /kernel/linux/linux-6.6/tools/testing/selftests/ftrace/test.d/ftrace/ |
| D | func_mod_trace.tc | 6 : "mod: allows to filter a non exist function" 10 : "mod: on exist module"
|