Home
last modified time | relevance | path

Searched refs:set (Results 1 – 19 of 19) sorted by relevance

/lib/
Dassoc_array.c464 edit->set[0].ptr = &edit->array->root; in assoc_array_insert_in_empty_tree()
465 edit->set[0].to = assoc_array_node_to_ptr(new_n0); in assoc_array_insert_in_empty_tree()
613 edit->set[0].to = assoc_array_node_to_ptr(new_n0); in assoc_array_insert_into_terminal_node()
704 edit->set[0].ptr = &edit->array->root; in assoc_array_insert_into_terminal_node()
706 edit->set[0].ptr = &assoc_array_ptr_to_node(ptr)->slots[node->parent_slot]; in assoc_array_insert_into_terminal_node()
708 edit->set[0].ptr = &assoc_array_ptr_to_shortcut(ptr)->next_node; in assoc_array_insert_into_terminal_node()
749 edit->set[0].to = assoc_array_shortcut_to_ptr(new_s0); in assoc_array_insert_into_terminal_node()
824 edit->set[0].ptr = &edit->array->root; in assoc_array_insert_mid_shortcut()
827 edit->set[0].ptr = &node->slots[shortcut->parent_slot]; in assoc_array_insert_mid_shortcut()
856 edit->set[0].to = assoc_array_shortcut_to_ptr(new_s0); in assoc_array_insert_mid_shortcut()
[all …]
Dtest_maple_tree.c3584 unsigned long set[] = { 5015, 5014, 5017, 25, 1000, in maple_tree_seed() local
3587 void *ptr = &set; in maple_tree_seed()
3678 check_load(&tree, set[0], NULL); /* See if 5015 -> NULL */ in maple_tree_seed()
3680 check_insert(&tree, set[9], &tree); /* Insert 0 */ in maple_tree_seed()
3681 check_load(&tree, set[9], &tree); /* See if 0 -> &tree */ in maple_tree_seed()
3682 check_load(&tree, set[0], NULL); /* See if 5015 -> NULL */ in maple_tree_seed()
3684 check_insert(&tree, set[10], ptr); /* Insert 5003 */ in maple_tree_seed()
3685 check_load(&tree, set[9], &tree); /* See if 0 -> &tree */ in maple_tree_seed()
3686 check_load(&tree, set[11], NULL); /* See if 5002 -> NULL */ in maple_tree_seed()
3687 check_load(&tree, set[10], ptr); /* See if 5003 -> ptr */ in maple_tree_seed()
[all …]
DKconfig.kfence61 bool "Use static keys to set up allocations" if EXPERT
64 Use static keys (static branches) to set up KFENCE allocations. This
84 Only for KFENCE testing; set to 0 if you are not a KFENCE developer.
DKconfig.kgdb6 # set if architecture has the its kgdb_arch_handle_qxfer_pkt
34 If set to Y the debug core will use the kprobe blocklist to
35 identify symbols where it is unsafe to set breakpoints.
103 be set to 1 or 0 to enable all commands or disable almost all
Ddhry_run.c21 .set = dhry_run_set,
Dlogic_iomem.c266 if (area->ops->set) { in memset_io()
267 area->ops->set(area->priv, start, value, size); in memset_io()
Dtest_dynamic_debug.c27 .set = param_set_do_prints,
DKconfig.kcsan76 kernel and KCSAN test with KCSAN_REPORT_ONCE_IN_MS set to a lower
129 watchpoint is set up, i.e. one in KCSAN_SKIP_WATCH per-CPU
130 memory operations are used to set up a watchpoint. A smaller value
146 If enabled, a task that set up a watchpoint may be interrupted while
Dsbitmap.c297 static unsigned int __sbitmap_weight(const struct sbitmap *sb, bool set) in __sbitmap_weight() argument
305 if (set) in __sbitmap_weight()
Dvsprintf.c3575 DECLARE_BITMAP(set, 256) = {0}; in vsscanf()
3587 __set_bit((u8)*fmt, set); in vsscanf()
3595 bitmap_complement(set, set, 256); in vsscanf()
3597 __clear_bit(0, set); in vsscanf()
3601 if (!test_bit((u8)*str, set)) in vsscanf()
3604 while (test_bit((u8)*str, set) && field_width--) in vsscanf()
DKconfig.debug83 that are auditing their logs closely may want to set it to a lower
102 system, and then set "lpj=M" before setting "boot_delay=N".
123 If a source file is compiled with DEBUG flag set, any
337 size of their debug .deb packages with this config set, due to the
609 This may be set to 1 or 0 to enable or disable them all, or
911 been set up. This adds a fair amount of code to kernel memory
1618 is offline of if ignore_nmis is set.
1951 # ip link set eth0 mtu 1024
2444 set/clear_bit macros and get_count_order/long to make sure there are
2962 to be set and executed.
Ddynamic_debug.c811 .set = param_set_dyndbg_classes,
DKconfig426 be set by declaring default values for symbols BCH_CONST_M
/lib/kunit/
DKconfig66 Sets the default value of kunit.enable. If set to N then KUnit
71 behavior is needed should this be set to N.
/lib/raid6/
Dvpermxor.uc13 * $#-way unrolled portable integer math RAID-6 instruction set
Daltivec.uc16 * $#-way unrolled portable integer math RAID-6 instruction set
Dint.uc16 * $#-way unrolled portable integer math RAID-6 instruction set
Dneon.uc22 * $#-way unrolled NEON intrinsics math RAID-6 instruction set
/lib/crypto/mpi/
Dec.c183 mpi_size_t usize, unsigned long set) in mpih_set_cond() argument
186 mpi_limb_t mask = ((mpi_limb_t)0) - set; in mpih_set_cond()