tag | line | file | source code |
func | 2266 | drivers/scsi/aha152x.c | static void enter_driver(const char *func) |
func | 2269 | drivers/scsi/aha152x.c | printk("aha152x: entering %s() (%x)\n", func, jiffies); |
func | 2277 | drivers/scsi/aha152x.c | should_leave=func; |
func | 2281 | drivers/scsi/aha152x.c | static void leave_driver(const char *func) |
func | 2284 | drivers/scsi/aha152x.c | printk("\naha152x: leaving %s() (%x)\n", func, jiffies); |
func | 2292 | 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 | 95 | kernel/ldt.c | asmlinkage int sys_modify_ldt(int func, void *ptr, unsigned long bytecount) |
func | 97 | kernel/ldt.c | if (func == 0) |
func | 99 | kernel/ldt.c | if (func == 1) |
func | 700 | net/inet/dev.c | ptype->func(skb2, skb->dev, ptype); |
func | 149 | net/inet/dev.h | int (*func) (struct sk_buff *, struct device *, |
func | 172 | net/inet/packet.c | p->func = packet_rcv; |