Lines Matching refs:GFP_KERNEL

75 		.gfp			= GFP_KERNEL,
81 .gfp = GFP_KERNEL,
87 .gfp = GFP_KERNEL,
93 .gfp = GFP_KERNEL,
99 .gfp = GFP_KERNEL,
105 .gfp = GFP_KERNEL | __GFP_NOWARN,
111 .gfp = GFP_KERNEL,
157 result = handshake_req_submit(sock, NULL, GFP_KERNEL);
171 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
175 result = handshake_req_submit(NULL, req, GFP_KERNEL);
190 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
199 result = handshake_req_submit(sock, req, GFP_KERNEL);
216 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
227 err = handshake_req_submit(sock, req, GFP_KERNEL);
251 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
270 err = handshake_req_submit(sock, req, GFP_KERNEL);
287 req1 = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
289 req2 = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
301 err = handshake_req_submit(sock, req1, GFP_KERNEL);
303 err = handshake_req_submit(sock, req2, GFP_KERNEL);
321 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
332 err = handshake_req_submit(sock, req, GFP_KERNEL);
357 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
368 err = handshake_req_submit(sock, req, GFP_KERNEL);
399 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL);
410 err = handshake_req_submit(sock, req, GFP_KERNEL);
457 req = handshake_req_alloc(&handshake_req_alloc_proto_destroy, GFP_KERNEL);
468 err = handshake_req_submit(sock, req, GFP_KERNEL);