Home
last modified time | relevance | path

Searched refs:beyond (Results 1 – 25 of 181) sorted by relevance

12345678

/linux/arch/xtensa/lib/
H A Dstrnlen_user.S107 addi a4, a4, 1 # point just beyond zero byte
111 addi a4, a4, 1+1 # point just beyond zero byte
115 addi a4, a4, 2+1 # point just beyond zero byte
131 addi a4, a4, 3+1 # point just beyond zero byte
/linux/drivers/vfio/pci/virtio/
H A DKconfig11 beyond vfio-pci.
29 beyond vfio-pci.
/linux/fs/ext2/
H A DKconfig10 support inode time stamps beyond 03:14:07 UTC on 19 January 2038.
36 groups beyond the owner/group/world scheme.
/linux/Documentation/driver-api/media/drivers/
H A Dradiotrack.rst30 value, I wanted to see if the tuner could be tuned beyond the usual FM radio
46 band). Although the registers can be programmed to request frequencies beyond
50 gets clipped beyond the limits mentioned above.
H A Drkisp1.rst16 - V20: used in rk3568 and beyond
/linux/drivers/platform/x86/intel/ifs/
H A DKconfig8 operation beyond baseline RAS capabilities. To compile this
/linux/security/yama/
H A DKconfig8 system-wide security settings beyond regular Linux discretionary
/linux/drivers/media/platform/marvell/
H A DKconfig35 processors (and likely beyond). This is the controller found
/linux/drivers/platform/x86/intel/pmc/
H A DKconfig26 - Low Power Mode registers (Tigerlake and beyond)
/linux/Documentation/ABI/stable/
H A Dsysfs-devices2 This documents additional properties of any device beyond what
/linux/Documentation/power/regulator/
H A Ddesign.rst28 requirement to do any runtime configuration of their power beyond
/linux/fs/ubifs/
H A Dfile.c102 unsigned int block, beyond; in do_readpage() local
115 beyond = (i_size + UBIFS_BLOCK_SIZE - 1) >> UBIFS_BLOCK_SHIFT; in do_readpage()
116 if (block >= beyond) { in do_readpage()
133 if (block >= beyond) { in do_readpage()
143 } else if (block + 1 == beyond) { in do_readpage()
/linux/Documentation/filesystems/ext4/
H A Dinodes.rst140 fields beyond the original ext2 inode, including this field.
469 space beyond the end of the original ext2 inode. The on-disk inode
471 number of bytes actually used by struct ext4_inode beyond the original
474 having to upgrade all of the on-disk inodes. Access to fields beyond
576 long-standing bugs decoding and encoding dates beyond 2038, which don't
H A Dinlinedata.rst14 If the data size increases beyond i_block + ibody EA, a regular block
/linux/fs/9p/
H A DKconfig28 groups beyond the owner/group/world scheme.
/linux/fs/ceph/
H A DKconfig35 groups beyond the owner/group/world scheme.
/linux/Documentation/admin-guide/LSM/
H A Dapparmor.rst36 For AppArmor to enforce any restrictions beyond standard Linux DAC permissions
/linux/fs/jfs/
H A DKconfig21 groups beyond the owner/group/world scheme.
/linux/Documentation/driver-api/
H A Dvfio-pci-device-specific-driver-acceptance.rst24 beyond the scope of the assigned device.
/linux/fs/ntfs3/
H A DKconfig43 for users and groups beyond the standard owner/group/world scheme,
/linux/Documentation/process/
H A Dindex.rst56 beyond).
/linux/arch/arm/nwfpe/
H A Dfpmodule.inl26 instruction, and points 4 bytes beyond the actual instruction
/linux/Documentation/ABI/testing/
H A Drtc-cdev22 powerful interface, which can issue alarms beyond 24 hours and
/linux/Documentation/firmware-guide/acpi/
H A Dnon-d0-probe.rst12 beyond just powering on the said device.
/linux/net/xfrm/
H A Dxfrm_iptfs.c1481 u32 beyond, shifting, slot; in __reorder_future_shifts() local
1558 beyond = distance - (nslots - 1); in __reorder_future_shifts()
1561 shifting = min(savedlen, beyond); in __reorder_future_shifts()
1584 if (savedlen < beyond) { in __reorder_future_shifts()
1592 __vec_shift(xtfs, beyond); in __reorder_future_shifts()
1595 xtfs->w_wantseq += beyond; in __reorder_future_shifts()

12345678