tag | line | file | source code |
ok | 23 | include/asm/bitops.h | char ok; |
ok | 26 | include/asm/bitops.h | :"=q" (ok),"=m" (ADDR) |
ok | 28 | include/asm/bitops.h | return ok; |
ok | 33 | include/asm/bitops.h | char ok; |
ok | 36 | include/asm/bitops.h | :"=q" (ok),"=m" (ADDR) |
ok | 38 | include/asm/bitops.h | return ok; |
ok | 47 | include/asm/bitops.h | char ok; |
ok | 50 | include/asm/bitops.h | :"=q" (ok) |
ok | 52 | include/asm/bitops.h | return ok; |
ok | 386 | include/linux/sched.h | unsigned long ok = 0; |
ok | 392 | include/linux/sched.h | (ok = 1) && |
ok | 402 | include/linux/sched.h | ok = 1; |
ok | 410 | include/linux/sched.h | if (!ok) { |
ok | 413 | include/linux/sched.h | __asm__("call 1f\n1:\tpopl %0":"=r" (ok)); |
ok | 414 | include/linux/sched.h | printk("eip = %08x\n",ok); |
ok | 949 | net/socket.c | int i, ok; |
ok | 953 | net/socket.c | for (i = ok = 0; i < NPROTO; ++i) { |
ok | 961 | net/socket.c | ++ok; |
ok | 963 | net/socket.c | if (!ok) |