| /linux/drivers/md/dm-vdo/indexer/ |
| H A D | open-chapter.c | 124 !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 D | open-chapter.h | 28 bool deleted : 1; member
|
| /linux/drivers/base/ |
| H A D | devcoredump.c | 45 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 D | devtmpfs.c | 323 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 D | map_sk_storage.rst | 17 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 D | maps.rst | 56 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 D | map_cpumap.rst | 49 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 D | cs46xx_dsp_spos.h | 60 int deleted; member 108 unsigned int deleted :1; member
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6ull-dhcom-som-cfg-sdcard.dtsi | 17 * 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 D | imx7-colibri-iris-v2.dtsi | 36 * turn the transceiver off, that property has to be deleted and the gpio handled in
|
| /linux/Documentation/admin-guide/ |
| H A D | binderfs.rst | 70 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 D | device.c | 207 if (!device->deleted) { in peci_device_destroy() 209 device->deleted = true; in peci_device_destroy()
|
| /linux/include/linux/ |
| H A D | ipc.h | 14 bool deleted; member
|
| H A D | peci.h | 80 bool deleted; member
|
| /linux/block/ |
| H A D | badblocks.c | 989 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 D | cm.c | 350 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 D | Kconfig | 12 <securityfs>/secrets/coco. Files can be read and deleted (deleting
|
| /linux/drivers/gpu/drm/ttm/ |
| H A D | ttm_bo.c | 260 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 D | Kconfig | 21 # but any trailing newlines are deleted.
|
| /linux/tools/testing/selftests/tc-testing/plugin-lib/ |
| H A D | README-PLUGINS | 24 deleted at the end of the run.
|
| /linux/Documentation/mm/ |
| H A D | index.rst | 35 documentation, or deleted if it has served its purpose.
|
| /linux/lib/ |
| H A D | radix-tree.c | 546 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 D | alias.rst | 49 If the base device is shut down the added aliases will be deleted too.
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ialloc.h | 21 bool deleted; /* record is deleted */ member
|
| /linux/scripts/coccinelle/misc/ |
| H A D | returnvar.cocci | 8 // Comments: Comments on code can be deleted if near code that is removed.
|