/linux-4.4.14/Documentation/ABI/ |
D | README | 34 obsolete/ 38 why it is obsolete and when it can be expected to be removed. 63 Interfaces in stable may move to obsolete, as long as the proper 66 Interfaces may be removed from obsolete and the kernel as long as the 71 kernel tree without going through the obsolete state first.
|
/linux-4.4.14/Documentation/arm/ |
D | Setup | 32 This is now obsolete, and should not be used. 82 These are now obsolete, and should not be used. 125 These are now obsolete, and should not be used.
|
D | Interrupts | 144 3. set_GPIO_IRQ_edge() is obsolete, and should be replaced by set_irq_type.
|
/linux-4.4.14/Documentation/ABI/removed/ |
D | ip_queue | 7 module was already announced to become obsolete years ago.
|
/linux-4.4.14/net/core/ |
D | dst.c | 99 if (dst->obsolete > 0) in dst_gc_task() 182 dst->obsolete = initial_obsolete; in dst_init() 229 dst->obsolete = DST_OBSOLETE_DEAD; in ___dst_free()
|
D | sock.c | 533 if (dst && dst->obsolete && dst->ops->check(dst, cookie) == NULL) { in __sk_dst_check() 548 if (dst && dst->obsolete && dst->ops->check(dst, cookie) == NULL) { in sk_dst_check()
|
/linux-4.4.14/include/net/ |
D | dst.h | 74 short obsolete; member 416 if (dst->obsolete > 0) in dst_free() 503 if (dst->obsolete) in dst_check()
|
/linux-4.4.14/drivers/gpu/drm/tilcdc/ |
D | Kconfig | 24 with device tree blobs using the obsolete "ti,tilcdc,slave"
|
/linux-4.4.14/Documentation/networking/ |
D | alias.txt | 5 IP-aliases are an obsolete way to manage multiple IP-addresses/masks
|
D | dl2k.txt | 59 The approach of building a monolithic kernel has become obsolete. The driver
|
D | openvswitch.txt | 34 protocols that have become obsolete. Therefore, the Netlink interface
|
D | can.txt | 471 To set the filters to zero filters is quite obsolete as to not read
|
D | bonding.txt | 133 or sysfs, the old ifenslave control utility is obsolete.
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/ |
D | par_io.txt | 25 Note that "par_io" nodes are obsolete, and should not be used for
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | mm.txt | 2 <previous description obsolete, deleted>
|
/linux-4.4.14/drivers/target/ |
D | Kconfig | 40 is obsolete.
|
/linux-4.4.14/fs/jffs2/ |
D | README.Locking | 25 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-4.4.14/net/ipv4/ |
D | datagram.c | 114 if (!dst || !dst->obsolete || dst->ops->check(dst, 0)) { in ip4_datagram_release_cb()
|
D | route.c | 688 rt->dst.obsolete = DST_OBSOLETE_KILL; in update_or_create_fnhe() 695 rt->dst.obsolete = DST_OBSOLETE_KILL; in update_or_create_fnhe() 762 rt->dst.obsolete = DST_OBSOLETE_KILL; in __ip_do_redirect() 807 if (dst->obsolete > 0) { in ipv4_negative_advice() 1066 if (odst->obsolete && !odst->ops->check(odst, 0)) { in ipv4_sk_update_pmtu() 1140 if (dst->obsolete != DST_OBSOLETE_FORCE_CHK || rt_is_expired(rt)) in ipv4_dst_check() 1392 rt->dst.obsolete == DST_OBSOLETE_FORCE_CHK && in rt_cache_valid()
|
D | ip_tunnel.c | 115 if (!dst->obsolete || dst->ops->check(dst, cookie)) { in tunnel_rtable_get()
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-class-rfkill | 7 Documentation/ABI/obsolete/sysfs-class-rfkill.
|
/linux-4.4.14/Documentation/arm64/ |
D | legacy_instructions.txt | 33 while obsolete instructions must be undefined by default.
|
/linux-4.4.14/drivers/isdn/ |
D | Kconfig | 38 Therefore the old ISDN4Linux layer will eventually become obsolete.
|
/linux-4.4.14/Documentation/filesystems/ |
D | adfs.txt | 28 and is now obsolete).
|
D | f2fs.txt | 58 Since LFS is based on out-of-place writes, it produces so many obsolete blocks 60 needs to reclaim these obsolete blocks seamlessly to users. This job is called
|
D | ramfs-rootfs-initramfs.txt | 52 Another reason ramdisks are semi-obsolete is that the introduction of
|
D | proc.txt | 302 it_real_value (obsolete, always 0)
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | hypercalls.txt | 36 3. Status (deprecated, obsolete, active)
|
D | mmu.txt | 411 is created. Pages with a mismatching generation number are "obsolete". 418 KVM then walks through all pages and zaps obsolete pages. While the zap
|
D | api.txt | 191 This ioctl is obsolete and has been removed. 271 This ioctl is obsolete and has been removed. 2195 This IOCTL replaces the obsolete KVM_CREATE_PIT. 2220 This IOCTL replaces the obsolete KVM_GET_PIT. 2234 This IOCTL replaces the obsolete KVM_SET_PIT.
|
D | timekeeping.txt | 183 time clock. The original device is now obsolete, and usually emulated by the
|
/linux-4.4.14/Documentation/development-process/ |
D | 8.Conclusion | 39 somewhat obsolete by the time they hit the shelves, and they have been on
|
/linux-4.4.14/arch/x86/boot/ |
D | header.S | 308 start_sys_seg: .word SYSSEG # obsolete and meaningless, but just
|
/linux-4.4.14/fs/affs/ |
D | Changes | 110 This makes the first one obsolete. 156 obsolete.
|
/linux-4.4.14/net/sctp/ |
D | transport.c | 224 if (!transport->dst || transport->dst->obsolete) { in sctp_transport_pmtu()
|
/linux-4.4.14/drivers/block/paride/ |
D | Kconfig | 219 This option enables support for the (obsolete) EPIA parallel port 280 This option enables support for the (obsolete) 90c20 parallel port
|
/linux-4.4.14/Documentation/watchdog/ |
D | convert_drivers_to_kernel_api.txt | 101 Remove obsolete includes and defines
|
/linux-4.4.14/Documentation/blockdev/ |
D | ramdisk.txt | 170 obsolete references, general cleanup.
|
D | zram.txt | 195 Documentation/ABI/obsolete/sysfs-block-zram
|
D | README.DAC960 | 81 DAC960 RAID disk devices are named in the style of the obsolete Device File
|
/linux-4.4.14/drivers/scsi/ibmvscsi/ |
D | ibmvfc.h | 197 __be32 obsolete[4]; member
|
/linux-4.4.14/sound/core/ |
D | Kconfig | 193 Say Y here to support the obsolete ALSA PCM API (ver.0.9.0 rc3
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_bios.h | 248 u8 obsolete; member
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | fscache.txt | 120 them as obsolete and the index hierarchy rooted at that point will get 225 obs=N Number of objects that were declared obsolete
|
D | backend-api.txt | 617 The coherency data indicates that the object is obsolete and should
|
/linux-4.4.14/Documentation/accounting/ |
D | taskstats.txt | 57 To avoid this documentation becoming obsolete as the interface evolves, only
|
/linux-4.4.14/Documentation/video4linux/ |
D | uvcvideo.txt | 77 UVCIOC_CTRL_SET ioctls have become obsolete since their functionality is a
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_policy.c | 1726 dst1->obsolete = DST_OBSOLETE_FORCE_CHK; in xfrm_bundle_create() 2050 dst1->obsolete = DST_OBSOLETE_FORCE_CHK; in xfrm_create_dummy_bundle() 2670 if (dst->obsolete < 0 && !stale_bundle(dst)) in xfrm_dst_check() 2699 if (dst->obsolete) { in xfrm_negative_advice()
|
/linux-4.4.14/net/ipv6/ |
D | route.c | 272 .obsolete = DST_OBSOLETE_FORCE_CHK, 289 .obsolete = DST_OBSOLETE_FORCE_CHK, 304 .obsolete = DST_OBSOLETE_FORCE_CHK, 1263 rt->dst.obsolete == DST_OBSOLETE_FORCE_CHK && in rt6_dst_from_check()
|
D | ip6_fib.c | 1447 if (rt->dst.obsolete > 0) { in fib6_del()
|
D | ip6_tunnel.c | 166 if (dst && dst->obsolete && !dst->ops->check(dst, cookie)) { in ip6_tnl_dst_get()
|
D | addrconf.c | 2918 if (sp_ifa->rt->dst.obsolete > 0) { in init_loopback()
|
/linux-4.4.14/Documentation/x86/ |
D | boot.txt | 172 020C/2 2.00+ start_sys_seg The load-low segment (0x1000) (obsolete) 271 This field is obsolete. 488 This field is obsolete.
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_xmit.c | 101 if (dst->obsolete && in __ip_vs_dst_check()
|
/linux-4.4.14/Documentation/cdrom/ |
D | ide-cd | 310 should be considered obsolete.
|
D | cdrom-standard.tex | 129 proprietary drives became obsolete and IDE/ATAPI drives became the
|
/linux-4.4.14/drivers/block/ |
D | Kconfig | 358 Note that the kernel command line option "ramdisk=XX" is now obsolete.
|
/linux-4.4.14/arch/arm64/ |
D | Kconfig | 594 bool "Emulate deprecated/obsolete ARMv8 instructions"
|
/linux-4.4.14/net/netfilter/ |
D | Kconfig | 104 is considered obsolete in favor of using the conntrack(8) 830 This target replaced the old obsolete QUEUE target.
|
/linux-4.4.14/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 272 * removed some obsolete ones.
|
/linux-4.4.14/Documentation/ |
D | devices.txt | 26 The symbol {2.6} means the allocation is obsolete and scheduled for 178 36 = /dev/fd?CompaQ Compaq 2880K drive; obsolete? 1185 65 char Sundance "plink" Transputer boards (obsolete, unused) 2947 2 = /dev/dvb/adapter0/sec0 (obsolete/unused)
|
D | kmemcheck.txt | 180 This option is probably obsolete, or it should be replaced with
|
/linux-4.4.14/Documentation/scsi/ |
D | BusLogic.txt | 302 However, if the obsolete BusLogic driver must be used for any reason, such as
|
/linux-4.4.14/init/ |
D | Kconfig | 1390 sys_sgetmask and sys_ssetmask are obsolete system calls 1400 sys_sysfs is an obsolete system call no longer supported in libc.
|
/linux-4.4.14/Documentation/security/ |
D | Smack.txt | 47 These two commands are obsolete with the introduction of
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 104 13.2 (obsolete) 922 considered obsolete in 2.4. Also, the root helper only needs to
|
/linux-4.4.14/arch/arm/ |
D | Kconfig | 154 1995 when it was made obsolete by the PCI bus.
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 227 bool "Enable unused/obsolete exported symbols"
|
/linux-4.4.14/arch/mips/ |
D | Kconfig | 2888 1995 when it was made obsolete by the PCI bus.
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 988 (Note: a practice that is now obsolete was to include a property
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.OSS | 1414 obsolete cards. It's possible that someone else makes a separately
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 2434 1995 when it was made obsolete by the PCI bus.
|
/linux-4.4.14/ |
D | MAINTAINERS | 71 P: Person (obsolete) 87 Obsolete: Old code. Something tagged obsolete generally means
|