Searched refs:to_go (Results 1 – 2 of 2) sorted by relevance
798 int ctr, to_go, size, whole_chunks; in creat_path_max() local811 to_go = PATH_MAX - size; in creat_path_max()813 whole_chunks = to_go / size; in creat_path_max()819 to_go = PATH_MAX - size; in creat_path_max()821 for (ctr = 0; ctr < to_go; ctr++) in creat_path_max()
1337 count_remaining_heads(struct weston_output *output, struct weston_head *to_go) in count_remaining_heads() argument1343 if (iter != to_go) in count_remaining_heads()