Searched defs:gfpflags (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/
H A Dscsi_lib.c2686 * @gfpflags: GFP flags for allocation
2691 gfp_t gfpflags)
2693 struct scsi_event *evt = kzalloc(sizeof(struct scsi_event), gfpflags);
2721 * @gfpflags: GFP flags for allocation
2726 enum scsi_device_event evt_type, gfp_t gfpflags)
2728 struct scsi_event *evt = sdev_evt_alloc(evt_type, gfpflags);
2690 sdev_evt_alloc(enum scsi_device_event evt_type, gfp_t gfpflags) argument
2725 sdev_evt_send_simple(struct scsi_device *sdev, enum scsi_device_event evt_type, gfp_t gfpflags) argument

Completed in 107 milliseconds