Home
last modified time | relevance | path

Searched refs:remove_all (Results 1 – 5 of 5) sorted by relevance

/drivers/md/
Ddm-ima.h63 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
Ddm-ima.c477 void dm_ima_measure_on_device_remove(struct mapped_device *md, bool remove_all) in dm_ima_measure_on_device_remove() argument
575 memcpy(device_table_data + l, remove_all ? "y;" : "n;", 2); in dm_ima_measure_on_device_remove()
Ddm-ioctl.c512 static int remove_all(struct file *filp, struct dm_ioctl *param, size_t param_size) in remove_all() function
1774 {DM_REMOVE_ALL_CMD, IOCTL_FLAGS_NO_PARAMS | IOCTL_FLAGS_ISSUE_GLOBAL_EVENT, remove_all}, in lookup_ioctl()
/drivers/gpu/drm/ttm/
Dttm_bo.c362 bool ttm_bo_delayed_delete(struct ttm_device *bdev, bool remove_all) in ttm_bo_delayed_delete() argument
379 if (remove_all || bo->base.resv != &bo->base._resv) { in ttm_bo_delayed_delete()
384 ttm_bo_cleanup_refs(bo, false, !remove_all, true); in ttm_bo_delayed_delete()
387 ttm_bo_cleanup_refs(bo, false, !remove_all, true); in ttm_bo_delayed_delete()
/drivers/acpi/
Dec.c1084 bool remove_all, u8 query_bit) in acpi_ec_remove_query_handlers() argument
1091 if (remove_all || query_bit == handler->query_bit) { in acpi_ec_remove_query_handlers()