/Linux-v5.4/Documentation/ABI/testing/ |
D | ppc-memtrace | 14 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.
|
D | sysfs-devices | 7 be added and removed dynamically as the machine runs, 17 devices being added and removed from this tree to find
|
D | configfs-usb-gadget-ffs | 6 A corresponding USB function instance is created/removed.
|
/Linux-v5.4/net/sched/ |
D | sch_multiq.c | 177 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()
|
/Linux-v5.4/Documentation/driver-api/driver-model/ |
D | binding.rst | 91 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.
|
/Linux-v5.4/Documentation/ABI/ |
D | README | 36 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. 66 Interfaces may be removed from obsolete and the kernel as long as the 70 developers feel they are finished. They cannot be removed from the
|
/Linux-v5.4/Documentation/ABI/removed/ |
D | devfs | 2 Date: July 2005 (scheduled), finally removed in kernel v2.6.18 8 The files fs/devfs/*, include/linux/devfs_fs*.h were removed,
|
D | sysfs-class-rfkill | 11 This file was scheduled to be removed in 2012, and was removed
|
D | ip_queue | 2 Date: finally removed in kernel v3.5.0
|
/Linux-v5.4/drivers/net/ethernet/ti/ |
D | cpts.c | 62 int removed = 0; in cpts_purge_events() local 69 ++removed; in cpts_purge_events() 73 if (removed) in cpts_purge_events() 74 pr_debug("cpts: event pool cleaned up %d\n", removed); in cpts_purge_events() 75 return removed ? 0 : -1; in cpts_purge_events() 82 int removed = 0; in cpts_purge_txq() local 89 ++removed; in cpts_purge_txq() 93 if (removed) in cpts_purge_txq() 94 dev_dbg(cpts->dev, "txq cleaned up %d\n", removed); in cpts_purge_txq()
|
/Linux-v5.4/drivers/hid/ |
D | hid-corsair.c | 33 bool removed; member 209 if (led->removed) in k90_backlight_work() 235 if (led->removed) in k90_record_led_work() 445 drvdata->backlight->removed = false; in k90_init_backlight() 490 k90->record_led.removed = false; in k90_init_macro_functions() 509 k90->record_led.removed = true; in k90_init_macro_functions() 526 drvdata->backlight->removed = true; in k90_cleanup_backlight() 542 k90->record_led.removed = true; in k90_cleanup_macro_functions()
|
/Linux-v5.4/sound/oss/dmasound/ |
D | Kconfig | 12 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
|
/Linux-v5.4/drivers/staging/greybus/ |
D | sdio.c | 31 bool removed; member 231 if (host->removed) in gb_sdio_request_handler() 515 if (host->removed) { in gb_sdio_mrq_work() 566 if (host->removed) { in gb_mmc_request() 724 if (host->removed) { in gb_mmc_get_ro() 738 if (host->removed) { in gb_mmc_get_cd() 782 host->removed = true; in gb_sdio_probe() 822 host->removed = false; in gb_sdio_probe() 854 host->removed = true; in gb_sdio_remove()
|
/Linux-v5.4/scripts/coccinelle/misc/ |
D | returnvar.cocci | 8 // Comments: Comments on code can be deleted if near code that is removed. 9 // "when strict" can be removed to get more hits, but adds false
|
/Linux-v5.4/fs/reiserfs/ |
D | stree.c | 1022 int *removed, in prepare_for_delete_or_cut() argument 1112 (*removed)++; in prepare_for_delete_or_cut() 1239 int ret_value, del_size, removed; in reiserfs_delete_item() local 1253 removed = 0; in reiserfs_delete_item() 1260 item_key, &removed, in reiserfs_delete_item() 1581 int removed; in indirect_to_direct_roll_back() local 1600 removed = in indirect_to_direct_roll_back() 1603 RFALSE(removed <= 0 in indirect_to_direct_roll_back() 1604 || removed > tail_len, in indirect_to_direct_roll_back() 1606 tail_len, removed); in indirect_to_direct_roll_back() [all …]
|
/Linux-v5.4/drivers/tty/ |
D | vcc.c | 39 bool removed; member 254 if (port && port->removed) { in vcc_get_ne() 268 if (!timer_pending(&port->rx_timer) && !port->removed) { in vcc_kick_rx() 279 if (!timer_pending(&port->tx_timer) && !port->removed) { in vcc_kick_tx() 379 if (!port->tty || port->removed) in vcc_rx_timer() 402 if (!port->tty || port->removed) in vcc_tx_timer() 711 port->removed = true; in vcc_remove() 1041 if (port->removed) { in vcc_cleanup()
|
/Linux-v5.4/drivers/infiniband/hw/usnic/ |
D | usnic_uiom_interval_tree.c | 251 struct list_head *removed) in usnic_uiom_remove_interval() argument 261 list_add_tail(&interval->link, removed); in usnic_uiom_remove_interval() 264 list_for_each_entry(interval, removed, link) in usnic_uiom_remove_interval()
|
/Linux-v5.4/Documentation/pcmcia/ |
D | driver-changes.rst | 41 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
|
/Linux-v5.4/Documentation/devicetree/ |
D | changesets.txt | 5 previous state. A changeset can also be removed after it has been 30 If a successfully applied changeset needs to be removed, it can be done
|
/Linux-v5.4/Documentation/admin-guide/device-mapper/ |
D | dm-dust.txt | 76 enabled or disabled), bad blocks may be added or removed from the 121 kernel: device-mapper: dust: block 60 removed from badblocklist by write 122 kernel: device-mapper: dust: block 67 removed from badblocklist by write 123 kernel: device-mapper: dust: block 72 removed from badblocklist by write 124 kernel: device-mapper: dust: block 87 removed from badblocklist by write 226 excessive logging (from bad blocks added, removed, or "remapped"). 231 This will suppress log messages from add / remove / removed by write
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | hist-v4l2.rst | 46 1998-10-02: The ``id`` field was removed from struct 64 with ``V4L2_CID_AUDIO``. The ``V4L2_MAJOR`` define was removed from 73 1999-01-19: The ``VIDIOC_NEXTBUF`` ioctl was removed. 289 removed. This change *breaks compatibility* with earlier versions: 350 removed. These properties can be determined as described in 355 ``maxframerate`` were removed. This information is available as 358 ``V4L2_FLAG_SELECT`` was removed. We believe the select() function 361 ``V4L2_FLAG_MONOCHROME`` flag was removed, this information is 382 where removed. This can be easily implemented using controls. 423 removed. [all …]
|
/Linux-v5.4/drivers/pci/hotplug/ |
D | TODO | 7 introduced? Can they be removed from the struct? 65 removed and its functions invoked directly? This has already been done in 70 Why was it introduced? Can it be removed?
|
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/ |
D | devices.rst | 24 An entry is added using devices.allow, and removed using 62 a cgroup's devices.deny file, all its children will have that entry removed 65 more access than the cgroup's parent, it'll be removed from the whitelist. 82 "c 116:2 rwm" will be removed::
|
/Linux-v5.4/Documentation/scsi/ |
D | lpfc.txt | 10 toward the upstream kernel. As such, we removed #ifdefs for older kernels 36 being removed, a switch rebooting, or a device reboot), the driver could 52 have all internal queuing removed. Emulex complied with this request.
|
/Linux-v5.4/Documentation/livepatch/ |
D | cumulative-patches.rst | 33 Ftrace handlers are transparently removed from functions that are no 73 Also note that the replaced patch can be removed and loaded again 88 fixes/features are added/removed and what special actions are necessary
|