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); in handshake_req_submit_test1()
171 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_submit_test2()
175 result = handshake_req_submit(NULL, req, GFP_KERNEL); in handshake_req_submit_test2()
190 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_submit_test3()
199 result = handshake_req_submit(sock, req, GFP_KERNEL); in handshake_req_submit_test3()
216 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_submit_test4()
227 err = handshake_req_submit(sock, req, GFP_KERNEL); in handshake_req_submit_test4()
251 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_submit_test5()
270 err = handshake_req_submit(sock, req, GFP_KERNEL); in handshake_req_submit_test5()
287 req1 = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_submit_test6()
289 req2 = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_submit_test6()
301 err = handshake_req_submit(sock, req1, GFP_KERNEL); in handshake_req_submit_test6()
303 err = handshake_req_submit(sock, req2, GFP_KERNEL); in handshake_req_submit_test6()
321 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_cancel_test1()
332 err = handshake_req_submit(sock, req, GFP_KERNEL); in handshake_req_cancel_test1()
357 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_cancel_test2()
368 err = handshake_req_submit(sock, req, GFP_KERNEL); in handshake_req_cancel_test2()
399 req = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_cancel_test3()
410 err = handshake_req_submit(sock, req, GFP_KERNEL); in handshake_req_cancel_test3()
457 req = handshake_req_alloc(&handshake_req_alloc_proto_destroy, GFP_KERNEL); in handshake_req_destroy_test1()
468 err = handshake_req_submit(sock, req, GFP_KERNEL); in handshake_req_destroy_test1()