Home
last modified time | relevance | path

Searched full:exist (Results 1 – 25 of 3259) sorted by relevance

12345678910>>...131

/kernel/linux/linux-4.19/net/ceph/
Dstring_table.c13 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-5.10/net/ceph/
Dstring_table.c13 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/
Dctype_func_test.c70 * @tc.name ctype_isalnum test with not exist pid
82 * @tc.name ctype_isalnum test with not exist pid
94 * @tc.name ctype_isalnum test with not exist pid
106 * @tc.name ctype_isalnum test with not exist pid
118 * @tc.name ctype_isalnum test with not exist pid
131 * @tc.name ctype_isascii test with not exist pid
143 * @tc.name ctype_isascii test with not exist pid
155 * @tc.name ctype_isascii test with not exist pid
167 * @tc.name ctype_isascii test with not exist pid
179 * @tc.name ctype_isascii test with not exist pid
[all …]
/kernel/liteos_m/testsuites/unittest/posix/src/string/
Dstring_func_test_01.c68 * @tc.name string_strlen error test with not exist pid
80 * @tc.name string_strlen error test with not exist pid
92 * @tc.name string_strlen error test with not exist pid
103 * @tc.name string_strlen error test with not exist pid
115 * @tc.name string_strlen error test with not exist pid
128 * @tc.name string_strncasecmp error test with not exist pid
140 * @tc.name string_strncasecmp error test with not exist pid
152 * @tc.name string_strncasecmp error test with not exist pid
164 * @tc.name string_strncasecmp error test with not exist pid
176 * @tc.name string_strncasecmp error test with not exist pid
[all …]
/kernel/linux/linux-5.10/drivers/hid/
Dhid-roccat.c43 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()
Dhidraw.c57 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()
374 if (!dev || !dev->exist) { in hidraw_ioctl()
561 dev->exist = 1; in hidraw_connect()
/kernel/linux/linux-4.19/drivers/hid/
Dhid-roccat.c46 int exist; member
102 if (!device->exist) { in roccat_read()
146 if (!reader->device->exist) in roccat_poll()
167 pr_emerg("roccat device with minor %d doesn't exist\n", minor); in roccat_open()
217 pr_emerg("roccat device with minor %d doesn't exist\n", minor); in roccat_release()
228 if (device->exist) { in roccat_release()
343 device->exist = 1; in roccat_connect()
362 device->exist = 0; /* TODO exist maybe not needed */ in roccat_disconnect()
Dhidraw.c65 if (!list->hidraw->exist) { in hidraw_read()
120 if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { in hidraw_send_report()
195 if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { in hidraw_get_report()
265 if (!list->hidraw->exist) in hidraw_poll()
284 if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { in hidraw_open()
330 hidraw->exist = 0; in drop_ref()
341 if (!hidraw->exist) { in drop_ref()
382 if (!dev || !dev->exist) { in hidraw_ioctl()
562 dev->exist = 1; in hidraw_connect()
/kernel/linux/linux-5.10/fs/ceph/
Dsnap.c1032 struct ceph_snapid_map *sm, *exist; in ceph_get_snapid_map() local
1036 exist = NULL; in ceph_get_snapid_map()
1040 exist = rb_entry(*p, struct ceph_snapid_map, node); in ceph_get_snapid_map()
1041 if (snap > exist->snap) { in ceph_get_snapid_map()
1043 } else if (snap < exist->snap) { in ceph_get_snapid_map()
1046 if (atomic_inc_return(&exist->ref) == 1) in ceph_get_snapid_map()
1047 list_del_init(&exist->lru); in ceph_get_snapid_map()
1050 exist = NULL; in ceph_get_snapid_map()
1053 if (exist) { in ceph_get_snapid_map()
1054 dout("found snapid map %llx -> %x\n", exist->snap, exist->dev); in ceph_get_snapid_map()
[all …]
/kernel/linux/linux-4.19/fs/btrfs/
Dref-verify.c26 * These are meant to represent what should exist in the extent tree, these can
275 struct block_entry *be = NULL, *exist; in add_block_entry() local
292 exist = insert_block_entry(&fs_info->block_tree, be); in add_block_entry()
293 if (exist) { in add_block_entry()
297 exist_re = insert_root_entry(&exist->roots, re); in add_block_entry()
304 return exist; in add_block_entry()
325 struct ref_entry *ref = NULL, *exist; in add_tree_block() local
355 exist = insert_ref_entry(&be->refs, ref); in add_tree_block()
356 if (exist) { in add_tree_block()
357 exist->num_refs++; in add_tree_block()
[all …]
Ddelayed-ref.c405 struct btrfs_delayed_ref_node *exist; in insert_delayed_ref() local
410 exist = tree_insert(&href->ref_tree, ref); in insert_delayed_ref()
411 if (!exist) in insert_delayed_ref()
416 if (exist->action == ref->action) { in insert_delayed_ref()
420 if (exist->ref_mod < ref->ref_mod) { in insert_delayed_ref()
421 exist->action = ref->action; in insert_delayed_ref()
422 mod = -exist->ref_mod; in insert_delayed_ref()
423 exist->ref_mod = ref->ref_mod; in insert_delayed_ref()
425 list_add_tail(&exist->add_list, in insert_delayed_ref()
428 ASSERT(!list_empty(&exist->add_list)); in insert_delayed_ref()
[all …]
/kernel/linux/linux-5.10/fs/btrfs/
Dref-verify.c26 * 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 …]
Ddelayed-ref.c599 struct btrfs_delayed_ref_node *exist; in insert_delayed_ref() local
604 exist = tree_insert(&href->ref_tree, ref); in insert_delayed_ref()
605 if (!exist) in insert_delayed_ref()
610 if (exist->action == ref->action) { in insert_delayed_ref()
614 if (exist->ref_mod < ref->ref_mod) { in insert_delayed_ref()
615 exist->action = ref->action; in insert_delayed_ref()
616 mod = -exist->ref_mod; in insert_delayed_ref()
617 exist->ref_mod = ref->ref_mod; in insert_delayed_ref()
619 list_add_tail(&exist->add_list, in insert_delayed_ref()
622 ASSERT(!list_empty(&exist->add_list)); in insert_delayed_ref()
[all …]
/kernel/linux/linux-4.19/arch/arm/mach-omap2/
Dvoltage.c58 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_get_voltage()
80 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_scale()
131 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_reset()
161 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_get_volttable()
189 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_get_voltdata()
194 pr_warn("%s: voltage table does not exist for vdd_%s\n", in omap_voltage_get_voltdata()
223 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_register_pmic()
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
Dvoltage.c55 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-4.19/Documentation/devicetree/bindings/powerpc/
Dibm,powerpc-cpu-features.txt107 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/
Dibm,powerpc-cpu-features.txt107 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-4.19/tools/testing/selftests/pstore/
Dpstore_post_reboot_tests40 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-5.10/tools/testing/selftests/pstore/
Dpstore_post_reboot_tests40 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/liteos_m/testsuites/unittest/posix/src/stdarg/
Dstdarg_func_test.c101 * @tc.name stdarg api test with not exist pid
112 * @tc.name stdarg api test with not exist pid
123 * @tc.name stdarg api test with not exist pid
134 * @tc.name stdarg api test with not exist pid
/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_mod_trace.tc6 : "mod: allows to filter a non exist function"
10 : "mod: on exist module"
/kernel/linux/linux-5.10/include/uapi/linux/netfilter/ipset/
Dip_set_list.h9 /* Set name to be added/deleted/tested does not exist. */
15 /* Reference set does not exist */
/kernel/linux/linux-4.19/include/uapi/linux/netfilter/ipset/
Dip_set_list.h9 /* Set name to be added/deleted/tested does not exist. */
15 /* Reference set does not exist */
/kernel/linux/linux-5.10/include/soc/fsl/
Dcpm.h61 #define CPMFCR_GBL ((u_char)0x00) /* Flag doesn't exist in CPM1 */
62 #define CPMFCR_TC2 ((u_char)0x00) /* Flag doesn't exist in CPM1 */
63 #define CPMFCR_DTB ((u_char)0x00) /* Flag doesn't exist in CPM1 */
64 #define CPMFCR_BDB ((u_char)0x00) /* Flag doesn't exist in CPM1 */
/kernel/linux/linux-4.19/arch/powerpc/include/asm/
Dcpm.h61 #define CPMFCR_GBL ((u_char)0x00) /* Flag doesn't exist in CPM1 */
62 #define CPMFCR_TC2 ((u_char)0x00) /* Flag doesn't exist in CPM1 */
63 #define CPMFCR_DTB ((u_char)0x00) /* Flag doesn't exist in CPM1 */
64 #define CPMFCR_BDB ((u_char)0x00) /* Flag doesn't exist in CPM1 */

12345678910>>...131