Home
last modified time | relevance | path

Searched refs:gfp_any (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/net/dccp/
Dccid.c54 *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()
Dfeat.c90 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()
Doutput.c36 return skb_clone(sk->sk_send_head, gfp_any()); in dccp_skb_entail()
/linux-4.4.14/drivers/md/
Ddm-log-userspace-transfer.c69 r = cn_netlink_send(msg, 0, 0, gfp_any()); in dm_ulog_sendto_server()
/linux-4.4.14/net/dccp/ccids/lib/
Dpacket_history.c64 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/
Dbcm.c263 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/
Dccid2.c49 seqp = kmalloc(CCID2_SEQBUF_LEN * sizeof(struct ccid2_seq), gfp_any()); in ccid2_hc_tx_alloc_seq()
/linux-4.4.14/include/net/
Dsock.h2081 static inline gfp_t gfp_any(void) in gfp_any() function
/linux-4.4.14/net/ipv6/
Droute.c3331 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/
Duvesafb.c207 err = cn_netlink_send(m, 0, 0, gfp_any()); in uvesafb_exec()
/linux-4.4.14/net/ipv4/
Dtcp.c2223 tcp_send_active_reset(sk, gfp_any()); in tcp_disconnect()
/linux-4.4.14/net/netlink/
Daf_netlink.c1850 skb = netlink_trim(skb, gfp_any()); in netlink_unicast()