Home
last modified time | relevance | path

Searched refs:to_go (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c798 int ctr, to_go, size, whole_chunks; in creat_path_max() local
811 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()
/third_party/weston/compositor/
Dmain.c1337 count_remaining_heads(struct weston_output *output, struct weston_head *to_go) in count_remaining_heads() argument
1343 if (iter != to_go) in count_remaining_heads()