Home
last modified time | relevance | path

Searched refs:obsolete (Results 1 – 25 of 104) sorted by relevance

12345

/linux/Documentation/admin-guide/
H A Dabi-obsolete.rst3 ABI obsolete symbols
10 obsolete and when it can be expected to be removed.
12 .. kernel-abi:: obsolete
H A Dabi.rst17 abi-obsolete
28 abi-obsolete-files
H A Dabi-obsolete-files.rst6 .. kernel-abi:: obsolete
/linux/Documentation/ABI/
H A DREADME35 obsolete/
39 why it is obsolete and when it can be expected to be removed.
74 Interfaces in stable may move to obsolete, as long as the proper
77 Interfaces may be removed from obsolete and the kernel as long as the
82 kernel tree without going through the obsolete state first.
/linux/Documentation/arch/arm/
H A Dsetup.rst30 This is now obsolete, and should not be used.
72 These are now obsolete, and should not be used.
105 These are now obsolete, and should not be used.
/linux/Documentation/userspace-api/gpio/
H A Dindex.rst11 Obsolete Userspace APIs <obsolete>
/linux/Documentation/admin-guide/gpio/
H A Dindex.rst14 Obsolete APIs <obsolete>
/linux/Documentation/ABI/removed/
H A Dip_queue7 module was already announced to become obsolete years ago.
H A Dsysfs-mce5 Unused and obsolete after the advent of recoverable machine
/linux/Documentation/ABI/obsolete/
H A Dsysfs-cpuidle9 current_governor_ro obsolete.
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-enum-entities.rst83 - Entity revision. Always zero (obsolete)
93 - Entity group ID. Always zero (obsolete)
/linux/mm/damon/
H A Dsysfs.c215 bool obsolete; member
273 return sysfs_emit(buf, "%c\n", target->obsolete ? 'Y' : 'N'); in obsolete_target_show()
281 bool obsolete; in obsolete_target_store() local
282 int err = kstrtobool(buf, &obsolete); in obsolete_target_store()
286 target->obsolete = obsolete; in obsolete_target_store()
1409 t->obsolete = sys_target->obsolete; in damon_sysfs_add_target()
/linux/net/core/
H A Ddst.c62 dst->obsolete = initial_obsolete; in dst_init()
149 WRITE_ONCE(dst->obsolete, DST_OBSOLETE_DEAD); in dst_dev_put()
/linux/tools/testing/selftests/damon/
H A D_damon_sysfs.py478 obsolete = None variable in DamonTarget
483 def __init__(self, pid, obsolete=False): argument
485 self.obsolete = obsolete
502 'Y' if self.obsolete else 'N')
H A Dsysfs.py170 assert_true(dump['obsolete'] == target.obsolete, 'target obsolete', dump)
296 kdamonds.kdamonds[0].contexts[0].targets[1].obsolete = True
/linux/drivers/ata/pata_parport/
H A DKconfig91 This option enables support for the (obsolete) EPIA parallel port
131 This option enables support for the (obsolete) 90c20 parallel port
/linux/fs/jffs2/
H A DREADME.Locking25 nodes to an inode may obsolete old ones, and by holding the alloc_sem
91 obsolete one.
124 This mutex is only used by the erase code which frees obsolete node
/linux/Documentation/userspace-api/media/v4l/
H A Dv4l2.rst159 Remove obsolete VIDIOC_DBG_G_CHIP_IDENT ioctl.
164 Remove obsolete and unused DV_PRESET ioctls: VIDIOC_G_DV_PRESET,
228 Removed obsolete vtx (videotext) API.
/linux/Documentation/networking/
H A Dalias.rst7 IP-aliases are an obsolete way to manage multiple IP-addresses/masks
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
H A Dpar_io.txt25 Note that "par_io" nodes are obsolete, and should not be used for
/linux/drivers/target/
H A DKconfig44 is obsolete.
/linux/net/ipv4/
H A Ddatagram.c112 if (!dst || !READ_ONCE(dst->obsolete) || dst->ops->check(dst, 0)) { in ip4_datagram_release_cb()
/linux/net/ipv4/netfilter/
H A Dnf_nat_snmp_basic.asn1132 -- [4] is obsolete
/linux/Documentation/admin-guide/blockdev/
H A Dramdisk.rst65 "rdev" is an obsolete, deprecated, antiquated utility that could be used
149 obsolete references, general cleanup.
/linux/Documentation/arch/arm64/
H A Dlegacy_instructions.rst40 while obsolete instructions must be undefined by default.

12345