Home
last modified time | relevance | path

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

12345678910>>...20

/linux/Documentation/ABI/testing/
H A 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.
H A Dsysfs-devices-removable5 Information about whether a given device can be removed from the
11 "removable" device can be removed from the platform by the user
12 "fixed" device is fixed to the platform / cannot be removed
H A Dsysfs-devices7 be added and removed dynamically as the machine runs,
17 devices being added and removed from this tree to find
H A 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
/linux/scripts/gcc-plugins/
H A Dstackleak_plugin.c336 bool removed = false; in remove_stack_tracking_gasm() local
383 gcc_assert(!removed); in remove_stack_tracking_gasm()
384 removed = true; in remove_stack_tracking_gasm()
387 return removed; in remove_stack_tracking_gasm()
398 bool removed = false; in stackleak_cleanup_execute() local
424 removed = remove_stack_tracking_gasm(); in stackleak_cleanup_execute()
426 if (!removed) in stackleak_cleanup_execute()
/linux/drivers/hid/
H A Dhid-google-stadiaff.c21 bool removed; member
50 if (!stadiaff->removed) { in stadiaff_play()
93 stadiaff->removed = false; in stadiaff_init()
136 stadiaff->removed = true; in stadia_remove()
/linux/net/sched/
H A Dsch_multiq.c176 struct Qdisc **removed; in multiq_tune() local
188 removed = kmalloc(sizeof(*removed) * (q->max_bands - qopt->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()
/linux/Documentation/admin-guide/
H A Dabi-removed.rst1 ABI removed symbols
4 .. kernel-abi:: ABI/removed
H A Dabi-obsolete.rst5 marked to be removed at some later point in time.
8 obsolete and when it can be expected to be removed.
/linux/Documentation/driver-api/driver-model/
H A 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.
/linux/Documentation/ABI/
H A 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
/linux/Documentation/ABI/removed/
H A Dsysfs-selinux-checkreqprot7 REMOVAL UPDATE: The SELinux checkreqprot functionality was removed in
21 will be removed no sooner than June 2021, at which point the kernel
26 "1" value when this mechanism is removed.
H A Ddevfs2 Date: July 2005 (scheduled), finally removed in kernel v2.6.18
9 The files fs/devfs/*, include/linux/devfs_fs*.h were removed,
H A Dsysfs-class-rfkill11 This file was scheduled to be removed in 2012, and was removed
/linux/tools/testing/selftests/net/lib/py/
H A Dnsim.py88 self.removed = False
127 if not self.removed:
129 self.removed = True
/linux/drivers/staging/media/imx/
H A DTODO9 removed, userspace should use the subdev-based userspace API instead.
13 connected subdev should be removed.
/linux/sound/oss/dmasound/
H A 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
/linux/drivers/net/ethernet/ti/
H A 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()
/linux/drivers/staging/greybus/
H A Dsdio.c31 bool removed; member
229 if (host->removed) in gb_sdio_request_handler()
517 if (host->removed) { in gb_sdio_mrq_work()
568 if (host->removed) { in gb_mmc_request()
726 if (host->removed) { in gb_mmc_get_ro()
740 if (host->removed) { in gb_mmc_get_cd()
784 host->removed = true; in gb_sdio_probe()
824 host->removed = false; in gb_sdio_probe()
856 host->removed = true; in gb_sdio_remove()
/linux/drivers/tty/
H A Dvcc.c33 bool removed; member
246 if (port && port->removed) { in vcc_get_ne()
260 if (!timer_pending(&port->rx_timer) && !port->removed) { in vcc_kick_rx()
271 if (!timer_pending(&port->tx_timer) && !port->removed) { in vcc_kick_tx()
371 if (!port->tty || port->removed) in vcc_rx_timer()
394 if (!port->tty || port->removed) in vcc_tx_timer()
708 port->removed = true; in vcc_remove()
991 if (port->removed) { in vcc_cleanup()
/linux/fs/reiserfs/
H A 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
1273 removed = 0; in reiserfs_delete_item()
1279 item_key, &removed, in reiserfs_delete_item()
1600 int removed; in indirect_to_direct_roll_back() local
1619 removed = in indirect_to_direct_roll_back()
1622 RFALSE(removed <= 0 in indirect_to_direct_roll_back()
1623 || removed > tail_len, in indirect_to_direct_roll_back()
1625 tail_len, removed); in indirect_to_direct_roll_back()
[all …]
/linux/net/hsr/
H A Dhsr_framereg.c394 if (!node_curr->removed) { in hsr_handle_sup_frame()
396 node_curr->removed = true; in hsr_handle_sup_frame()
578 if (!node->removed) { in hsr_prune_nodes()
580 node->removed = true; in hsr_prune_nodes()
612 if (!node->removed) { in hsr_prune_proxy_nodes()
614 node->removed = true; in hsr_prune_proxy_nodes()
/linux/Documentation/userspace-api/media/v4l/
H A 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 …]
/linux/scripts/coccinelle/misc/
H A 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
/linux/drivers/infiniband/hw/usnic/
H A 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()

12345678910>>...20