Searched refs:guaranteed (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-stm.c104 * @guaraneed: is the channel delivery guaranteed.
109 unsigned long *guaranteed; member in struct:channel_space
380 set_bit(channel, drvdata->chs.guaranteed);
384 clear_bit(channel, drvdata->chs.guaranteed);
417 stm_flags |= test_bit(channel, drvdata->chs.guaranteed) ?
779 bitmap_clear(drvdata->chs.guaranteed, 0, drvdata->numsp);
853 drvdata->chs.guaranteed = devm_bitmap_zalloc(dev, drvdata->numsp,
855 if (!drvdata->chs.guaranteed)
/linux-master/tools/testing/selftests/powerpc/switch_endian/
H A Dcheck.S12 nop # guaranteed to be illegal in reverse-endian
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c315 int allocated, free, reserved, guaranteed, from_free; local
330 guaranteed = res_alloc->guaranteed[slave];
339 if (allocated + count <= guaranteed) {
344 if (guaranteed - allocated > 0)
345 from_free = count - (guaranteed - allocated);
385 int allocated, guaranteed, from_rsvd; local
396 guaranteed = res_alloc->guaranteed[slave];
398 if (allocated - count >= guaranteed) {
[all...]
H A Dmlx4.h554 int *guaranteed; member in struct:resource_allocator
/linux-master/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c38 unsigned char guaranteed; member in struct:msr_hwp_cap
775 cap->lowest, cap->efficient, cap->guaranteed, cap->highest);
784 cap->guaranteed = msr_perf_2_ratio(HWP_GUARANTEED_PERF(msr));
/linux-master/drivers/acpi/
H A Dcppc_acpi.c1241 u64 high, low, guaranteed, nom, min_nonlinear, low_f = 0, nom_f = 0; local
1290 cpc_read(cpunum, guaranteed_reg, &guaranteed);
1291 perf_caps->guaranteed_perf = guaranteed;
/linux-master/arch/m68k/ifpsp060/
H A Dos.S64 | The addresses within the 060SP are guaranteed to be on the stack.
/linux-master/arch/m68k/fpsp040/
H A Dskeleton.S397 | The supervisor source address is guaranteed to point into the supervisor
/linux-master/arch/arm/crypto/
H A Dpoly1305-armv4.pl602 @ H0, H2, H3 are guaranteed to be 26 bits wide, while H1 and H4
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h640 __le16 guaranteed; member in struct:i40e_aqc_switch_resource_alloc_element_resp
1505 u8 min_bw[16]; /* guaranteed bandwidth */

Completed in 190 milliseconds