Home
last modified time | relevance | path

Searched refs:guaranteed (Results 1 – 11 of 11) sorted by relevance

/drivers/hwtracing/coresight/
Dcoresight-stm.c108 unsigned long *guaranteed; member
391 set_bit(channel, drvdata->chs.guaranteed); in stm_generic_set_options()
395 clear_bit(channel, drvdata->chs.guaranteed); in stm_generic_set_options()
428 stm_flags |= test_bit(channel, drvdata->chs.guaranteed) ? in stm_generic_packet()
831 bitmap_clear(drvdata->chs.guaranteed, 0, drvdata->numsp); in stm_init_default_data()
859 unsigned long *guaranteed; in stm_probe() local
909 guaranteed = devm_kzalloc(dev, bitmap_size, GFP_KERNEL); in stm_probe()
910 if (!guaranteed) in stm_probe()
912 drvdata->chs.guaranteed = guaranteed; in stm_probe()
/drivers/staging/media/meson/vdec/
DTODO4 It is at the moment not guaranteed to work properly with a userspace
/drivers/net/ethernet/mellanox/mlx4/
Dresource_tracker.c315 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()
402 if (allocated - guaranteed > 0) in mlx4_release_resource()
403 from_rsvd = count - (allocated - guaranteed); in mlx4_release_resource()
[all …]
Dmlx4.h552 int *guaranteed; member
/drivers/mtd/nand/onenand/
DKconfig53 OTP block is fully-guaranteed to be a valid block.
/drivers/acpi/
Dcppc_acpi.c1097 u64 high, low, guaranteed, nom, min_nonlinear, low_f = 0, nom_f = 0; in cppc_get_perf_caps() local
1146 cpc_read(cpunum, guaranteed_reg, &guaranteed); in cppc_get_perf_caps()
1147 perf_caps->guaranteed_perf = guaranteed; in cppc_get_perf_caps()
/drivers/block/paride/
DTransition-notes123 We don't need to reset it to NULL, since we are guaranteed that there
126 reason - the value is guaranteed to be set by the last ps_set_intr() and
/drivers/staging/media/av7110/
DKconfig46 on the video output. This is kind of nonstandard and not guaranteed to
/drivers/platform/chrome/
DKconfig108 response time cannot be guaranteed, we support ignoring
/drivers/pci/
DKconfig171 the hierarchy where peer-to-peer DMA is guaranteed by the PCI
/drivers/net/ethernet/intel/i40e/
Di40e_adminq_cmd.h637 __le16 guaranteed; member