Searched full:partially (Results 1 – 25 of 660) sorted by relevance
12345678910>>...27
/linux-6.14.4/Documentation/block/ |
D | biovecs.rst | 11 More specifically, old code that needed to partially complete a bio would 17 partially complete a bio is segregated into struct bvec_iter: bi_sector, 23 particular, presenting the illusion of partially completed biovecs so that 83 * Submitting partially completed bios is now perfectly fine - this comes up 87 It used to be the case that submitting a partially completed bio would work 91 audited to make sure they are - submitting partially completed bios is
|
/linux-6.14.4/include/uapi/linux/ |
D | keyctl.h | 52 #define KEYCTL_INSTANTIATE 12 /* instantiate a partially constructed key */ 53 #define KEYCTL_NEGATE 13 /* negate a partially constructed key */ 59 #define KEYCTL_REJECT 19 /* reject a partially constructed key */ 60 #define KEYCTL_INSTANTIATE_IOV 20 /* instantiate a partially constructed key */
|
D | udp.h | 31 #define UDP_CORK 1 /* Never send partially complete segments */
|
/linux-6.14.4/arch/arm64/kvm/hyp/nvhe/ |
D | Makefile | 35 ## Output of this folder is `kvm_nvhe.o`, a partially linked object 54 # 3) Partially link all '.nvhe.o' files and apply the linker script. 71 # 5) Compile hyp-reloc.S and link it into the existing partially linked object.
|
/linux-6.14.4/Documentation/filesystems/smb/ |
D | ksmbd.rst | 85 SMB3 Multi-channel Partially Supported. Planned to implement 89 ACLs Partially Supported. only DACLs available, SACLs 104 DCE/RPC support Partially Supported. a few calls(NetShareEnumAll,
|
/linux-6.14.4/Documentation/driver-api/ |
D | xillybus.rst | 286 But the FPGA will submit a partially filled buffer only if directed to do so 290 balances between bus bandwidth efficiency (preventing a lot of partially 314 will also work, but the driver can't send partially completed words to the 361 single page is requested from the kernel, and that page is partially used. 362 Or, if there already is a partially used page at hand, the buffer is packed
|
/linux-6.14.4/fs/exfat/ |
D | inode.c | 316 * The range has been partially written, in exfat_get_block() 336 * The area has been partially written, in exfat_get_block() 344 * The block has been partially written, in exfat_get_block() 522 * If the block had been partially written before this write, in exfat_direct_IO() 531 /* zero the unwritten part in the partially written block */ in exfat_direct_IO()
|
/linux-6.14.4/Documentation/admin-guide/mm/ |
D | transhuge.rst | 533 queue. This happens when a huge page is partially unmapped and 637 This happens when a huge page is partially unmapped and splitting 643 might be currently entirely mapped or have partially unmapped/unused 647 the number of anonymous THP which are likely partially mapped, possibly 650 an anonymous THP as "partially mapped" and count it here, even though it 651 is not actually partially mapped anymore.
|
/linux-6.14.4/arch/s390/kvm/ |
D | gaccess.h | 368 * If an error occurs data may have been copied partially to guest memory. 391 * If an error occurs data may have been copied partially to kernel space. 415 * If an error occurs data may have been copied partially to guest memory. 439 * If an error occurs data may have been copied partially to kernel space.
|
/linux-6.14.4/drivers/s390/crypto/ |
D | zcrypt_ccamisc.h | 249 char new_aes_mk_state; /* '1' empty, '2' partially full, '3' full */ 252 char new_apka_mk_state; /* '1' empty, '2' partially full, '3' full */ 255 char new_asym_mk_state; /* '1' empty, '2' partially full, '3' full */
|
/linux-6.14.4/Documentation/networking/dsa/ |
D | sja1105.rst | 28 table takes a number of entries. Some configuration tables can be (partially) 42 L2 Forwarding yes partially (fully on P/Q/R/S) 43 MAC Config yes partially (fully on P/Q/R/S) 47 L2 Lookup Params no partially (fully on P/Q/R/S) 51 General Params yes partially
|
/linux-6.14.4/drivers/net/usb/ |
D | gl620a.c | 25 * ... should partially interop with the Win32 driver for this hardware. 34 * the transfer direction. (That's disabled here, partially coded.)
|
/linux-6.14.4/fs/autofs/ |
D | Kconfig | 6 on demand. This implementation is partially kernel-based to reduce
|
/linux-6.14.4/tools/testing/selftests/tc-testing/ |
D | TODO.txt | 8 - Improve error messages when tdc aborts its run. Partially done - still
|
/linux-6.14.4/arch/arm64/kernel/pi/ |
D | patch-scs.c | 19 // This minimal DWARF CFI parser is partially based on the code in 80 * restores a state that is only partially accurate, and is in scs_patch_loc()
|
/linux-6.14.4/arch/arm/mach-omap1/ |
D | serial.h | 24 * uncompress code could then partially overwrite itself
|
/linux-6.14.4/Documentation/power/regulator/ |
D | design.rst | 5 This document provides a brief, partially structured, overview of some
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/ |
D | gdc_public.h | 20 - The LUT should not be partially written
|
/linux-6.14.4/arch/riscv/kernel/ |
D | patch.c | 94 * called so make sure we don't execute partially patched in __patch_insn_set() 148 * called so make sure we don't execute partially patched in __patch_insn_write()
|
/linux-6.14.4/fs/bcachefs/ |
D | extents_format.h | 11 * represent extents that have been partially overwritten and thus trimmed: 49 * current pointers), and if the extent has been partially overwritten it must
|
/linux-6.14.4/Documentation/hwmon/ |
D | sch5627.rst | 41 The SCH5627 allows for partially controlling the fan speed. If a temperature
|
/linux-6.14.4/include/media/i2c/ |
D | tvp7002.h | 8 * This code is partially based upon the TVP5150 driver
|
/linux-6.14.4/drivers/media/dvb-frontends/ |
D | dib3000mc.h | 8 * This code is partially based on the previous dib3000mc.c .
|
/linux-6.14.4/Documentation/sound/designs/ |
D | powersave.rst | 12 done fully or partially. It'll save a certain power consumption, thus
|
/linux-6.14.4/Documentation/filesystems/ |
D | fuse-io.rst | 33 so when an uncached page is partially written, the page is discarded.
|
12345678910>>...27