Searched refs:evtack_cmds_bitmap (Results 1 – 2 of 2) sorted by relevance
1980 sc->evtack_cmds_bitmap = malloc(sc->evtack_cmds_bitmap_sz, in mpi3mr_reply_alloc()1982 if (!sc->evtack_cmds_bitmap) in mpi3mr_reply_alloc()3936 mpi3mr_clear_bit(cmd_idx, sc->evtack_cmds_bitmap); in mpi3mr_complete_evt_ack()3966 cmd_idx = mpi3mr_find_first_zero_bit(sc->evtack_cmds_bitmap, in mpi3mr_send_evt_ack()3970 sc->evtack_cmds_bitmap)) in mpi3mr_send_evt_ack()4017 mpi3mr_clear_bit(cmd_idx, sc->evtack_cmds_bitmap); in mpi3mr_send_evt_ack()5885 if (sc->evtack_cmds_bitmap) { in mpi3mr_free_mem()5886 free(sc->evtack_cmds_bitmap, M_MPI3MR); in mpi3mr_free_mem()5887 sc->evtack_cmds_bitmap = NULL; in mpi3mr_free_mem()6010 memset(sc->evtack_cmds_bitmap, 0, sc->evtack_cmds_bitmap_sz); in mpi3mr_memset_buffers()
705 void *evtack_cmds_bitmap; member