Searched refs:threshold_block (Results 1 – 3 of 3) sorted by relevance
313 struct threshold_block *b;549 struct threshold_block b; in prepare_threshold_block()1081 ssize_t (*show) (struct threshold_block *, char *);1180 struct threshold_block *b = to_block(kobj); in show()1192 struct threshold_block *b = to_block(kobj); in store()1248 struct threshold_block *b = NULL; in allocate_threshold_blocks()1324 struct threshold_block *pos = NULL; in __threshold_add_blocks()1325 struct threshold_block *tmp = NULL; in __threshold_add_blocks()1423 struct threshold_block *pos, *tmp; in deallocate_threshold_blocks()1435 struct threshold_block *pos = NULL; in __threshold_remove_blocks()[all …]
34 struct threshold_block { struct56 struct threshold_block *blocks; argument
1675 int threshold_block; in xlog_grant_push_threshold() local1696 &threshold_block); in xlog_grant_push_threshold()1697 threshold_block += free_threshold; in xlog_grant_push_threshold()1698 if (threshold_block >= log->l_logBBsize) { in xlog_grant_push_threshold()1699 threshold_block -= log->l_logBBsize; in xlog_grant_push_threshold()1703 threshold_block); in xlog_grant_push_threshold()
Completed in 12 milliseconds