Searched refs:remove_all (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/md/ |
A D | dm-ima.h | 63 void dm_ima_measure_on_device_remove(struct mapped_device *md, bool remove_all); 72 static inline void dm_ima_measure_on_device_remove(struct mapped_device *md, bool remove_all) {} in dm_ima_measure_on_device_remove() argument
|
A D | dm-ima.c | 478 void dm_ima_measure_on_device_remove(struct mapped_device *md, bool remove_all) in dm_ima_measure_on_device_remove() argument 576 memcpy(device_table_data + l, remove_all ? "y;" : "n;", 2); in dm_ima_measure_on_device_remove()
|
A D | dm-ioctl.c | 511 static int remove_all(struct file *filp, struct dm_ioctl *param, size_t param_size) in remove_all() function 1765 {DM_REMOVE_ALL_CMD, IOCTL_FLAGS_NO_PARAMS | IOCTL_FLAGS_ISSUE_GLOBAL_EVENT, remove_all}, in lookup_ioctl()
|
/linux/drivers/gpu/drm/ttm/ |
A D | ttm_bo.c | 364 bool ttm_bo_delayed_delete(struct ttm_device *bdev, bool remove_all) in ttm_bo_delayed_delete() argument 381 if (remove_all || bo->base.resv != &bo->base._resv) { in ttm_bo_delayed_delete() 386 ttm_bo_cleanup_refs(bo, false, !remove_all, true); in ttm_bo_delayed_delete() 389 ttm_bo_cleanup_refs(bo, false, !remove_all, true); in ttm_bo_delayed_delete()
|
/linux/include/drm/ttm/ |
A D | ttm_bo_api.h | 597 bool ttm_bo_delayed_delete(struct ttm_device *bdev, bool remove_all);
|
/linux/Documentation/admin-guide/device-mapper/ |
A D | dm-ima.rst | 217 … <active_table_hash> "," <inactive_table_hash> "," <remove_all> ";" <current_device_capacity> ";" 228 remove_all := "remove_all=" <yes_no> 244 …ve_table_hash=sha256:9d79c175bc2302d55a183e8f50ad4bafd60f7692fd6249e5fd213e2464384b86,remove_all=n;
|
/linux/drivers/acpi/ |
A D | ec.c | 1083 bool remove_all, u8 query_bit) in acpi_ec_remove_query_handlers() argument 1090 if (remove_all || query_bit == handler->query_bit) { in acpi_ec_remove_query_handlers()
|
Completed in 22 milliseconds