tag | line | file | source code |
ht | 328 | arch/mips/kernel/gdb-stub.c | struct hard_trap_info *ht; |
ht | 330 | arch/mips/kernel/gdb-stub.c | for (ht = hard_trap_info; ht->tt && ht->signo; ht++) |
ht | 331 | arch/mips/kernel/gdb-stub.c | set_except_vector(ht->tt, trap_low); |
ht | 374 | arch/mips/kernel/gdb-stub.c | struct hard_trap_info *ht; |
ht | 376 | arch/mips/kernel/gdb-stub.c | for (ht = hard_trap_info; ht->tt && ht->signo; ht++) |
ht | 377 | arch/mips/kernel/gdb-stub.c | if (ht->tt == tt) |
ht | 378 | arch/mips/kernel/gdb-stub.c | return ht->signo; |
ht | 365 | arch/sparc/kernel/sparc-stub.c | struct hard_trap_info *ht; |
ht | 371 | arch/sparc/kernel/sparc-stub.c | for (ht = hard_trap_info; ht->tt && ht->signo; ht++) { |
ht | 373 | arch/sparc/kernel/sparc-stub.c | if((ht->tt != SP_TRAP_TFLT) && |
ht | 374 | arch/sparc/kernel/sparc-stub.c | (ht->tt != SP_TRAP_DFLT)) |
ht | 375 | arch/sparc/kernel/sparc-stub.c | exceptionHandler(ht->tt, trap_low); |
ht | 396 | arch/sparc/kernel/sparc-stub.c | struct hard_trap_info *ht; |
ht | 398 | arch/sparc/kernel/sparc-stub.c | for (ht = hard_trap_info; ht->tt && ht->signo; ht++) |
ht | 399 | arch/sparc/kernel/sparc-stub.c | if (ht->tt == tt) |
ht | 400 | arch/sparc/kernel/sparc-stub.c | return ht->signo; |
ht | 633 | net/ipv4/route.c | struct fib_node ** ht; |
ht | 637 | net/ipv4/route.c | ht = kmalloc(RTZ_HASH_DIVISOR*sizeof(struct rtable*), GFP_KERNEL); |
ht | 639 | net/ipv4/route.c | if (ht) |
ht | 641 | net/ipv4/route.c | memset(ht, 0, RTZ_HASH_DIVISOR*sizeof(struct fib_node*)); |
ht | 649 | net/ipv4/route.c | f1->fib_next = ht[hash]; |
ht | 650 | net/ipv4/route.c | ht[hash] = f1; |
ht | 654 | net/ipv4/route.c | fz->fz_hash_table = ht; |