aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorHyeonggon Yoo <[email protected]>2022-08-17 10:18:17 +0000
committerVlastimil Babka <[email protected]>2022-08-24 14:11:41 +0000
commitbf37d791022ecfb1279ac88c5448a53f1ae40a59 (patch)
tree99b826afce6cbfd427a9c4f3b4e4bc71bcd081b0 /net/unix/sysctl_net_unix.c
parentmm/slub: move kmalloc_large_node() to slab_common.c (diff)
downloadkernel-bf37d791022ecfb1279ac88c5448a53f1ae40a59.tar.gz
kernel-bf37d791022ecfb1279ac88c5448a53f1ae40a59.zip
mm/slab_common: kmalloc_node: pass large requests to page allocator
Now that kmalloc_large_node() is in common code, pass large requests to page allocator in kmalloc_node() using kmalloc_large_node(). One problem is that currently there is no tracepoint in kmalloc_large_node(). Instead of simply putting tracepoint in it, use kmalloc_large_node{,_notrace} depending on its caller to show useful address for both inlined kmalloc_node() and __kmalloc_node_track_caller() when large objects are allocated. Signed-off-by: Hyeonggon Yoo <[email protected]> Reviewed-by: Vlastimil Babka <[email protected]> Signed-off-by: Vlastimil Babka <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions