Home
last modified time | relevance | path

Searched refs:removed (Results 1 – 25 of 501) sorted by relevance

12345678910>>...21

/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-devices7 be added and removed dynamically as the machine runs,
17 devices being added and removed from this tree to find
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/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/scripts/gcc-plugins/
Dstackleak_plugin.c338 bool removed = false; in remove_stack_tracking_gasm() local
385 gcc_assert(!removed); in remove_stack_tracking_gasm()
386 removed = true; in remove_stack_tracking_gasm()
389 return removed; in remove_stack_tracking_gasm()
400 bool removed = false; in stackleak_cleanup_execute() local
426 removed = remove_stack_tracking_gasm(); in stackleak_cleanup_execute()
428 if (!removed) in stackleak_cleanup_execute()
/kernel/linux/linux-5.10/net/sched/
Dsch_multiq.c176 struct Qdisc **removed; in multiq_tune() local
188 removed = kmalloc(sizeof(*removed) * (q->max_bands - q->bands), in multiq_tune()
190 if (!removed) in multiq_tune()
201 removed[n_removed++] = child; in multiq_tune()
208 qdisc_put(removed[i]); in multiq_tune()
209 kfree(removed); in multiq_tune()
/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/Documentation/ABI/removed/
Ddevfs2 Date: July 2005 (scheduled), finally removed in kernel v2.6.18
9 The files fs/devfs/*, include/linux/devfs_fs*.h were removed,
Dsysfs-class-rfkill11 This file was scheduled to be removed in 2012, and was removed
/kernel/linux/linux-5.10/drivers/hid/
Dhid-corsair.c33 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()
Dhid-bigbenff.c177 bool removed; member
194 if (bigben->removed || !report_field) in bigben_worker()
311 bigben->removed = true; in bigben_remove()
332 bigben->removed = false; in bigben_probe()
/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/drivers/net/ethernet/ti/
Dcpts.c67 int removed = 0; in cpts_purge_events() local
74 ++removed; in cpts_purge_events()
78 if (removed) in cpts_purge_events()
79 dev_dbg(cpts->dev, "cpts: event pool cleaned up %d\n", removed); in cpts_purge_events()
80 return removed ? 0 : -1; in cpts_purge_events()
87 int removed = 0; in cpts_purge_txq() local
94 ++removed; in cpts_purge_txq()
98 if (removed) in cpts_purge_txq()
99 dev_dbg(cpts->dev, "txq cleaned up %d\n", removed); in cpts_purge_txq()
/kernel/linux/linux-5.10/drivers/staging/greybus/
Dsdio.c31 bool removed; member
230 if (host->removed) in gb_sdio_request_handler()
518 if (host->removed) { in gb_sdio_mrq_work()
569 if (host->removed) { in gb_mmc_request()
727 if (host->removed) { in gb_mmc_get_ro()
741 if (host->removed) { in gb_mmc_get_cd()
785 host->removed = true; in gb_sdio_probe()
825 host->removed = false; in gb_sdio_probe()
857 host->removed = true; in gb_sdio_remove()
/kernel/linux/linux-5.10/Documentation/ABI/obsolete/
Dsysfs-selinux-checkreqprot18 will be removed no sooner than June 2021, at which point the kernel
23 "1" value when this mechanism is removed.
/kernel/linux/linux-5.10/scripts/coccinelle/misc/
Dreturnvar.cocci8 // 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
/kernel/linux/linux-5.10/fs/reiserfs/
Dstree.c1043 int *removed, in prepare_for_delete_or_cut() argument
1133 (*removed)++; in prepare_for_delete_or_cut()
1260 int ret_value, del_size, removed; in reiserfs_delete_item() local
1274 removed = 0; in reiserfs_delete_item()
1281 item_key, &removed, in reiserfs_delete_item()
1602 int removed; in indirect_to_direct_roll_back() local
1621 removed = in indirect_to_direct_roll_back()
1624 RFALSE(removed <= 0 in indirect_to_direct_roll_back()
1625 || removed > tail_len, in indirect_to_direct_roll_back()
1627 tail_len, removed); in indirect_to_direct_roll_back()
[all …]
/kernel/linux/linux-5.10/drivers/tty/
Dvcc.c39 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()
712 port->removed = true; in vcc_remove()
1042 if (port->removed) { in vcc_cleanup()
/kernel/linux/linux-5.10/drivers/infiniband/hw/usnic/
Dusnic_uiom_interval_tree.c252 struct list_head *removed) in usnic_uiom_remove_interval() argument
262 list_add_tail(&interval->link, removed); in usnic_uiom_remove_interval()
265 list_for_each_entry(interval, removed, link) in usnic_uiom_remove_interval()
/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/Documentation/devicetree/
Dchangesets.rst11 previous state. A changeset can also be removed after it has been
36 If a successfully applied changeset needs to be removed, it can be done
/kernel/linux/linux-5.10/Documentation/networking/devlink/
Dmlxsw.rst74 RIF dismantle, when the RIF is first disabled before being removed
80 RIF dismantle, when the RIF is first disabled before being removed
/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

12345678910>>...21