Lines Matching refs:pbuf
241 struct ffa_partition_info *pbuf;
249 pbuf = kcalloc(count, sizeof(*pbuf), GFP_KERNEL);
250 if (!pbuf)
254 uuid0_4[3], pbuf, count);
256 kfree(pbuf);
258 *buffer = pbuf;
574 struct ffa_partition_info *pbuf;
581 count = ffa_partition_probe(&uuid, &pbuf);
585 memcpy(buffer, pbuf, sizeof(*pbuf) * count);
586 kfree(pbuf);
650 struct ffa_partition_info *pbuf, *tpbuf;
660 count = ffa_partition_probe(uuid, &pbuf);
664 for (idx = 0, tpbuf = pbuf; idx < count; idx++, tpbuf++)
667 kfree(pbuf);
675 struct ffa_partition_info *pbuf, *tpbuf;
677 count = ffa_partition_probe(&uuid_null, &pbuf);
683 for (idx = 0, tpbuf = pbuf; idx < count; idx++, tpbuf++) {
703 kfree(pbuf);