Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/
Dtarget_core_user.c155 unsigned long *data_bitmap; member
491 clear_bit(tcmu_cmd->dbi[i], udev->data_bitmap); in tcmu_cmd_free_data()
500 dbi = find_first_zero_bit(udev->data_bitmap, udev->dbi_thresh); in tcmu_get_empty_block()
523 set_bit(dbi, udev->data_bitmap); in tcmu_get_empty_block()
853 space = spc_bitmap_free(udev->data_bitmap, udev->dbi_thresh); in is_ring_space_avail()
1636 kfree(udev->data_bitmap); in tcmu_dev_kref_release()
1843 udev->data_bitmap = kcalloc(BITS_TO_LONGS(udev->max_blocks), in tcmu_configure_device()
1847 if (!udev->data_bitmap) { in tcmu_configure_device()
1932 kfree(udev->data_bitmap); in tcmu_configure_device()
1933 udev->data_bitmap = NULL; in tcmu_configure_device()
[all …]