tag | line | file | source code |
this | 2874 | drivers/block/floppy.c | struct floppy_raw_cmd *next,*this; |
this | 2876 | drivers/block/floppy.c | this = *ptr; |
this | 2878 | drivers/block/floppy.c | while(this) { |
this | 2879 | drivers/block/floppy.c | if (this->buffer_length) { |
this | 2880 | drivers/block/floppy.c | free_pages((unsigned long)this->kernel_data, |
this | 2881 | drivers/block/floppy.c | __get_order(this->buffer_length)); |
this | 2882 | drivers/block/floppy.c | this->buffer_length = 0; |
this | 2884 | drivers/block/floppy.c | next = this->next; |
this | 2885 | drivers/block/floppy.c | kfree(this); |
this | 2886 | drivers/block/floppy.c | this = next; |
this | 276 | drivers/net/i82586.h | so we do not need to insert it. Consistent with this |
this | 895 | drivers/net/wavelan.c | Leave this out until I can get it to work -- BJ. |
this | 17 | include/linux/firewall.h | int (*fw_forward)(struct firewall_ops *this, int pf, |
this | 19 | include/linux/firewall.h | int (*fw_input)(struct firewall_ops *this, int pf, |
this | 21 | include/linux/firewall.h | int (*fw_output)(struct firewall_ops *this, int pf, |
this | 16 | include/linux/notifier.h | int (*notifier_call)(struct notifier_block *this, unsigned long, void *); |
this | 97 | include/linux/skbuff.h | void (*destructor)(struct sk_buff *this); /* Destruct function */ |
this | 375 | net/appletalk/aarp.c | static int aarp_device_event(struct notifier_block *this, unsigned long event, void *ptr) |
this | 666 | net/appletalk/ddp.c | static int ddp_device_event(struct notifier_block *this, unsigned long event, void *ptr) |
this | 227 | net/ax25/af_ax25.c | static int ax25_device_event(struct notifier_block *this,unsigned long event, void *ptr) |
this | 961 | net/core/net_alias.c | int net_alias_device_event(struct notifier_block *this, unsigned long event, void *ptr) |
this | 581 | net/ipv4/arp.c | int arp_device_event(struct notifier_block *this, unsigned long event, void *ptr) |
this | 1696 | net/ipv4/ip_fw.c | int ipfw_input_check(struct firewall_ops *this, int pf, struct sk_buff *skb, void *phdr) |
this | 1701 | net/ipv4/ip_fw.c | int ipfw_forward_check(struct firewall_ops *this, int pf, struct sk_buff *skb, void *phdr) |
this | 1064 | net/ipv4/ip_output.c | static int ip_rt_event(struct notifier_block *this, unsigned long event, void *ptr) |
this | 671 | net/ipv4/ipmr.c | static int ipmr_device_event(struct notifier_block *this, unsigned long event, void *ptr) |
this | 330 | net/ipv4/packet.c | static int packet_unbind(struct notifier_block *this, unsigned long msg, void *data) |
this | 332 | net/ipv4/packet.c | struct inet_packet_opt *ipo=(struct inet_packet_opt *)this; |
this | 161 | net/ipv4/rarp.c | static int rarp_device_event(struct notifier_block *this, unsigned long event, void *ptr) |
this | 127 | net/netrom/af_netrom.c | static int nr_device_event(struct notifier_block *this, unsigned long event, void *ptr) |