Home
last modified time | relevance | path

Searched refs:__free (Results 1 – 18 of 18) sorted by relevance

/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h138 #define je_free __free
177 __weak_reference(__free, free);
/freebsd/lib/libc/stdlib/malloc/
H A DSymbol.map29 __free;
/freebsd/include/
H A Dmalloc_np.h105 void __free(void *ptr);
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dcleanup.h65 #define __free(_n) __cleanup(__free_##_n) macro
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddebugfs.c754 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 Ddebugfs_sta.c167 u8 *buf __free(kfree) = kzalloc(size, GFP_KERNEL); in ath12k_dbg_sta_dump_rx_stats()
H A Dmac.c3840 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 Ddebugfs_htt_stats.c6124 char *buf __free(kfree) = kzalloc(size, GFP_KERNEL); in ath12k_write_htt_stats_type()
H A Dwmi.c4080 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 Dnan.c50 u8 *data __free(kfree) = NULL; in iwl_mld_nan_config()
H A Dd3.c595 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 Ddebugfs.c800 struct iwl_dhc_cmd *cmd __free(kfree) = NULL; in iwl_dbgfs_vif_twt_setup_write()
H A Dscan.c1790 struct cfg80211_scan_request *req __free(kfree) = NULL; in iwl_mld_int_mlo_scan_start()
/freebsd/contrib/jemalloc/
H A DFREEBSD-diffs288 +#define je_free __free
332 +__weak_reference(__free, free);
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Duefi.c859 struct uefi_cnv_wpfc_data *data __free(kfree); in iwl_uefi_get_phy_filters()
H A Dacpi.c995 union acpi_object *wifi_pkg, *data __free(kfree); in iwl_acpi_get_phy_filters()
/freebsd/contrib/tcsh/
H A Dsh.h328 # define free __free
/freebsd/sys/contrib/dev/rtw89/
H A Ddebug.c211 char *buf __free(kfree) = kmalloc(count + 1, GFP_KERNEL); in rtw89_debugfs_file_write()