Home
last modified time | relevance | path

Searched refs:GFP_ATOMIC (Results 1 – 6 of 6) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dslab.h44 #define GFP_ATOMIC (0) macro
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/
Dether.c997 eth_start(dev, GFP_ATOMIC); in set_ether_config()
1143 value = usb_ep_queue(ep, req, GFP_ATOMIC); in eth_status_complete()
1193 value = usb_ep_queue(dev->status_ep, req, GFP_ATOMIC); in issue_start_status()
1310 value = eth_set_config(dev, wValue, GFP_ATOMIC); in eth_setup()
1333 GFP_ATOMIC); in eth_setup()
1376 eth_start(dev, GFP_ATOMIC); in eth_setup()
1491 value = usb_ep_queue(gadget->ep0, req, GFP_ATOMIC); in eth_setup()
1739 retval = usb_ep_queue (dev->in_ep, req, GFP_ATOMIC);
1875 resp = usb_ep_alloc_request(dev->status_ep, GFP_ATOMIC); in rndis_control_ack()
1892 length = usb_ep_queue(dev->status_ep, resp, GFP_ATOMIC); in rndis_control_ack()
[all …]
Df_mass_storage.c278 #define GFP_ATOMIC ((gfp_t) 0) macro
474 rc = usb_ep_queue(common->ep0, common->ep0req, GFP_ATOMIC); in ep0_queue()
2162 *preq = usb_ep_alloc_request(ep, GFP_ATOMIC); in alloc_request()
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
DLtpfsCmds.c124 my_bio_copy = bio_clone(my_bio, GFP_ATOMIC); in ltpdev_ioctl()
/third_party/uboot/u-boot-2020.01/include/linux/
Dcompat.h65 #define GFP_ATOMIC ((gfp_t) 0) macro
/third_party/uboot/u-boot-2020.01/drivers/usb/cdns3/
Dgadget.c585 GFP_ATOMIC); in cdns3_wa2_descmissing_packet()
602 GFP_ATOMIC); in cdns3_wa2_descmissing_packet()
615 GFP_ATOMIC); in cdns3_wa2_descmissing_packet()
732 buf = kzalloc(sizeof(*buf), GFP_ATOMIC); in cdns3_prepare_aligned_request_buf()
2032 zlp_request = cdns3_gadget_ep_alloc_request(ep, GFP_ATOMIC); in cdns3_gadget_ep_queue()