Home
last modified time | relevance | path

Searched refs:bt_getlowbit (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.c74 j = bt_getlowbit(vect->rx_map, 0, (ixgbe->num_rx_rings - 1)); in ixgbe_dump_interrupt()
81 j = bt_getlowbit(vect->rx_map, (j + 1), in ixgbe_dump_interrupt()
86 j = bt_getlowbit(vect->tx_map, 0, (ixgbe->num_tx_rings - 1)); in ixgbe_dump_interrupt()
91 j = bt_getlowbit(vect->tx_map, (j + 1), in ixgbe_dump_interrupt()
H A Dixgbe_main.c5007 r_idx = bt_getlowbit(vect->rx_map, 0, (ixgbe->num_rx_rings - 1)); in ixgbe_intr_msix()
5010 r_idx = bt_getlowbit(vect->rx_map, (r_idx + 1), in ixgbe_intr_msix()
5017 r_idx = bt_getlowbit(vect->tx_map, 0, (ixgbe->num_tx_rings - 1)); in ixgbe_intr_msix()
5020 r_idx = bt_getlowbit(vect->tx_map, (r_idx + 1), in ixgbe_intr_msix()
5794 r_idx = bt_getlowbit(vect->rx_map, 0, in ixgbe_setup_adapter_vector()
5800 r_idx = bt_getlowbit(vect->rx_map, (r_idx + 1), in ixgbe_setup_adapter_vector()
5807 r_idx = bt_getlowbit(vect->tx_map, 0, in ixgbe_setup_adapter_vector()
5812 r_idx = bt_getlowbit(vect->tx_map, (r_idx + 1), in ixgbe_setup_adapter_vector()
/illumos-gate/usr/src/uts/common/mapfiles/
H A Dkernel.mapfile40 bt_getlowbit { FLAGS = EXTERN };
/illumos-gate/usr/src/uts/common/os/
H A Dbitmap.c171 bt_getlowbit(const ulong_t *map, size_t start, size_t stop) in bt_getlowbit() function
/illumos-gate/usr/src/uts/common/sys/
H A Dbitmap.h161 extern int bt_getlowbit(const ulong_t *, size_t, size_t);
/illumos-gate/usr/src/uts/common/io/
H A Ddevpoll.c298 fd = bt_getlowbit(pcp->pc_bitmap, start, end); in dp_pcache_poll()
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c1930 fd = bt_getlowbit(pcp->pc_bitmap, begin, end); in pcache_poll()