tag | line | file | source code |
---|---|---|---|
in_bh | 567 | net/inet/dev.c | static volatile char in_bh = 0; |
in_bh | 571 | net/inet/dev.c | return(in_bh==0?0:1); |
in_bh | 589 | net/inet/dev.c | if (set_bit(1, (void*)&in_bh)) |
in_bh | 673 | net/inet/dev.c | in_bh = 0; |
in_bh | 485 | net/socket/dev.c | static volatile char in_bh = 0; |
in_bh | 489 | net/socket/dev.c | return(in_bh==0?0:1); |
in_bh | 506 | net/socket/dev.c | if (set_bit(1, (void*)&in_bh)) |
in_bh | 596 | net/socket/dev.c | in_bh = 0; |