Home
last modified time | relevance | path

Searched refs:deleted (Results 1 – 25 of 131) sorted by relevance

123456

/linux/drivers/md/dm-vdo/indexer/
H A Dopen-chapter.c124 !open_chapter->slots[record_number].deleted) in probe_chapter_slots()
189 open_chapter->slots[record_number].deleted = true; in uds_remove_from_open_chapter()
247 open_chapter->slots[record_index].deleted) { in fill_delta_chapter_index()
330 if (open_chapter->slots[record_index].deleted) in uds_save_open_chapter()
H A Dopen-chapter.h28 bool deleted : 1; member
/linux/drivers/base/
H A Ddevcoredump.c45 bool init_completed, deleted; member
96 devcd->deleted = true; in __devcd_del()
176 if (!devcd->deleted) in devcd_free()
394 devcd->deleted = false; in dev_coredumpm_timeout()
H A Ddevtmpfs.c323 int deleted = 0; in handle_remove() local
348 deleted = 1; in handle_remove()
352 if (deleted && strchr(nodename, '/')) in handle_remove()
/linux/Documentation/bpf/
H A Dmap_sk_storage.rst17 either the map or the socket is deleted.
56 Socket-local storage for ``map`` can be deleted from socket ``sk`` using the
106 Socket-local storage for map ``map_fd`` can be deleted from a socket using the
107 ``bpf_map_delete_elem()`` libbpf function. The storage is deleted from the
H A Dmaps.rst56 failure. The map can be deleted by calling ``close(fd)``. Maps held by open
57 file descriptors will be deleted automatically when a process exits.
H A Dmap_cpumap.rst49 CPUMAP entries can only be updated/looked up/deleted from user space and not
93 CPU entries can be deleted using the ``bpf_map_delete_elem()``
/linux/sound/pci/cs46xx/
H A Dcs46xx_dsp_spos.h60 int deleted; member
108 unsigned int deleted :1; member
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6ull-dhcom-som-cfg-sdcard.dtsi17 * To use usdhc1 as SD card, the WiFi node must be deleted. The associated
18 * pwrseq node is also deleted in order to ensure that GPIO H is released.
H A Dimx7-colibri-iris-v2.dtsi36 * turn the transceiver off, that property has to be deleted and the gpio handled in
/linux/Documentation/admin-guide/
H A Dbinderfs.rst70 Binderfs binder devices can be deleted via `unlink() <unlink_>`_. This means
72 ``binder-control`` device cannot be deleted since this would make the binderfs
73 instance unusable. The ``binder-control`` device will be deleted when the
/linux/drivers/peci/
H A Ddevice.c207 if (!device->deleted) { in peci_device_destroy()
209 device->deleted = true; in peci_device_destroy()
/linux/include/linux/
H A Dipc.h14 bool deleted; member
H A Dpeci.h80 bool deleted; member
/linux/block/
H A Dbadblocks.c989 struct badblocks_context *bad, int *deleted) in front_clear() argument
996 *deleted = 0; in front_clear()
1009 *deleted = 1; in front_clear()
1140 int deleted = 0; in _badblocks_clear() local
1142 len = front_clear(bb, prev, &bad, &deleted); in _badblocks_clear()
1143 bb->count -= deleted; in _badblocks_clear()
/linux/drivers/infiniband/hw/mlx4/
H A Dcm.c350 struct rej_tmout_entry *deleted; in rej_tmout_timeout() local
352 deleted = xa_cmpxchg(item->xa_rej_tmout, item->rem_pv_cm_id, item, NULL, 0); in rej_tmout_timeout()
354 if (deleted != item) in rej_tmout_timeout()
355 pr_debug("deleted(%p) != item(%p)\n", deleted, item); in rej_tmout_timeout()
/linux/drivers/virt/coco/efi_secret/
H A DKconfig12 <securityfs>/secrets/coco. Files can be read and deleted (deleting
/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c260 if (!bo->deleted) { in ttm_bo_release()
284 bo->deleted = true; in ttm_bo_release()
475 if (bo->deleted) { in ttm_bo_evict_first()
529 if (bo->deleted) { in ttm_bo_evict_cb()
1135 if (bo->deleted) { in ttm_bo_swapout_cb()
/linux/scripts/kconfig/tests/preprocess/builtin_func/
H A DKconfig21 # but any trailing newlines are deleted.
/linux/tools/testing/selftests/tc-testing/plugin-lib/
H A DREADME-PLUGINS24 deleted at the end of the run.
/linux/Documentation/mm/
H A Dindex.rst35 documentation, or deleted if it has served its purpose.
/linux/lib/
H A Dradix-tree.c546 bool deleted = false; in delete_node() local
554 deleted |= radix_tree_shrink(root); in delete_node()
555 return deleted; in delete_node()
574 deleted = true; in delete_node()
579 return deleted; in delete_node()
/linux/Documentation/networking/
H A Dalias.rst49 If the base device is shut down the added aliases will be deleted too.
/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.h21 bool deleted; /* record is deleted */ member
/linux/scripts/coccinelle/misc/
H A Dreturnvar.cocci8 // Comments: Comments on code can be deleted if near code that is removed.

123456