Home
last modified time | relevance | path

Searched refs:task_frag (Results 1 – 7 of 7) sorted by relevance

/linux/kernel/
H A Dexit.c1001 if (tsk->task_frag.page) in do_exit()
1002 put_page(tsk->task_frag.page); in do_exit()
H A Dfork.c971 tsk->task_frag.page = NULL; in dup_task_struct()
/linux/include/linux/
H A Dsched.h1416 struct page_frag task_frag; member
/linux/net/ipv4/
H A Dip_output.c1575 &current->task_frag, getfrag, in ip_make_skb()
/linux/net/ipv6/
H A Dip6_output.c2061 &current->task_frag, getfrag, from, in ip6_make_skb()
/linux/include/net/
H A Dsock.h314 * @sk_use_task_frag: allow sk_page_frag() to use current->task_frag.
2624 return &current->task_frag; in __sock_writeable()
/linux/drivers/net/
H A Dtun.c1602 struct page_frag *alloc_frag = &current->task_frag; in tun_build_skb()