tag | line | file | source code |
func | 2283 | drivers/scsi/aha152x.c | static void enter_driver(const char *func) |
func | 2286 | drivers/scsi/aha152x.c | printk("aha152x: entering %s() (%x)\n", func, jiffies); |
func | 2294 | drivers/scsi/aha152x.c | should_leave=func; |
func | 2298 | drivers/scsi/aha152x.c | static void leave_driver(const char *func) |
func | 2301 | drivers/scsi/aha152x.c | printk("\naha152x: leaving %s() (%x)\n", func, jiffies); |
func | 2309 | drivers/scsi/aha152x.c | should_leave=func; |
func | 73 | include/linux/mcd.h | #define SET_TIMER(func, jifs) \ |
func | 75 | include/linux/mcd.h | (timer_table[MCD_TIMER].fn = func), \ |
func | 89 | kernel/ldt.c | asmlinkage int sys_modify_ldt(int func, void *ptr, unsigned long bytecount) |
func | 91 | kernel/ldt.c | if (func == 0) |
func | 93 | kernel/ldt.c | if (func == 1) |
func | 591 | net/inet/dev.c | ptype->func(skb2, skb->dev, ptype); |
func | 147 | net/inet/dev.h | int (*func) (struct sk_buff *, struct device *, |
func | 170 | net/inet/packet.c | p->func = packet_rcv; |