Lines Matching refs:M_TEMP
911 name = malloc(namelen, M_TEMP, M_WAITOK); in qcpas_glink_recv_open()
919 free(name, M_TEMP, namelen); in qcpas_glink_recv_open()
931 free(name, M_TEMP, namelen); in qcpas_glink_recv_open()
948 free(ch, M_TEMP, sizeof(*ch)); in qcpas_glink_recv_open()
949 free(name, M_TEMP, namelen); in qcpas_glink_recv_open()
968 free(name, M_TEMP, namelen); in qcpas_glink_recv_open()
1018 intents = malloc(sizeof(*intents) * count, M_TEMP, M_WAITOK); in qcpas_glink_recv_intent()
1029 free(intents, M_TEMP, sizeof(*intents) * count); in qcpas_glink_recv_intent()
1040 free(intents, M_TEMP, sizeof(*intents) * count); in qcpas_glink_recv_intent()
1056 buf = malloc(chunk_size, M_TEMP, M_WAITOK); in qcpas_glink_recv_tx_data()
1067 free(buf, M_TEMP, chunk_size); in qcpas_glink_recv_tx_data()
1078 free(buf, M_TEMP, chunk_size); in qcpas_glink_recv_tx_data()
1086 free(buf, M_TEMP, chunk_size); in qcpas_glink_recv_tx_data()
1371 bat = malloc(sizeof(*bat), M_TEMP, M_WAITOK); in qcpas_pmic_rtr_recv()
1374 free(bat, M_TEMP, sizeof(*bat)); in qcpas_pmic_rtr_recv()
1384 bat = malloc(sizeof(*bat), M_TEMP, M_WAITOK); in qcpas_pmic_rtr_recv()
1387 free(bat, M_TEMP, sizeof(*bat)); in qcpas_pmic_rtr_recv()