/linux/mm/ |
H A D | numa_emulation.c | 226 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 D | vc4_drm.h | 112 /* 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 D | v3d_drm.h | 410 * in the uniform stream. If the uniform rewrite is not needed,
|
/linux/include/uapi/linux/ |
H A D | cdrom.h | 21 * 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 D | pgtable.c | 744 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 D | dt_idle_states.c | 93 * 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 D | watchdog-pm.rst | 12 handling to ensure a uniform behaviour for Linux systems.
|
/linux/Documentation/networking/ |
H A D | mpls-sysctl.rst | 39 * 1 - enabled / RFC 3443 Uniform Model (default)
|
H A D | x25.rst | 20 provide a uniform device driver interface, and simplify configuration.
|
/linux/tools/perf/util/ |
H A D | bpf-utils.h | 16 * arrays to fetch from kernel. The following APIs provide an uniform way to
|
/linux/include/linux/mtd/ |
H A D | qinfo.h | 49 * @UniformBlockSizeShift - Uniform block size 2^UniformBlockSizeShift bytes
|
/linux/Documentation/driver-api/gpio/ |
H A D | using-gpio.rst | 39 any circumstances deploy any uniform products using GPIO from userspace.
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_sseu.c | 361 * 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 D | mtdconcat.c | 378 /* 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 D | v3d_perfmon.c | 35 {"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 D | lm3630a-backlight.yaml | 83 mapping mode in which the ramp up/down appears to have a more uniform
|
/linux/Documentation/devicetree/bindings/timer/ |
H A D | arm,arch_timer_mmio.yaml | 40 CNTFRQ on all CPUs to a uniform correct value. Use of this property is
|
H A D | arm,arch_timer.yaml | 63 CNTFRQ on all CPUs to a uniform correct value. Use of this property is
|
/linux/net/ceph/crush/ |
H A D | crush.c | 13 case CRUSH_BUCKET_UNIFORM: return "uniform"; in crush_bucket_alg_name()
|
/linux/arch/sh/mm/ |
H A D | Kconfig | 116 bool "Non-Uniform Memory Access (NUMA) Support"
|
/linux/drivers/media/pci/intel/ipu6/ |
H A D | ipu6-platform-regs.h | 10 * IPU6 uses uniform address within IPU6, therefore all subsystem registers
|
/linux/Documentation/driver-api/driver-model/ |
H A D | overview.rst | 23 The current driver model provides a common, uniform data model for describing
|
/linux/drivers/base/ |
H A D | Kconfig | 176 their non-uniform memory nodes.
|
/linux/Documentation/power/powercap/ |
H A D | powercap.rst | 7 user space in a uniform way.
|
/linux/drivers/leds/ |
H A D | leds-cros_ec.c | 152 /* The multicolor LED API expects a uniform max_brightness */ in cros_ec_led_count_subleds()
|