Lines Matching refs:GFP_NOFS
369 new_node = kzalloc(sizeof(struct dlm_node_addr), GFP_NOFS); in dlm_lowcomms_addr()
373 new_addr = kzalloc(sizeof(struct sockaddr_storage), GFP_NOFS); in dlm_lowcomms_addr()
461 con = nodeid2con(nodeid, GFP_NOFS); in dlm_lowcomms_connect_node()
515 con->sock->sk->sk_allocation = GFP_NOFS; in add_sock()
736 newcon = nodeid2con(nodeid, GFP_NOFS); in tcp_accept_from_sock()
746 othercon = kmem_cache_zalloc(con_cache, GFP_NOFS); in tcp_accept_from_sock()
847 newcon = nodeid2con(nodeid, GFP_NOFS); in sctp_accept_from_sock()
859 othercon = kmem_cache_zalloc(con_cache, GFP_NOFS); in sctp_accept_from_sock()
1235 addr = kmalloc(sizeof(*addr), GFP_NOFS); in init_local()
1248 struct connection *con = nodeid2con(0, GFP_NOFS); in sctp_listen_for_all()
1303 struct connection *con = nodeid2con(0, GFP_NOFS); in tcp_listen_for_all()