Searched refs:gma_head (Results 1 – 1 of 1) sorted by relevance
2562 unsigned long gma_head, unsigned int gma_tail) in gma_out_of_range() argument2564 if (gma_tail >= gma_head) in gma_out_of_range()2565 return (gma < gma_head) || (gma > gma_tail); in gma_out_of_range()2567 return (gma > gma_tail) && (gma < gma_head); in gma_out_of_range()2579 unsigned long gma_head, gma_tail, gma_bottom; in command_scan() local2583 gma_head = rb_start + rb_head; in command_scan()2598 if (gma_out_of_range(s->ip_gma, gma_head, gma_tail)) { in command_scan()2620 unsigned long gma_head, gma_tail, gma_bottom; in scan_workload() local2628 gma_head = workload->rb_start + workload->rb_head; in scan_workload()2638 s.ring_head = gma_head; in scan_workload()[all …]