Lines Matching full:free
69 void (*free)(void *data); member
83 devcd->free(devcd->data); in devcd_dev_release()
249 * This function takes ownership of the vmalloc'ed data and will free
267 * devcd_free_sgtable - free all the memory of the given scatterlist table
272 * @data: pointer to sg_table to free
309 * the file system and free its associated data otherwise, does nothing.
328 * dev_coredumpm_timeout - create device coredump with read/free methods with a
331 * @owner: the module that contains the read/free functions, use %THIS_MODULE
332 * @data: data cookie for the @read/@free functions
336 * @free: function to free the given buffer
341 * by the device coredump framework and when it is no longer needed the @free
342 * function will be called to free the data.
349 void (*free)(void *data), in dev_coredumpm_timeout()
357 goto free; in dev_coredumpm_timeout()
363 goto free; in dev_coredumpm_timeout()
367 goto free; in dev_coredumpm_timeout()
377 devcd->free = free; in dev_coredumpm_timeout()
415 free: in dev_coredumpm_timeout()
416 free(data); in dev_coredumpm_timeout()
431 * it will free the data.