aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/sctop.py
diff options
context:
space:
mode:
authorKyle McMartin <kyle@redhat.com>2012-05-07 15:33:04 -0400
committerJiri Kosina <jkosina@suse.cz>2012-05-09 11:12:59 -0400
commitc0a788c451e1f88b3fb5a85113b87dbc98c7abe4 (patch)
treeab1b8ba011048a5064b2144461bff24e55d08a90 /tools/perf/scripts/python/sctop.py
parent1f0459780c28491c480f7098f3ece79334ccae0a (diff)
net: Fix tcp_build_and_update_options comment in struct tcp_sock
Noticed this comment didn't get updated when tcp_build_and_update_options was refactored. Signed-off-by: Kyle McMartin <kyle@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions
d">vmalloc_sync_all(void); /* * Lowlevel-APIs (not for driver use!) */ extern struct vm_struct *get_vm_area(unsigned long size, unsigned long flags); extern struct vm_struct *__get_vm_area(unsigned long size, unsigned long flags, unsigned long start, unsigned long end); extern struct vm_struct *get_vm_area_node(unsigned long size, unsigned long flags, int node, gfp_t gfp_mask); extern struct vm_struct *remove_vm_area(void *addr); extern int map_vm_area(struct vm_struct *area, pgprot_t prot, struct page ***pages); extern void unmap_kernel_range(unsigned long addr, unsigned long size); /* * Internals. Dont't use.. */ extern rwlock_t vmlist_lock; extern struct vm_struct *vmlist; #endif /* _LINUX_VMALLOC_H */