Searched refs:__free (Results 1 – 18 of 18) sorted by relevance
| /freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/ |
| H A D | jemalloc_FreeBSD.h | 138 #define je_free __free 177 __weak_reference(__free, free);
|
| /freebsd/lib/libc/stdlib/malloc/ |
| H A D | Symbol.map | 29 __free;
|
| /freebsd/include/ |
| H A D | malloc_np.h | 105 void __free(void *ptr);
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | cleanup.h | 65 #define __free(_n) __cleanup(__free_##_n) macro
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | debugfs.c | 754 void *buf __free(kfree) = kzalloc(ATH12K_TPC_STATS_BUF_SIZE, GFP_KERNEL); in ath12k_open_tpc_stats() 1080 char *buf __free(kfree) = kzalloc(size, GFP_KERNEL); in ath12k_debugfs_dump_device_dp_stats() 1276 void *buf __free(kfree) = kzalloc(ATH12K_FW_STATS_BUF_SIZE, GFP_ATOMIC); in ath12k_open_vdev_stats() 1338 void *buf __free(kfree) = kzalloc(ATH12K_FW_STATS_BUF_SIZE, GFP_ATOMIC); in ath12k_open_bcn_stats() 1405 void *buf __free(kfree) = kzalloc(ATH12K_FW_STATS_BUF_SIZE, GFP_ATOMIC); in ath12k_open_pdev_stats()
|
| H A D | debugfs_sta.c | 167 u8 *buf __free(kfree) = kzalloc(size, GFP_KERNEL); in ath12k_dbg_sta_dump_rx_stats()
|
| H A D | mac.c | 3840 struct ath12k_wmi_peer_assoc_arg *peer_arg __free(kfree) = in ath12k_bss_assoc() 6458 struct ath12k_wmi_peer_assoc_arg *peer_arg __free(kfree) = in ath12k_mac_station_assoc() 6621 struct ath12k_wmi_peer_assoc_arg *peer_arg __free(kfree) = in ath12k_sta_rc_update_wk() 13716 struct ath12k_wmi_scan_req_arg *arg __free(kfree) = in ath12k_mac_op_remain_on_channel() 13724 u32 *chan_list __free(kfree) = kcalloc(arg->num_chan, sizeof(*chan_list), in ath12k_mac_op_remain_on_channel()
|
| H A D | debugfs_htt_stats.c | 6124 char *buf __free(kfree) = kzalloc(size, GFP_KERNEL); in ath12k_write_htt_stats_type()
|
| H A D | wmi.c | 4080 const void **tb __free(kfree) = ath12k_wmi_tlv_parse_alloc(ab, skb, GFP_ATOMIC); in ath12k_wmi_obss_color_collision_event()
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | nan.c | 50 u8 *data __free(kfree) = NULL; in iwl_mld_nan_config()
|
| H A D | d3.c | 595 struct iwl_wowlan_info_notif *converted_notif __free(kfree) = NULL; in iwl_mld_handle_wowlan_info_notif() 1783 struct iwl_proto_offload_cmd_v4 *cmd __free(kfree); in iwl_mld_send_proto_offload()
|
| H A D | debugfs.c | 800 struct iwl_dhc_cmd *cmd __free(kfree) = NULL; in iwl_dbgfs_vif_twt_setup_write()
|
| H A D | scan.c | 1790 struct cfg80211_scan_request *req __free(kfree) = NULL; in iwl_mld_int_mlo_scan_start()
|
| /freebsd/contrib/jemalloc/ |
| H A D | FREEBSD-diffs | 288 +#define je_free __free 332 +__weak_reference(__free, free);
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/ |
| H A D | uefi.c | 859 struct uefi_cnv_wpfc_data *data __free(kfree); in iwl_uefi_get_phy_filters()
|
| H A D | acpi.c | 995 union acpi_object *wifi_pkg, *data __free(kfree); in iwl_acpi_get_phy_filters()
|
| /freebsd/contrib/tcsh/ |
| H A D | sh.h | 328 # define free __free
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | debug.c | 211 char *buf __free(kfree) = kmalloc(count + 1, GFP_KERNEL); in rtw89_debugfs_file_write()
|