Home
last modified time | relevance | path

Searched refs:equal (Results 26 - 50 of 236) sorted by relevance

12345678910

/kernel/linux/linux-5.10/drivers/md/persistent-data/
H A Ddm-array.c645 bvt->equal = block_equal; in dm_array_info_init()
824 (!vt->equal || !vt->equal(vt->context, old_value, value))) { in array_set_value()
H A Ddm-space-map-common.c208 ll->bitmap_info.value_type.equal = NULL; in sm_ll_init()
215 ll->ref_count_info.value_type.equal = NULL; in sm_ll_init()
H A Ddm-btree-spine.c277 vt->equal = le64_equal; in init_le64_type()
H A Ddm-bitset.c23 .equal = NULL,
/kernel/linux/linux-6.6/drivers/md/persistent-data/
H A Ddm-array.c653 bvt->equal = block_equal; in dm_array_info_init()
834 (!vt->equal || !vt->equal(vt->context, old_value, value))) { in array_set_value()
H A Ddm-btree-spine.c262 vt->equal = le64_equal; in init_le64_type()
H A Ddm-bitset.c24 .equal = NULL,
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c1003 int err, i, equal, fd; in run_core_reloc_tests() local
1117 equal = memcmp(data->out, test_case->output, in run_core_reloc_tests()
1119 if (CHECK(!equal, "check_result", in run_core_reloc_tests()
/kernel/linux/linux-6.6/arch/arc/kernel/
H A Dentry-arcv2.S16 ; This number is not equal to the maximum interrupt number (256) because
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H A Dhardwaremanager.h428 bool *equal);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h248 bool *equal);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhardwaremanager.h425 bool *equal);
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dfpsp.S6900 # two independent pieces of roughly equal complexities #
7028 # two independent pieces of roughly equal complexity #
7091 # two independent pieces of roughly equal complexity #
8427 # if the input is exactly equal to one, then exit through ld_pzero.
8430 fcmp.b %fp0,&0x1 # is it equal to one?
11870 # we still don't know if underflow occurred. result is ~ equal to 2. but,
12638 # we still don't know if underflow occurred. result is ~ equal to 1. but,
14165 # we still don't know if underflow occurred. result is ~ equal to 2. but,
14501 # we still don't know if underflow occurred. result is ~ equal to 1. but,
14614 # scale_to_zero_src() - set src operand exponent equal t
[all...]
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dfpsp.S6900 # two independent pieces of roughly equal complexities #
7028 # two independent pieces of roughly equal complexity #
7091 # two independent pieces of roughly equal complexity #
8427 # if the input is exactly equal to one, then exit through ld_pzero.
8430 fcmp.b %fp0,&0x1 # is it equal to one?
11870 # we still don't know if underflow occurred. result is ~ equal to 2. but,
12638 # we still don't know if underflow occurred. result is ~ equal to 1. but,
14165 # we still don't know if underflow occurred. result is ~ equal to 2. but,
14501 # we still don't know if underflow occurred. result is ~ equal to 1. but,
14614 # scale_to_zero_src() - set src operand exponent equal t
[all...]
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dbindec.S53 | SCALE is equal to 10^ISCALE, where ISCALE is the number
329 | SCALE is equal to 10^ISCALE, where ISCALE is the number
681 fdivs FTEN,%fp0 |if equal, divide by 10
H A Dx_unfl.S11 | it is equal to the denormalized exponent for the destination
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dbindec.S53 | SCALE is equal to 10^ISCALE, where ISCALE is the number
329 | SCALE is equal to 10^ISCALE, where ISCALE is the number
681 fdivs FTEN,%fp0 |if equal, divide by 10
H A Dx_unfl.S11 | it is equal to the denormalized exponent for the destination
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/
H A Dkv_dpm.c3226 bool *equal) in kv_check_state_equal()
3235 if (adev == NULL || cps == NULL || rps == NULL || equal == NULL) in kv_check_state_equal()
3242 *equal = false; in kv_check_state_equal()
3247 *equal = false; in kv_check_state_equal()
3254 *equal = false; in kv_check_state_equal()
3260 *equal = ((cps->vclk == rps->vclk) && (cps->dclk == rps->dclk)); in kv_check_state_equal()
3261 *equal &= ((cps->evclk == rps->evclk) && (cps->ecclk == rps->ecclk)); in kv_check_state_equal()
3223 kv_check_state_equal(void *handle, void *current_ps, void *request_ps, bool *equal) kv_check_state_equal() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dkv_dpm.c3214 bool *equal) in kv_check_state_equal()
3223 if (adev == NULL || cps == NULL || rps == NULL || equal == NULL) in kv_check_state_equal()
3230 *equal = false; in kv_check_state_equal()
3235 *equal = false; in kv_check_state_equal()
3242 *equal = false; in kv_check_state_equal()
3248 *equal = ((cps->vclk == rps->vclk) && (cps->dclk == rps->dclk)); in kv_check_state_equal()
3249 *equal &= ((cps->evclk == rps->evclk) && (cps->ecclk == rps->ecclk)); in kv_check_state_equal()
3211 kv_check_state_equal(void *handle, void *current_ps, void *request_ps, bool *equal) kv_check_state_equal() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/
H A Damdgpu_dpm.c1480 bool equal = false; in amdgpu_dpm_change_power_state_locked() local
1517 if (0 != amdgpu_dpm_check_state_equal(adev, adev->pm.dpm.current_ps, adev->pm.dpm.requested_ps, &equal)) in amdgpu_dpm_change_power_state_locked()
1518 equal = false; in amdgpu_dpm_change_power_state_locked()
1521 if (equal) in amdgpu_dpm_change_power_state_locked()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-thin-metadata.c462 pmd->info.value_type.equal = data_block_equal; in __setup_btree_details()
473 pmd->tl_info.value_type.equal = subtree_equal; in __setup_btree_details()
481 pmd->bl_info.value_type.equal = data_block_equal; in __setup_btree_details()
489 pmd->details_info.value_type.equal = NULL; in __setup_btree_details()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-thin-metadata.c491 pmd->info.value_type.equal = data_block_equal; in __setup_btree_details()
502 pmd->tl_info.value_type.equal = subtree_equal; in __setup_btree_details()
510 pmd->bl_info.value_type.equal = data_block_equal; in __setup_btree_details()
518 pmd->details_info.value_type.equal = NULL; in __setup_btree_details()
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Diwmmxt.S360 eors r0, r0, r1 @ if equal...
/kernel/linux/linux-5.10/arch/arc/kernel/
H A Dentry-arcv2.S15 ; This number is not equal to the maximum interrupt number (256) because

Completed in 81 milliseconds

12345678910