Home
last modified time | relevance | path

Searched refs:pc_bitmap (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/uts/common/io/
H A Ddevpoll.c250 if (pcp->pc_bitmap == NULL) { in dp_pcache_poll()
281 fd = bt_getlowbit(pcp->pc_bitmap, start, end); in dp_pcache_poll()
371 ASSERT(BT_TEST(pcp->pc_bitmap, fd)); in dp_pcache_poll()
393 BT_CLEAR(pcp->pc_bitmap, fd); in dp_pcache_poll()
568 if (pcp->pc_bitmap == NULL) { in dpwrite()
600 BT_SET(pcp->pc_bitmap, fd); in dpwrite()
642 BT_SET(pcp->pc_bitmap, fd); in dpwrite()
676 BT_CLEAR(pcp->pc_bitmap, fd); in dpwrite()
/onnv-gate/usr/src/uts/common/syscall/
H A Dpoll.c428 if (pcp->pc_bitmap == NULL) { in poll_common()
686 if (pcp->pc_bitmap != NULL) { in pollcleanup()
899 BT_SET(pcp->pc_bitmap, fd); in pollnotify()
1136 bcopy(pcp->pc_bitmap, newmap, in pcache_grow_map()
1138 kmem_free(pcp->pc_bitmap, in pcache_grow_map()
1140 pcp->pc_bitmap = newmap; in pcache_grow_map()
1370 BT_SET(pcp->pc_bitmap, fd); in pcache_insert()
1416 BT_CLEAR(pcp->pc_bitmap, fd); in pcache_delete_fd()
1429 BT_CLEAR(pcp->pc_bitmap, fd); in pcache_delete_fd()
1501 if (BT_TEST(pcp->pc_bitmap, fd)) in pollchecksanity()
[all …]
/onnv-gate/usr/src/uts/common/sys/
H A Dpoll_impl.h174 ulong_t *pc_bitmap; /* point to poll fd bitmap */ member