Home
last modified time | relevance | path

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

/titanic_54/usr/src/uts/common/io/
H A Ddevpoll.c266 if (pcp->pc_bitmap == NULL) { in dp_pcache_poll()
305 fd = bt_getlowbit(pcp->pc_bitmap, start, end); in dp_pcache_poll()
361 BT_CLEAR(pcp->pc_bitmap, fd); in dp_pcache_poll()
417 ASSERT(BT_TEST(pcp->pc_bitmap, fd)); in dp_pcache_poll()
496 BT_CLEAR(pcp->pc_bitmap, fd); in dp_pcache_poll()
511 BT_CLEAR(pcp->pc_bitmap, fd); in dp_pcache_poll()
528 BT_CLEAR(pcp->pc_bitmap, fd); in dp_pcache_poll()
743 if (pcp->pc_bitmap == NULL) { in dpwrite()
855 BT_SET(pcp->pc_bitmap, fd); in dpwrite()
906 BT_SET(pcp->pc_bitmap, fd); in dpwrite()
[all …]
/titanic_54/usr/src/uts/common/syscall/
H A Dpoll.c462 if (pcp->pc_bitmap == NULL) { in poll_common()
720 if (pcp->pc_bitmap != NULL) { in pollcleanup()
963 BT_SET(pcp->pc_bitmap, fd); in pollnotify()
1201 bcopy(pcp->pc_bitmap, newmap, in pcache_grow_map()
1203 kmem_free(pcp->pc_bitmap, in pcache_grow_map()
1205 pcp->pc_bitmap = newmap; in pcache_grow_map()
1435 BT_SET(pcp->pc_bitmap, fd); in pcache_insert()
1481 BT_CLEAR(pcp->pc_bitmap, fd); in pcache_delete_fd()
1494 BT_CLEAR(pcp->pc_bitmap, fd); in pcache_delete_fd()
1566 if (BT_TEST(pcp->pc_bitmap, fd)) in pollchecksanity()
[all …]
/titanic_54/usr/src/uts/common/sys/
H A Dpoll_impl.h240 ulong_t *pc_bitmap; /* point to poll fd bitmap */ member