Searched full:satisfies (Results 1 – 25 of 86) sorted by relevance
1234
/linux-6.14.4/rust/kernel/alloc/ |
D | allocator.rs | 65 // INVARIANT: `krealloc` satisfies the type invariants. 68 // INVARIANT: `vrealloc` satisfies the type invariants. 71 // INVARIANT: `kvrealloc` satisfies the type invariants. 128 // - `realloc` satisfies the guarantees, since `ReallocFunc::call` has the same. 145 // - `realloc` satisfies the guarantees, since `ReallocFunc::call` has the same. 169 // - `realloc` satisfies the guarantees, since `ReallocFunc::call` has the same.
|
D | allocator_test.rs | 83 // SAFETY: Returns either NULL or a pointer to a memory allocation that satisfies or in realloc()
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/fpn/fpn_1.0/ |
D | ia_css_fpn_types.h | 20 * which satisfies the requirement the maximum data is less than 64.
|
/linux-6.14.4/arch/powerpc/include/asm/ |
D | rtas-work-area.h | 14 * Descriptor for a "work area" in PAPR terminology that satisfies
|
/linux-6.14.4/Documentation/scheduler/ |
D | sched-capacity.rst | 359 tasks. IOW, CFS wakeup CPU selection searches for a CPU that satisfies:: 422 RT task wakeup CPU selection searches for a CPU that satisfies:: 436 DL task wakeup CPU selection searches for a CPU that satisfies::
|
/linux-6.14.4/drivers/scsi/arm/ |
D | queue.h | 70 * Returns : struct scsi_cmnd if successful, or NULL if no command satisfies requirements
|
D | queue.c | 208 * Returns : struct scsi_cmnd if successful, or NULL if no command satisfies requirements
|
/linux-6.14.4/drivers/net/dsa/sja1105/ |
D | sja1105_ptp.h | 26 /* Calculate the first base_time in the future that satisfies this
|
/linux-6.14.4/Documentation/core-api/ |
D | dma-isa-lpc.rst | 41 In order to allocate a piece of memory that satisfies all these
|
/linux-6.14.4/include/linux/ |
D | interval_tree_generic.h | 95 * If it also satisfies Cond1, that's the \
|
/linux-6.14.4/arch/powerpc/platforms/pseries/ |
D | rtas-work-area.c | 128 * reliably reserve an arena that satisfies RTAS addressing
|
/linux-6.14.4/tools/include/linux/ |
D | interval_tree_generic.h | 95 * If it also satisfies Cond1, that's the \
|
/linux-6.14.4/arch/mips/kernel/ |
D | vmlinux.lds.S | 190 * also satisfies PAGE_SIZE alignment as the largest page size
|
/linux-6.14.4/Documentation/userspace-api/media/v4l/ |
D | vidioc-g-selection.rst | 112 error indicates that *there exist no rectangle* that satisfies the
|
/linux-6.14.4/Documentation/filesystems/ext4/ |
D | ifork.rst | 97 satisfies ``4*(((blocksize - 12)/12)^n) >= 2^32`` is 5.
|
/linux-6.14.4/arch/arm64/kvm/ |
D | debug.c | 114 * Clear the bits that KVM may use which also satisfies emulation of in setup_external_mdscr()
|
/linux-6.14.4/arch/x86/kernel/ |
D | tls.c | 50 * a user_desc that satisfies LDT_empty. To keep everything in tls_desc_okay()
|
/linux-6.14.4/include/uapi/linux/usb/ |
D | raw_gadget.h | 197 * Finds an endpoint that satisfies the parameters specified in the provided
|
/linux-6.14.4/Documentation/translations/zh_CN/core-api/ |
D | rbtree.rst | 282 * If it also satisfies Cond1, that's the match
|
/linux-6.14.4/drivers/dma/amd/ptdma/ |
D | ptdma-dev.c | 205 /* Page alignment satisfies our needs for N <= 128 */ in pt_core_init()
|
/linux-6.14.4/rust/kernel/ |
D | alloc.rs | 142 /// On success, returns a buffer represented as `NonNull<[u8]>` that satisfies the layout
|
/linux-6.14.4/arch/arm/mach-omap2/ |
D | cpuidle34xx.c | 167 * if it satisfies the enable_off_mode condition.
|
/linux-6.14.4/Documentation/mm/ |
D | zsmalloc.rst | 20 since this satisfies the requirements of all its current users (in the
|
/linux-6.14.4/Documentation/crypto/ |
D | async-tx-api.rst | 229 dma_request_channel simply returns the first channel that satisfies the
|
/linux-6.14.4/arch/riscv/kernel/ |
D | process.c | 285 * Prefer the smallest PMLEN that satisfies the user's request, in set_tagged_addr_ctrl()
|
1234