| tag | line | file | source code |
| ok | 16 | include/asm/bitops.h | char ok; |
| ok | 19 | include/asm/bitops.h | "=q" (ok):"r" (nr),"m" (*(addr))); |
| ok | 20 | include/asm/bitops.h | return ok; |
| ok | 25 | include/asm/bitops.h | char ok; |
| ok | 28 | include/asm/bitops.h | "=q" (ok):"r" (nr),"m" (*(addr))); |
| ok | 29 | include/asm/bitops.h | return ok; |
| ok | 38 | include/asm/bitops.h | char ok; |
| ok | 41 | include/asm/bitops.h | "=q" (ok):"r" (nr),"m" (*(addr))); |
| ok | 42 | include/asm/bitops.h | return ok; |
| ok | 388 | include/linux/sched.h | unsigned long ok = 0; |
| ok | 394 | include/linux/sched.h | (ok = 1) && |
| ok | 404 | include/linux/sched.h | ok = 1; |
| ok | 412 | include/linux/sched.h | if (!ok) { |
| ok | 415 | include/linux/sched.h | __asm__("call 1f\n1:\tpopl %0":"=r" (ok)); |
| ok | 416 | include/linux/sched.h | printk("eip = %08x\n",ok); |
| ok | 948 | net/socket.c | int i, ok; |
| ok | 952 | net/socket.c | for (i = ok = 0; i < NPROTO; ++i) { |
| ok | 961 | net/socket.c | ++ok; |
| ok | 963 | net/socket.c | if (!ok) |