Searched refs:n_exclusive (Results 1 – 5 of 5) sorted by relevance
128 object->n_ops, object->n_in_progress, object->n_exclusive); in fscache_report_unexpected_submission()163 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_exclusive_op()183 object->n_exclusive++; /* reads and writes must wait */ in fscache_submit_exclusive_op()205 object->n_exclusive++; /* reads and writes must wait */ in fscache_submit_exclusive_op()248 ASSERTCMP(object->n_ops, >=, object->n_exclusive); in fscache_submit_op()269 if (object->n_exclusive > 0) { in fscache_submit_op()279 ASSERTCMP(object->n_exclusive, ==, 0); in fscache_submit_op()376 object->n_exclusive--; in fscache_cancel_op()383 object->n_exclusive--; in fscache_cancel_op()392 object->n_exclusive--; in fscache_cancel_op()[all …]
247 obj->n_exclusive, in fscache_objlist_show()
310 object->n_ops = object->n_in_progress = object->n_exclusive = 0; in fscache_object_init()
344 int n_exclusive; /* number of exclusive ops queued or in progress */ member
45 object->fscache.n_exclusive); in __cachefiles_printk_object()