Searched refs:update_progress (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/input/rmi4/
H A Drmi_f34.c168 f34->update_progress += f34->v5.block_size;
169 f34->update_status = (f34->update_progress * 100) /
202 f34->update_progress = 0;
H A Drmi_f34.h282 int update_progress; member in struct:f34_data
H A Drmi_f34v7.c763 f34->update_progress += transfer;
764 f34->update_status = (f34->update_progress * 100) /
1037 f34->update_progress = 0;
/linux-master/fs/btrfs/
H A Dextent-tree.c5243 struct btrfs_key update_progress; member in struct:walk_control
5324 &wc->update_progress);
5533 ret = btrfs_comp_cpu_keys(&key, &wc->update_progress);
5688 ret = find_next_key(path, level + 1, &wc->update_progress);
5923 memset(&wc->update_progress, 0,
5924 sizeof(wc->update_progress));
5927 memcpy(&wc->update_progress, &key,
5928 sizeof(wc->update_progress));

Completed in 127 milliseconds