Searched refs:head_no (Results 1 – 2 of 2) sorted by relevance
119 static int radeon_probe_OF_head(struct radeonfb_info *rinfo, int head_no, in radeon_probe_OF_head() argument143 pname, pname[len-1], head_no); in radeon_probe_OF_head()144 if (pname[len-1] == 'A' && head_no == 0) { in radeon_probe_OF_head()152 } else if (pname[len-1] == 'B' && head_no == 1) in radeon_probe_OF_head()158 if (head_no > 0) in radeon_probe_OF_head()
1815 u64 head_no, tail_no; in incfs_get_uncollected_logs_count() local1819 head_no = log->rl_head.current_record_no; in incfs_get_uncollected_logs_count()1824 return head_no - tail_no; in incfs_get_uncollected_logs_count()1826 return head_no - max_t(u64, tail_no, state->current_record_no); in incfs_get_uncollected_logs_count()