/kernel/linux/linux-5.10/fs/ext4/ |
H A D | inode-test.c | 40 #define CASE_NAME_FORMAT "%s: msb:%x lower_bound:%x extra_bits: %x" 80 bool lower_bound; member 86 if (test->lower_bound) in get_32bit_time() 92 if (test->lower_bound) in get_32bit_time() 108 .lower_bound = true, in inode_test_xtimestamp_decoding() 116 .lower_bound = false, in inode_test_xtimestamp_decoding() 124 .lower_bound = true, in inode_test_xtimestamp_decoding() 132 .lower_bound = false, in inode_test_xtimestamp_decoding() 140 .lower_bound = true, in inode_test_xtimestamp_decoding() 148 .lower_bound in inode_test_xtimestamp_decoding() [all...] |
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | inode-test.c | 40 #define CASE_NAME_FORMAT "%s: msb:%x lower_bound:%x extra_bits: %x" 80 bool lower_bound; member 87 .lower_bound = true, 95 .lower_bound = false, 103 .lower_bound = true, 111 .lower_bound = false, 119 .lower_bound = true, 127 .lower_bound = false, 135 .lower_bound = true, 143 .lower_bound [all...] |
/kernel/linux/linux-6.6/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | int-attributes.c | 45 if (in_val < integer_data->lower_bound || in validate_integer_input() 73 ATTRIBUTE_N_PROPERTY_SHOW(lower_bound, integer); 75 __ATTR_RO(lower_bound); 255 integer_data->lower_bound = int_value; in hp_populate_integer_elements_from_package() 346 &integer_data->lower_bound); in hp_populate_integer_elements_from_buffer()
|
H A D | bioscfg.h | 145 u32 lower_bound; member
|
/kernel/linux/linux-5.10/drivers/md/persistent-data/ |
H A D | dm-btree-remove.c | 432 i = lower_bound(n, key); in rebalance_children() 453 int i = lower_bound(n, key); in do_leaf() 505 i = lower_bound(n, key); in remove_raw() 588 *index = lower_bound(n, key); in remove_nearest() 598 *index = lower_bound(n, key); in remove_nearest() 602 i = lower_bound(n, key); in remove_nearest()
|
H A D | dm-btree-internal.h | 137 int lower_bound(struct btree_node *n, uint64_t key);
|
H A D | dm-btree.c | 61 int lower_bound(struct btree_node *n, uint64_t key) in lower_bound() function 401 lower_bound, &rkey, in dm_btree_lookup() 439 i = lower_bound(n, key); in dm_btree_lookup_next_single() 484 lower_bound, rkey, in dm_btree_lookup_next() 736 i = lower_bound(node, key); in btree_insert_raw()
|
/kernel/linux/linux-6.6/drivers/md/persistent-data/ |
H A D | dm-btree-remove.c | 507 i = lower_bound(n, key); in rebalance_children() 528 int i = lower_bound(n, key); in do_leaf() 581 i = lower_bound(n, key); in remove_raw() 665 *index = lower_bound(n, key); in remove_nearest() 675 *index = lower_bound(n, key); in remove_nearest() 679 i = lower_bound(n, key); in remove_nearest()
|
H A D | dm-btree-internal.h | 139 int lower_bound(struct btree_node *n, uint64_t key);
|
H A D | dm-btree.c | 64 int lower_bound(struct btree_node *n, uint64_t key) in lower_bound() function 398 lower_bound, &rkey, in dm_btree_lookup() 436 i = lower_bound(n, key); in dm_btree_lookup_next_single() 481 lower_bound, rkey, in dm_btree_lookup_next() 1065 int i = lower_bound(node, key); in contains_key() 1134 i = lower_bound(node, key); in btree_insert_raw() 1184 i = lower_bound(node, key); in __btree_get_overwrite_leaf()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x2/ |
H A D | eeprom.h | 37 int lower_bound; /* J */ member
|
H A D | pci_phy.c | 273 db_diff = max(db_diff, t.lower_bound); in mt76x2_phy_temp_compensate()
|
H A D | eeprom.c | 497 t->lower_bound = 0 - (bounds & 0xf); in mt76x2_get_temp_comp()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt76x2/ |
H A D | eeprom.h | 37 int lower_bound; /* J */ member
|
H A D | pci_phy.c | 273 db_diff = max(db_diff, t.lower_bound); in mt76x2_phy_temp_compensate()
|
H A D | eeprom.c | 485 t->lower_bound = 0 - (bounds & 0xf); in mt76x2_get_temp_comp()
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | uverbs_ioctl.h | 889 size_t idx, s64 lower_bound, u64 upper_bound, 926 size_t idx, s64 lower_bound, u64 upper_bound, in _uverbs_get_const() 940 size_t idx, s64 lower_bound, u64 upper_bound, in _uverbs_get_const_signed() 925 _uverbs_get_const(s64 *to, const struct uverbs_attr_bundle *attrs_bundle, size_t idx, s64 lower_bound, u64 upper_bound, s64 *def_val) _uverbs_get_const() argument 938 _uverbs_get_const_signed(s64 *to, const struct uverbs_attr_bundle *attrs_bundle, size_t idx, s64 lower_bound, u64 upper_bound, s64 *def_val) _uverbs_get_const_signed() argument
|
/kernel/linux/linux-5.10/arch/x86/include/asm/fpu/ |
H A D | types.h | 174 u64 lower_bound; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | ppevvmath.h | 116 fInt lower_bound = Divide(78, 10000); in fExponential() local 128 while (GreaterThan(exponent, lower_bound)) { in fExponential()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | ppevvmath.h | 116 fInt lower_bound = Divide(78, 10000); in fExponential() local 128 while (GreaterThan(exponent, lower_bound)) { in fExponential()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/fpu/ |
H A D | types.h | 191 u64 lower_bound; member
|
/kernel/linux/linux-5.10/arch/mips/net/ |
H A D | ebpf_jit.c | 425 int upper_bound, lower_bound; in gen_imm_insn() local 435 lower_bound = S16_MIN; in gen_imm_insn() 439 lower_bound = -(int)S16_MAX; in gen_imm_insn() 445 lower_bound = 0; in gen_imm_insn() 452 lower_bound = S32_MIN; in gen_imm_insn() 473 if (insn->imm >= lower_bound && insn->imm <= upper_bound) { in gen_imm_insn()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | uverbs_ioctl.h | 876 size_t idx, s64 lower_bound, u64 upper_bound, 910 size_t idx, s64 lower_bound, u64 upper_bound, in _uverbs_get_const() 909 _uverbs_get_const(s64 *to, const struct uverbs_attr_bundle *attrs_bundle, size_t idx, s64 lower_bound, u64 upper_bound, s64 *def_val) _uverbs_get_const() argument
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | uverbs_ioctl.c | 756 size_t idx, s64 lower_bound, u64 upper_bound, in _uverbs_get_const() 771 if (*to < lower_bound || (*to > 0 && (u64)*to > upper_bound)) in _uverbs_get_const() 755 _uverbs_get_const(s64 *to, const struct uverbs_attr_bundle *attrs_bundle, size_t idx, s64 lower_bound, u64 upper_bound, s64 *def_val) _uverbs_get_const() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | uverbs_ioctl.c | 765 size_t idx, s64 lower_bound, u64 upper_bound, in _uverbs_get_const_signed() 780 if (*to < lower_bound || (*to > 0 && (u64)*to > upper_bound)) in _uverbs_get_const_signed() 763 _uverbs_get_const_signed(s64 *to, const struct uverbs_attr_bundle *attrs_bundle, size_t idx, s64 lower_bound, u64 upper_bound, s64 *def_val) _uverbs_get_const_signed() argument
|