Searched refs:evtack_cmds_bitmap (Results 1 – 2 of 2) sorted by relevance
1945 sc->evtack_cmds_bitmap = malloc(sc->evtack_cmds_bitmap_sz, in mpi3mr_reply_alloc()1947 if (!sc->evtack_cmds_bitmap) in mpi3mr_reply_alloc()3737 mpi3mr_clear_bit(cmd_idx, sc->evtack_cmds_bitmap); in mpi3mr_complete_evt_ack()3767 cmd_idx = mpi3mr_find_first_zero_bit(sc->evtack_cmds_bitmap, in mpi3mr_send_evt_ack()3771 sc->evtack_cmds_bitmap)) in mpi3mr_send_evt_ack()3818 mpi3mr_clear_bit(cmd_idx, sc->evtack_cmds_bitmap); in mpi3mr_send_evt_ack()5492 if (sc->evtack_cmds_bitmap) { in mpi3mr_free_mem()5493 free(sc->evtack_cmds_bitmap, M_MPI3MR); in mpi3mr_free_mem()5494 sc->evtack_cmds_bitmap = NULL; in mpi3mr_free_mem()5613 memset(sc->evtack_cmds_bitmap, 0, sc->evtack_cmds_bitmap_sz); in mpi3mr_memset_buffers()
693 void *evtack_cmds_bitmap; member