Searched full:piece (Results 1 – 25 of 224) sorted by relevance
123456789
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | transform.h | 117 /* Enable only the first piece of memory */ 120 /* Enable only the second piece of memory */ 124 * last piece of chroma memory used for the luma storage
|
/Linux-v5.15/fs/xfs/libxfs/ |
D | xfs_health.h | 19 * When scrub detects corruption in a piece of metadata it will set the 25 * "checked" field tell us if a given piece of metadata has ever been examined, 26 * and the "sick" field tells us if that piece was found to need repairs.
|
/Linux-v5.15/Documentation/dev-tools/kunit/ |
D | usage.rst | 75 An *expectation* is a way to specify that you expect a piece of code to do 77 by setting expectations about the behavior of a piece of code under test; when 299 In order to unit test a piece of code that calls a method in a class, the 303 A fake just provides an implementation of a piece of code that is different than 731 write that test for a particular piece of hardware. In general, writing a test 732 that depends on having access to a particular piece of hardware or software (not 744 (and monetarily free) to obtain software environment to a specific piece of
|
/Linux-v5.15/Documentation/admin-guide/sysctl/ |
D | index.rst | 62 one part of the kernel, so you can do configuration on a piece 63 by piece basis, or just some 'thematic frobbing'.
|
/Linux-v5.15/arch/sparc/include/uapi/asm/ |
D | posix_types.h | 18 /* Note this piece of asymmetry from the v9 ABI. */
|
/Linux-v5.15/Documentation/devicetree/bindings/arm/firmware/ |
D | linaro,optee-tz.yaml | 13 OP-TEE is a piece of software using hardware features to provide a Trusted
|
/Linux-v5.15/drivers/target/ |
D | target_core_rd.h | 12 /* Largest piece of memory kmalloc can allocate */
|
/Linux-v5.15/net/ceph/ |
D | messenger.c | 711 * For a bio data item, a piece is whatever remains of the next 831 * For a page array, a piece comes from the first page in the array 902 * For a pagelist, a piece is whatever remains to be consumed in the 991 * piece resides on a single page. The network layer might not 992 * consume an entire piece at once. A data item's cursor keeps 993 * track of which piece is next to process and how much remains to 994 * be processed in that piece. It also tracks whether the current 995 * piece is the last one in the data item. 1038 * Return the page containing the next piece to process for a given 1039 * data item, and supply the page offset and length of that piece. [all …]
|
/Linux-v5.15/arch/mips/pci/ |
D | fixup-ip32.c | 41 * right if there exists such a broken piece of crap.
|
/Linux-v5.15/arch/powerpc/platforms/85xx/ |
D | qemu_e500.c | 6 * to a particular piece of hardware or a particular spec of virtual hardware,
|
/Linux-v5.15/Documentation/devicetree/bindings/arm/msm/ |
D | qcom,saw2.txt | 5 power-controller that transitions a piece of hardware (like a processor or
|
/Linux-v5.15/arch/arm/mach-mvebu/ |
D | pmsu_ll.S | 68 * the last word of this piece of code will be filled by the physical
|
/Linux-v5.15/include/kunit/ |
D | try-catch.h | 41 * useful when you look at a test case as a logical statement about some piece
|
/Linux-v5.15/include/linux/ |
D | assoc_array.h | 34 /* Method to get a piece of an object's index key */
|
/Linux-v5.15/Documentation/driver-api/gpio/ |
D | using-gpio.rst | 24 industrial automation, PLC-type use cases, door controllers, in short a piece
|
/Linux-v5.15/Documentation/process/ |
D | 3.Early-stage.rst | 18 easy: when a driver is needed for a specific piece of hardware, for 163 track down a maintainer for a specific piece of code.
|
/Linux-v5.15/drivers/cpufreq/ |
D | mvebu-cpufreq.c | 40 * piece of code is only for compatibility with old Device in armada_xp_pmsu_cpufreq_init()
|
/Linux-v5.15/drivers/tee/optee/ |
D | optee_rpc_cmd.h | 58 * Allocate a piece of shared memory
|
/Linux-v5.15/Documentation/power/ |
D | s2ram.rst | 70 Reason for this is that the RTC is the only reliably available piece of
|
D | freezing-of-tasks.rst | 219 piece of code from system-wide sleep such as suspend/hibernation is not 220 encouraged. If possible, that piece of code must instead hook onto the
|
/Linux-v5.15/lib/kunit/ |
D | kunit-example-test.c | 25 * to test a piece of code, you set some expectations about what the in example_simple_test()
|
/Linux-v5.15/sound/core/ |
D | misc.c | 74 /* Ignore KERN_CONT. We print filename:line for each piece. */ in __snd_printk()
|
/Linux-v5.15/Documentation/fb/ |
D | internals.rst | 52 particular piece of hardware.
|
/Linux-v5.15/fs/proc/ |
D | Kconfig | 101 this interface. For example, rkt is such a piece of software.
|
/Linux-v5.15/drivers/char/ipmi/ |
D | Kconfig | 50 sequence numbers to piece the string together. This config
|
123456789