/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-stm.c | 103 * @guaraneed: is the channel delivery guaranteed. 108 unsigned long *guaranteed; member 390 set_bit(channel, drvdata->chs.guaranteed); in stm_generic_set_options() 394 clear_bit(channel, drvdata->chs.guaranteed); in stm_generic_set_options() 427 stm_flags |= test_bit(channel, drvdata->chs.guaranteed) ? in stm_generic_packet() 830 bitmap_clear(drvdata->chs.guaranteed, 0, drvdata->numsp); in stm_init_default_data() 858 unsigned long *guaranteed; in stm_probe() local 907 guaranteed = devm_kzalloc(dev, bitmap_size, GFP_KERNEL); in stm_probe() 908 if (!guaranteed) in stm_probe() 910 drvdata->chs.guaranteed in stm_probe() [all...] |
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-stm.c | 104 * @guaraneed: is the channel delivery guaranteed. 109 unsigned long *guaranteed; member 384 set_bit(channel, drvdata->chs.guaranteed); in stm_generic_set_options() 388 clear_bit(channel, drvdata->chs.guaranteed); in stm_generic_set_options() 421 stm_flags |= test_bit(channel, drvdata->chs.guaranteed) ? in stm_generic_packet() 783 bitmap_clear(drvdata->chs.guaranteed, 0, drvdata->numsp); in stm_init_default_data() 857 drvdata->chs.guaranteed = devm_bitmap_zalloc(dev, drvdata->numsp, in stm_probe() 859 if (!drvdata->chs.guaranteed) in stm_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | resource_tracker.c | 315 int allocated, free, reserved, guaranteed, from_free; in mlx4_grant_resource() local 330 guaranteed = res_alloc->guaranteed[slave]; in mlx4_grant_resource() 339 if (allocated + count <= guaranteed) { in mlx4_grant_resource() 344 if (guaranteed - allocated > 0) in mlx4_grant_resource() 345 from_free = count - (guaranteed - allocated); in mlx4_grant_resource() 385 int allocated, guaranteed, from_rsvd; in mlx4_release_resource() local 396 guaranteed = res_alloc->guaranteed[slave]; in mlx4_release_resource() 398 if (allocated - count >= guaranteed) { in mlx4_release_resource() [all...] |
H A D | mlx4.h | 552 int *guaranteed; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | resource_tracker.c | 315 int allocated, free, reserved, guaranteed, from_free; in mlx4_grant_resource() local 330 guaranteed = res_alloc->guaranteed[slave]; in mlx4_grant_resource() 339 if (allocated + count <= guaranteed) { in mlx4_grant_resource() 344 if (guaranteed - allocated > 0) in mlx4_grant_resource() 345 from_free = count - (guaranteed - allocated); in mlx4_grant_resource() 385 int allocated, guaranteed, from_rsvd; in mlx4_release_resource() local 396 guaranteed = res_alloc->guaranteed[slave]; in mlx4_release_resource() 398 if (allocated - count >= guaranteed) { in mlx4_release_resource() [all...] |
H A D | mlx4.h | 554 int *guaranteed; member
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | cppc_acpi.c | 1079 u64 high, low, guaranteed, nom, min_nonlinear, low_f = 0, nom_f = 0; in cppc_get_perf_caps() local 1128 cpc_read(cpunum, guaranteed_reg, &guaranteed); in cppc_get_perf_caps() 1129 perf_caps->guaranteed_perf = guaranteed; in cppc_get_perf_caps()
|
/kernel/linux/linux-5.10/tools/power/x86/x86_energy_perf_policy/ |
H A D | x86_energy_perf_policy.c | 38 unsigned char guaranteed; member 730 cap->lowest, cap->efficient, cap->guaranteed, cap->highest); in print_hwp_cap() 739 cap->guaranteed = msr_perf_2_ratio(HWP_GUARANTEED_PERF(msr)); in read_hwp_cap()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | cppc_acpi.c | 1183 u64 high, low, guaranteed, nom, min_nonlinear, low_f = 0, nom_f = 0; in cppc_get_perf_caps() local 1232 cpc_read(cpunum, guaranteed_reg, &guaranteed); in cppc_get_perf_caps() 1233 perf_caps->guaranteed_perf = guaranteed; in cppc_get_perf_caps()
|
/kernel/linux/linux-6.6/tools/power/x86/x86_energy_perf_policy/ |
H A D | x86_energy_perf_policy.c | 38 unsigned char guaranteed; member 775 cap->lowest, cap->efficient, cap->guaranteed, cap->highest); in print_hwp_cap() 784 cap->guaranteed = msr_perf_2_ratio(HWP_GUARANTEED_PERF(msr)); in read_hwp_cap()
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
H A D | os.S | 64 | The addresses within the 060SP are guaranteed to be on the stack.
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/ |
H A D | os.S | 64 | The addresses within the 060SP are guaranteed to be on the stack.
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | skeleton.S | 397 | The supervisor source address is guaranteed to point into the supervisor
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | skeleton.S | 397 | The supervisor source address is guaranteed to point into the supervisor
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | poly1305-armv4.pl | 602 @ H0, H2, H3 are guaranteed to be 26 bits wide, while H1 and H4
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_adminq_cmd.h | 637 __le16 guaranteed; member 1501 u8 min_bw[16]; /* guaranteed bandwidth */
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | poly1305-armv4.pl | 602 @ H0, H2, H3 are guaranteed to be 26 bits wide, while H1 and H4
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_adminq_cmd.h | 637 __le16 guaranteed; member 1502 u8 min_bw[16]; /* guaranteed bandwidth */
|