Home
last modified time | relevance | path

Searched full:removed (Results 1 – 25 of 2462) sorted by relevance

12345678910>>...99

/kernel/linux/linux-5.10/Documentation/scsi/
DChangeLog.lpfc10 * Removed pci dma sync calls to coherent/consistent pci memory.
13 * Removed sysfs attributes that are used to dump the various
19 * Removed FC_TRANSPORT_PATCHESxxx defines. They're in 2.6.12-rc1.
23 * Removed extraneous calls to lpfc_sli_next_iotag which should
40 * Removed extra iotag allocation by lpfc_abort_handler.
82 * Revise TRANSPORT_PATCHES_V2 so that lpfc_target is removed and
83 rport data is used instead. Removed device_queue_hash[].
113 * Removed TXQ from all abort and reset handlers since it is never
124 * Removed unused #define LPFC_SCSI_INITIAL_BPL_SIZE.
125 * Removed unused struct lpfc_node_farp_pend definition.
[all …]
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dppc-memtrace14 you want removed from each NUMA node to this file - it must be
15 aligned to the memblock size. This amount of RAM will be removed
18 removed from each node, the following files are created. To
26 Description: This directory contains information about the removed memory
33 Description: This contains the size of the memory removed from the node.
39 Description: This contains the start address of the removed memory.
Dsysfs-class-devlink16 automatically removed by the driver core when the consumer and
25 'consumer unbind' means the device link will be removed when
28 'supplier unbind' means the device link will be removed when
31 'never' means the device link will not be automatically removed
/kernel/linux/linux-5.10/Documentation/driver-api/driver-model/
Dbinding.rst91 When a device is removed, the reference count for it will eventually
93 is removed from the driver's list of devices and the reference count
94 of the driver is decremented. All symlinks between the two are removed.
96 When a driver is removed, the list of devices that it supports is
98 one. The device is removed from that list and the symlinks removed.
/kernel/linux/linux-5.10/Documentation/ABI/
DREADME36 the kernel, but are marked to be removed at some later point in
38 why it is obsolete and when it can be expected to be removed.
40 removed/
42 been removed from the kernel.
74 Interfaces may be removed from obsolete and the kernel as long as the
78 developers feel they are finished. They cannot be removed from the
/kernel/linux/linux-5.10/drivers/infiniband/hw/usnic/
Dusnic_uiom_interval_tree.h70 * Removed {start...last} from {root}. The nodes removed are returned in
71 * 'removed.' The caller is responsibile for freeing memory of nodes in
72 * 'removed.'
76 struct list_head *removed);
/kernel/linux/linux-5.10/drivers/misc/habanalabs/include/common/
Dhl_boot_if.h82 CPU_BOOT_STATUS_DRAM_INIT_FAIL, /* deprecated - will be removed */
83 CPU_BOOT_STATUS_FIT_CORRUPTED, /* deprecated - will be removed */
88 CPU_BOOT_STATUS_TS_INIT_FAIL, /* deprecated - will be removed */
89 CPU_BOOT_STATUS_DRAM_SKIPPED, /* deprecated - will be removed */
90 CPU_BOOT_STATUS_BMC_WAITING_SKIPPED, /* deprecated - will be removed */
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dhist-v4l2.rst39 1998-10-02: The ``id`` field was removed from
57 with ``V4L2_CID_AUDIO``. The ``V4L2_MAJOR`` define was removed from
66 1999-01-19: The ``VIDIOC_NEXTBUF`` ioctl was removed.
270 removed. This change *breaks compatibility* with earlier versions:
329 removed. These properties can be determined as described in
334 ``maxframerate`` were removed. This information is available as
337 ``V4L2_FLAG_SELECT`` was removed. We believe the select() function
340 ``V4L2_FLAG_MONOCHROME`` flag was removed, this information is
361 where removed. This can be easily implemented using controls.
401 removed.
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dfalloc.h12 * the range being removed is appended to the start offset of the range
13 * being removed (i.e. the hole that was punched is "collapsed"),
15 * removed never existed. As such collapsing a range of a file changes
17 * that has been removed by the operation.
/kernel/linux/linux-5.10/arch/um/drivers/
DKconfig170 NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
187 NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
208 NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
229 NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
266 NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
289 NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
308 NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
334 NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
/kernel/linux/linux-5.10/sound/oss/dmasound/
DKconfig12 inserted in and removed from the running kernel whenever you
26 inserted in and removed from the running kernel whenever you
40 inserted in and removed from the running kernel whenever you
/kernel/linux/linux-5.10/net/sched/
Dsch_multiq.c177 struct Qdisc **removed; in multiq_tune() local
189 removed = kmalloc(sizeof(*removed) * (q->max_bands - q->bands), in multiq_tune()
191 if (!removed) in multiq_tune()
202 removed[n_removed++] = child; in multiq_tune()
209 qdisc_put(removed[i]); in multiq_tune()
210 kfree(removed); in multiq_tune()
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/
Ddm-dust.rst90 enabled or disabled), bad blocks may be added or removed from the
135 kernel: device-mapper: dust: block 60 removed from badblocklist by write
136 kernel: device-mapper: dust: block 67 removed from badblocklist by write
137 kernel: device-mapper: dust: block 72 removed from badblocklist by write
138 kernel: device-mapper: dust: block 87 removed from badblocklist by write
259 excessive logging (from bad blocks added, removed, or "remapped").
264 This will suppress log messages from add / remove / removed by write
/kernel/linux/linux-5.10/fs/befs/
DChangeLog9 * Removed duplicated function definition
105 * Removed notion of btree handle from btree.c. It was unnecessary, as the
192 * Removed fsync() hooks, since a read-only filesystem doesn't need them.
197 * Removed all the Read-Write stuff. I'll redo it when it is time to add
200 * Removed prototypes for functions who's definitions have been removed
227 * Removed old datastream code from file.c, since it is nolonger used.
280 * Removed byte-order conversion code.
321 * Permanently removed code that had been provisionally ifdefed out of befs_fs.h
396 * Removed superblock locking calls in befs_read_super(). In 2.4, the VFS
/kernel/linux/linux-5.10/Documentation/pcmcia/
Ddriver-changes.rst41 dev_info_t and a few other typedefs are removed. No longer use them
79 exports for them were removed.
100 This file will be removed eventually.
124 client->Attributes is unused, therefore it is removed from all
128 The following functions have been removed from the kernel source
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dkvm_page_track.h38 * It is called when memory slot is being moved or removed
41 * @kvm: the kvm where memory slot being moved or removed
42 * @slot: the memory slot being moved or removed
/kernel/linux/linux-5.10/drivers/usb/host/
Du132-hcd.c475 dev_err(&u132->platform_dev->dev, "device has been removed %d\n" in u132_hcd_monitor_work()
480 dev_err(&u132->platform_dev->dev, "device is being removed\n"); in u132_hcd_monitor_work()
625 dev_err(&u132->platform_dev->dev, "device has been removed %d\n" in u132_hcd_interrupt_recv()
636 dev_err(&u132->platform_dev->dev, "device is being removed " in u132_hcd_interrupt_recv()
724 dev_err(&u132->platform_dev->dev, "device has been removed %d\n" in u132_hcd_bulk_output_sent()
735 dev_err(&u132->platform_dev->dev, "device is being removed " in u132_hcd_bulk_output_sent()
776 dev_err(&u132->platform_dev->dev, "device has been removed %d\n" in u132_hcd_bulk_input_recv()
787 dev_err(&u132->platform_dev->dev, "device is being removed " in u132_hcd_bulk_input_recv()
877 dev_err(&u132->platform_dev->dev, "device has been removed %d\n" in u132_hcd_configure_empty_sent()
888 dev_err(&u132->platform_dev->dev, "device is being removed " in u132_hcd_configure_empty_sent()
[all …]
/kernel/linux/linux-5.10/arch/x86/kernel/
Di8237.c51 * From SKL PCH onwards, the legacy DMA device is removed in which the in i8237A_init_ops()
52 * I/O ports (81h-83h, 87h, 89h-8Bh, 8Fh) related to it are removed in i8237A_init_ops()
53 * as well. All removed ports must return 0xff for a inb() request. in i8237A_init_ops()
/kernel/linux/linux-5.10/include/linux/
Dcpuhotplug.h340 * @state: The state for which the calls are removed
353 * @state: The state for which the calls are removed
367 * @state: The state for which the calls are removed
370 * cpuhp_setup_state_multi(). All instances should have been removed before
384 * @state: The state from which the instance is removed
399 * @state: The state from which the instance is removed
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dabi-removed.rst1 ABI removed symbols
4 .. kernel-abi:: $srctree/Documentation/ABI/removed
Dabi-obsolete.rst5 marked to be removed at some later point in time.
8 obsolete and when it can be expected to be removed.
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
Dfcoe.h61 * @removed: Indicates fcoe interface removed from net device
73 u8 removed; member
/kernel/linux/linux-5.10/security/
Dinode.c100 * file is to be removed (no automatic cleanup happens if your module
193 * to be removed (no automatic cleanup happens if your module is unloaded,
221 * to be removed (no automatic cleanup happens if your module is unloaded,
253 * to be removed (no automatic cleanup happens if your module is unloaded,
285 * @dentry: a pointer to a the dentry of the file or directory to be removed.
292 * removed. No automatic cleanup of files will happen when a module is
293 * removed; you are responsible here.
/kernel/linux/linux-5.10/Documentation/ABI/removed/
Dnet_dma2 Date: Removed in kernel v3.13
6 that will be offloaded to a DMA copy engine. Removed due to
/kernel/linux/linux-5.10/drivers/pci/hotplug/
DTODO7 introduced? Can they be removed from the struct?
62 removed and its functions invoked directly? This has already been done in
67 Why was it introduced? Can it be removed?

12345678910>>...99