Home
last modified time | relevance | path

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

/init/
Ddo_mounts_rd.c291 long r = kernel_read(in_file, buf, len, &in_pos); in compr_fill() local
292 if (r < 0) in compr_fill()
294 else if (r == 0) in compr_fill()
296 return r; in compr_fill()
DKconfig6 default "/lib/modules/$(shell,uname -r)/.config"
8 default "/boot/config-$(shell,uname -r)"
81 …def_bool $(success,echo 'int foo(int x) { asm goto ("": "=r"(x) ::: bar); return x; bar: return 0;…