Searched refs:__free (Results 1 - 25 of 55) sorted by relevance

123

/linux-master/drivers/gpio/
H A Dgpiolib-swnode.c74 struct gpio_device *gdev __free(gpio_device_put) =
H A Dgpio-wm831x.c171 char *label __free(kfree) = gpiochip_dup_line_label(chip, i);
H A Dgpio-wm8994.c203 char *label __free(kfree) = gpiochip_dup_line_label(chip, i);
H A Dgpiolib-of.c387 struct gpio_device *gdev __free(gpio_device_put) =
869 struct gpio_device *gdev __free(gpio_device_put) = NULL;
/linux-master/sound/core/
H A Dcontrol_compat.c82 struct snd_ctl_elem_info *data __free(kfree) = NULL;
167 struct snd_ctl_elem_info *info __free(kfree) = NULL;
281 struct snd_ctl_elem_value *data __free(kfree) = NULL;
302 struct snd_ctl_elem_value *data __free(kfree) = NULL;
352 struct snd_ctl_elem_info *data __free(kfree) = NULL;
H A Dvmaster.c59 struct snd_ctl_elem_value *uctl __free(kfree) = NULL;
77 struct snd_ctl_elem_info *uinfo __free(kfree) = NULL;
338 struct snd_ctl_elem_value *uval __free(kfree) = NULL;
H A Dcontrol_led.c244 struct snd_card *card __free(snd_card_unref) = NULL;
304 struct snd_card *card __free(snd_card_unref) = NULL;
601 struct snd_card *card __free(snd_card_unref) = NULL;
H A Dpcm_compat.c238 struct snd_pcm_hw_params *data __free(kfree) = NULL;
335 void __user **bufs __free(kfree) = NULL;
/linux-master/sound/core/seq/
H A Dseq_compat.c34 struct snd_seq_port_info *data __free(kfree) = NULL;
H A Dseq_ump_client.c217 struct snd_seq_port_info *port __free(kfree) = NULL;
243 struct snd_seq_port_info *old __free(kfree) = NULL;
244 struct snd_seq_port_info *new __free(kfree) = NULL;
326 struct snd_seq_port_info *port __free(kfree) = NULL;
H A Dseq_midi.c273 struct snd_seq_port_info *port __free(kfree) = NULL;
274 struct snd_rawmidi_info *info __free(kfree) = NULL;
/linux-master/drivers/platform/x86/intel/pmc/
H A Dcore_ssram.c254 void __iomem __free(pmc_core_iounmap) *tmp_ssram = NULL;
255 void __iomem __free(pmc_core_iounmap) *ssram = NULL;
/linux-master/kernel/irq/
H A Dirq_sim.c167 struct irq_sim_work_ctx *work_ctx __free(kfree) =
173 unsigned long *pending __free(bitmap) = bitmap_zalloc(num_irqs, GFP_KERNEL);
/linux-master/sound/core/oss/
H A Dmixer_oss.c521 struct snd_ctl_elem_info *uinfo __free(kfree) = NULL;
522 struct snd_ctl_elem_value *uctl __free(kfree) = NULL;
554 struct snd_ctl_elem_info *uinfo __free(kfree) = NULL;
555 struct snd_ctl_elem_value *uctl __free(kfree) = NULL;
613 struct snd_ctl_elem_info *uinfo __free(kfree) = NULL;
614 struct snd_ctl_elem_value *uctl __free(kfree) = NULL;
650 struct snd_ctl_elem_info *uinfo __free(kfree) = NULL;
651 struct snd_ctl_elem_value *uctl __free(kfree) = NULL;
787 struct snd_ctl_elem_info *uinfo __free(kfree) = NULL;
788 struct snd_ctl_elem_value *uctl __free(kfre
[all...]
/linux-master/fs/pstore/
H A Dinode.c71 struct pstore_ftrace_seq_data *data __free(kfree) = NULL;
339 struct inode *inode __free(pstore_iput) = NULL;
341 struct pstore_private *private __free(pstore_private) = NULL, *pos;
/linux-master/drivers/cxl/
H A Dport.c133 struct cxl_root *cxl_root __free(put_cxl_root) = find_cxl_root(port);
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl.c1428 struct virtchnl2_config_tx_queues *ctq __free(kfree) = NULL;
1429 struct virtchnl2_txq_info *qi __free(kfree) = NULL;
1547 struct virtchnl2_config_rx_queues *crq __free(kfree) = NULL;
1548 struct virtchnl2_rxq_info *qi __free(kfree) = NULL;
1688 struct virtchnl2_del_ena_dis_queues *eq __free(kfree) = NULL;
1689 struct virtchnl2_queue_chunk *qc __free(kfree) = NULL;
1833 struct virtchnl2_queue_vector_maps *vqvm __free(kfree) = NULL;
1834 struct virtchnl2_queue_vector *vqv __free(kfree) = NULL;
2018 struct virtchnl2_del_ena_dis_queues *eq __free(kfree) = NULL;
2090 struct virtchnl2_add_queues *vc_msg __free(kfre
[all...]
/linux-master/drivers/cxl/core/
H A Dcdat.c212 struct cxl_root *cxl_root __free(put_cxl_root) = find_cxl_root(port);
352 struct cxl_root *cxl_root __free(put_cxl_root) =
395 struct xarray *dsmas_xa __free(dsmas) = &__dsmas_xa;
H A Dpmem.c67 struct cxl_root *cxl_root __free(put_cxl_root) =
/linux-master/drivers/platform/x86/intel/
H A Dvsec.c152 struct intel_vsec_device __free(kfree) *intel_vsec_dev = NULL;
153 struct resource __free(kfree) *res = NULL;
/linux-master/include/linux/
H A Dcleanup.h9 * simple helper macro that defines the required wrapper for a __free()
14 * __free(name):
25 * returns p while inhibiting the __free().
33 * struct obj *p __free(kfree) = kmalloc(...);
64 #define __free(_name) __cleanup(__free_##_name) macro
/linux-master/sound/core/seq/oss/
H A Dseq_oss_midi.c67 struct snd_seq_client_info *clinfo __free(kfree) = NULL;
68 struct snd_seq_port_info *pinfo __free(kfree) = NULL;
H A Dseq_oss_init.c66 struct snd_seq_port_info *port __free(kfree) = NULL;
/linux-master/drivers/platform/x86/intel/int3472/
H A Ddiscrete.c111 struct gpiod_lookup_table *lookup __free(kfree) =
/linux-master/drivers/virt/coco/sev-guest/
H A Dsev-guest.c800 void *buf __free(kvfree) = kvzalloc(size, GFP_KERNEL);
845 void *rbuf __free(kvfree) = kvzalloc(hdr.report_size, GFP_KERNEL);
877 void *cbuf __free(kvfree) = kvzalloc(certs_size, GFP_KERNEL);

Completed in 307 milliseconds

123