Home
last modified time | relevance | path

Searched refs:tmp_buffer (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/fs/squashfs/
H A Dpage_actor.c55 actor->tmp_buffer = NULL; in squashfs_page_actor_init()
75 return actor->alloc_buffer ? actor->tmp_buffer : ERR_PTR(-ENOMEM); in handle_next_page()
114 actor->tmp_buffer = kmalloc(PAGE_SIZE, GFP_KERNEL); in squashfs_page_actor_init_special()
116 if (actor->tmp_buffer == NULL) { in squashfs_page_actor_init_special()
121 actor->tmp_buffer = NULL; in squashfs_page_actor_init_special()
H A Dpage_actor.h15 void *tmp_buffer; member
37 kfree(actor->tmp_buffer); in squashfs_page_actor_free()
/openbmc/u-boot/fs/fat/
H A Dfat.c351 __u8 *tmp_buffer; in get_contents() local
354 tmp_buffer = malloc_cache_aligned(actsize); in get_contents()
355 if (!tmp_buffer) { in get_contents()
360 if (get_cluster(mydata, curclust, tmp_buffer, actsize) != 0) { in get_contents()
362 free(tmp_buffer); in get_contents()
367 memcpy(buffer, tmp_buffer + pos, actsize); in get_contents()
368 free(tmp_buffer); in get_contents()
/openbmc/linux/drivers/media/usb/b2c2/
H A Dflexcop-usb.h31 u8 tmp_buffer[1023+190]; member
H A Dflexcop-usb.c338 memcpy(fc_usb->tmp_buffer+fc_usb->tmp_buffer_length, buffer, in flexcop_usb_process_frame()
341 b = fc_usb->tmp_buffer; in flexcop_usb_process_frame()
372 memcpy(fc_usb->tmp_buffer, b, l); in flexcop_usb_process_frame()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dr852.h141 void *tmp_buffer; /* temporary buffer */ member
H A Dr852.c911 dev->tmp_buffer = kzalloc(SM_SECTOR_SIZE, GFP_KERNEL); in r852_probe()
913 if (!dev->tmp_buffer) in r852_probe()
954 kfree(dev->tmp_buffer); in r852_probe()
990 kfree(dev->tmp_buffer); in r852_remove()
/openbmc/linux/fs/xfs/
H A Dxfs_log_recover.c1030 char *tmp_buffer; in xlog_verify_head() local
1043 tmp_buffer = xlog_alloc_buffer(log, 1); in xlog_verify_head()
1044 if (!tmp_buffer) in xlog_verify_head()
1047 XLOG_MAX_ICLOGS, tmp_buffer, in xlog_verify_head()
1049 kmem_free(tmp_buffer); in xlog_verify_head()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c158 struct qed_ll2_buffer *buffer, *tmp_buffer; in qed_ll2_kill_buffers() local
160 list_for_each_entry_safe(buffer, tmp_buffer, &cdev->ll2->list, list) in qed_ll2_kill_buffers()
2504 struct qed_ll2_buffer *buffer, *tmp_buffer; in __qed_ll2_start() local
2544 list_for_each_entry_safe(buffer, tmp_buffer, &cdev->ll2->list, list) { in __qed_ll2_start()