Home
last modified time | relevance | path

Searched full:uniform (Results 1 – 25 of 99) sorted by relevance

1234

/linux/mm/
H A Dnuma_emulation.c226 int i, ret, uniform = 0; in split_nodes_size_interleave_uniform()
233 * In the 'uniform' case split the passed in physical node by in split_nodes_size_interleave_uniform()
234 * nr_nodes, in the non-uniform case, ignore the passed in in split_nodes_size_interleave_uniform()
238 * In the uniform case, split the nodes strictly by physical in split_nodes_size_interleave_uniform()
239 * capacity, i.e. ignore holes. In the non-uniform case account in split_nodes_size_interleave_uniform()
247 uniform = 1; in split_nodes_size_interleave_uniform()
250 if (uniform) { in split_nodes_size_interleave_uniform()
257 * requested size is too small. This creates a uniform in split_nodes_size_interleave_uniform()
291 if (uniform) in split_nodes_size_interleave_uniform()
310 && !uniform) in split_nodes_size_interleave_uniform()
225 int i, ret, uniform = 0; split_nodes_size_interleave_uniform() local
[all...]
/linux/include/uapi/drm/
H A Dvc4_drm.h112 /* Pointer to uniform data and texture handles for the textures
115 * For each shader state record, there is a set of uniform data in the
117 * uniform data has a __u32 index into bo_handles per texture
120 * uniform data.
122 * The individual uniform state blocks don't have sizes passed in,
140 /* Size in bytes of the uniform state. */
H A Dv3d_drm.h410 * in the uniform stream. If the uniform rewrite is not needed,
/linux/include/uapi/linux/
H A Dcdrom.h21 * a uniform interface between software accessing CD-ROMs and the various
108 * Uniform driver, via generic packet commands, GPCMD_MODE_SELECT_10,
116 * These ioctls are implemented through the uniform CD-ROM driver
118 * drivers are eventually ported to the uniform CD-ROM driver interface.
262 * that the way the codeis written on CD is _not_ uniform across all discs!
394 /* capability flags used with the uniform CD-ROM driver */
433 /* User-configurable behavior options for the uniform CD-ROM driver */
/linux/arch/x86/mm/
H A Dpgtable.c744 u8 uniform; in pud_set_huge()
746 mtrr_type_lookup(addr, addr + PUD_SIZE, &uniform); in pud_set_huge()
747 if (!uniform) in pud_set_huge()
770 u8 uniform; in pmd_set_huge()
772 mtrr_type_lookup(addr, addr + PMD_SIZE, &uniform); in pmd_set_huge()
773 if (!uniform) { in pmd_set_huge()
741 u8 uniform; pud_set_huge() local
767 u8 uniform; pmd_set_huge() local
/linux/drivers/cpuidle/
H A Ddt_idle_states.c93 * Check that the idle state is uniform across all CPUs in the CPUidle driver
164 * and we check through idle_state_valid() if they are uniform in dt_init_idle_driver()
/linux/Documentation/watchdog/
H A Dwatchdog-pm.rst12 handling to ensure a uniform behaviour for Linux systems.
/linux/Documentation/networking/
H A Dmpls-sysctl.rst39 * 1 - enabled / RFC 3443 Uniform Model (default)
H A Dx25.rst20 provide a uniform device driver interface, and simplify configuration.
/linux/tools/perf/util/
H A Dbpf-utils.h16 * arrays to fetch from kernel. The following APIs provide an uniform way to
/linux/include/linux/mtd/
H A Dqinfo.h49 * @UniformBlockSizeShift - Uniform block size 2^UniformBlockSizeShift bytes
/linux/Documentation/driver-api/gpio/
H A Dusing-gpio.rst39 any circumstances deploy any uniform products using GPIO from userspace.
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_sseu.c361 * CHV expected to always have a uniform distribution of EU in cherryview_sseu_info_init()
442 * SKL is expected to always have a uniform distribution in gen9_sseu_info_init()
445 * recovery. BXT is expected to be perfectly uniform in EU in gen9_sseu_info_init()
551 * BDW is expected to always have a uniform distribution of EU across in bdw_sseu_info_init()
/linux/drivers/mtd/
H A Dmtdconcat.c378 /* the easy case: device has uniform erase block size */ in concat_erase()
779 /* current subdevice has uniform erase size */ in mtd_concat_create()
808 * All subdevices have the same uniform erase size. in mtd_concat_create()
845 /* current subdevice has uniform erase size */ in mtd_concat_create()
/linux/drivers/gpu/drm/v3d/
H A Dv3d_perfmon.c35 {"QPU", "QPU-total-uniform-cache-hit", "[QPU] Total uniforms cache hits for all slices"},
36 {"QPU", "QPU-total-uniform-cache-miss", "[QPU] Total uniforms cache misses for all slices"},
123 {"QPU", "QPU-total-uniform-cache-hit", "[QPU] Total uniforms cache hits for all slices"},
124 {"QPU", "QPU-total-uniform-cache-miss", "[QPU] Total uniforms cache misses for all slices"},
/linux/Documentation/devicetree/bindings/leds/backlight/
H A Dlm3630a-backlight.yaml83 mapping mode in which the ramp up/down appears to have a more uniform
/linux/Documentation/devicetree/bindings/timer/
H A Darm,arch_timer_mmio.yaml40 CNTFRQ on all CPUs to a uniform correct value. Use of this property is
H A Darm,arch_timer.yaml63 CNTFRQ on all CPUs to a uniform correct value. Use of this property is
/linux/net/ceph/crush/
H A Dcrush.c13 case CRUSH_BUCKET_UNIFORM: return "uniform"; in crush_bucket_alg_name()
/linux/arch/sh/mm/
H A DKconfig116 bool "Non-Uniform Memory Access (NUMA) Support"
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-platform-regs.h10 * IPU6 uses uniform address within IPU6, therefore all subsystem registers
/linux/Documentation/driver-api/driver-model/
H A Doverview.rst23 The current driver model provides a common, uniform data model for describing
/linux/drivers/base/
H A DKconfig176 their non-uniform memory nodes.
/linux/Documentation/power/powercap/
H A Dpowercap.rst7 user space in a uniform way.
/linux/drivers/leds/
H A Dleds-cros_ec.c152 /* The multicolor LED API expects a uniform max_brightness */ in cros_ec_led_count_subleds()

1234