Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/powerpc/mm/
A Dlarge_vm_fork_separation.c26 int p2c[2], c2p[2], rc, status, c, *p; in test() local
45 FAIL_IF(pipe(p2c) == -1 || pipe(c2p) == -1); in test()
55 FAIL_IF(write(c2p[1], &c, 1) != 1); in test()
62 FAIL_IF(read(c2p[0], &c, 1) != 1); in test()
/linux-6.3-rc2/drivers/leds/
A Dleds-tca6507.c193 static int choose_times(int msec, int *c1p, int *c2p) in choose_times() argument
236 *c2p = c2; in choose_times()
245 swap(*c2p, *c1p); in choose_times()
247 actual = time_codes[*c1p] + time_codes[*c2p]; in choose_times()
248 if (*c1p < *c2p) in choose_times()

Completed in 7 milliseconds