Searched refs:gfp_any (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/net/dccp/ |
D | ccid.c | 54 *ccid_array = kmalloc(ARRAY_SIZE(ccids), gfp_any()); in ccid_get_builtin_ccids() 152 ccid_ops->ccid_hc_tx_slab, gfp_any()); in ccid_new()
|
D | feat.c | 90 dp->dccps_hc_rx_ackvec = dccp_ackvec_alloc(gfp_any()); in dccp_hdlr_ackvec() 374 fval->sp.vec = kmemdup(val, len, gfp_any()); in dccp_feat_clone_sp_val() 401 new = kmemdup(original, sizeof(struct dccp_feat_entry), gfp_any()); in dccp_feat_clone_entry() 467 entry = kmalloc(sizeof(*entry), gfp_any()); in dccp_feat_entry_new()
|
D | output.c | 36 return skb_clone(sk->sk_send_head, gfp_any()); in dccp_skb_entail()
|
/linux-4.4.14/drivers/md/ |
D | dm-log-userspace-transfer.c | 69 r = cn_netlink_send(msg, 0, 0, gfp_any()); in dm_ulog_sendto_server()
|
/linux-4.4.14/net/dccp/ccids/lib/ |
D | packet_history.c | 64 struct tfrc_tx_hist_entry *entry = kmem_cache_alloc(tfrc_tx_hist_slab, gfp_any()); in tfrc_tx_hist_add()
|
/linux-4.4.14/net/can/ |
D | bcm.c | 263 skb = alloc_skb(CFSIZ + sizeof(struct can_skb_priv), gfp_any()); in bcm_can_tx() 303 skb = alloc_skb(sizeof(*head) + datalen, gfp_any()); in bcm_send_to_user()
|
/linux-4.4.14/net/dccp/ccids/ |
D | ccid2.c | 49 seqp = kmalloc(CCID2_SEQBUF_LEN * sizeof(struct ccid2_seq), gfp_any()); in ccid2_hc_tx_alloc_seq()
|
/linux-4.4.14/include/net/ |
D | sock.h | 2081 static inline gfp_t gfp_any(void) in gfp_any() function
|
/linux-4.4.14/net/ipv6/ |
D | route.c | 3331 skb = nlmsg_new(rt6_nlmsg_size(rt), gfp_any()); in inet6_rt_notify() 3344 info->nlh, gfp_any()); in inet6_rt_notify()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | uvesafb.c | 207 err = cn_netlink_send(m, 0, 0, gfp_any()); in uvesafb_exec()
|
/linux-4.4.14/net/ipv4/ |
D | tcp.c | 2223 tcp_send_active_reset(sk, gfp_any()); in tcp_disconnect()
|
/linux-4.4.14/net/netlink/ |
D | af_netlink.c | 1850 skb = netlink_trim(skb, gfp_any()); in netlink_unicast()
|