Lines Matching full:free
69 void (*free)(void *data); member
83 devcd->free(devcd->data); in devcd_dev_release()
245 * This function takes ownership of the vmalloc'ed data and will free
263 * devcd_free_sgtable - free all the memory of the given scatterlist table
268 * @data: pointer to sg_table to free
307 * the file system and free its associated data otherwise, does nothing.
326 * dev_coredumpm_timeout - create device coredump with read/free methods with a
329 * @owner: the module that contains the read/free functions, use %THIS_MODULE
330 * @data: data cookie for the @read/@free functions
334 * @free: function to free the given buffer
339 * by the device coredump framework and when it is no longer needed the @free
340 * function will be called to free the data.
347 void (*free)(void *data), in dev_coredumpm_timeout()
355 goto free; in dev_coredumpm_timeout()
361 goto free; in dev_coredumpm_timeout()
365 goto free; in dev_coredumpm_timeout()
375 devcd->free = free; in dev_coredumpm_timeout()
413 free: in dev_coredumpm_timeout()
414 free(data); in dev_coredumpm_timeout()
429 * it will free the data.