Searched refs:total_invalid (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
D | connection.h | 127 unsigned int total_invalid; member
|
D | device_node.c | 1182 rebuild_invalid += node->stats.rebuild.total_invalid; in peers_sum_attr_show() 1590 peer->stats.rebuild.total_invalid, in rebuild_show()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
D | stash.c | 1859 rebuild_stats->total_invalid += stats->invalid; in hmdfs_update_peer_rebuild_stats()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0036_linux_drivers_staging.patch | 18179 + u32 loop = id, total_invalid = 0; 18192 + total_invalid++; 18209 + return total_invalid; 18226 + u32 total_invalid = release_id_range(&bpalloc, bpid, count, bp_cleanup); 18227 + if (total_invalid) 18229 + bpid, bpid + count - 1, count, total_invalid); 18260 + u32 total_invalid = release_id_range(&fqalloc, fqid, count, fq_cleanup); 18261 + if (total_invalid) 18263 + fqid, fqid + count - 1, count, total_invalid); 18321 + u32 total_invalid = release_id_range(&qpalloc, qp, [all …]
|