tag | line | file | source code |
allocation | 169 | fs/ncpfs/sock.c | sk->allocation = GFP_ATOMIC; |
allocation | 226 | fs/ncpfs/sock.c | sk->allocation = GFP_KERNEL; |
allocation | 161 | include/net/sock.h | unsigned long allocation; /* Allocation mode */ |
allocation | 1147 | net/appletalk/ddp.c | sk->allocation=GFP_KERNEL; |
allocation | 1112 | net/ax25/af_ax25.c | sk->allocation = GFP_KERNEL; |
allocation | 461 | net/core/sock.c | skb = sock_wmalloc(sk, size, 0, sk->allocation); |
allocation | 662 | net/ipv4/af_inet.c | sk->allocation = GFP_KERNEL; |
allocation | 1038 | net/ipv4/icmp.c | sk->allocation=GFP_ATOMIC; |
allocation | 521 | net/netrom/af_netrom.c | sk->allocation = GFP_KERNEL; |
allocation | 315 | net/unix/af_unix.c | sk->allocation=GFP_KERNEL; |