Searched refs:pc_bitmap (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/ |
H A D | devpoll.c | 253 if (pcp->pc_bitmap == NULL) { in dp_pcache_poll() 284 fd = bt_getlowbit(pcp->pc_bitmap, start, end); in dp_pcache_poll() 374 ASSERT(BT_TEST(pcp->pc_bitmap, fd)); in dp_pcache_poll() 396 BT_CLEAR(pcp->pc_bitmap, fd); in dp_pcache_poll() 571 if (pcp->pc_bitmap == NULL) { in dpwrite() 603 BT_SET(pcp->pc_bitmap, fd); in dpwrite() 645 BT_SET(pcp->pc_bitmap, fd); in dpwrite() 679 BT_CLEAR(pcp->pc_bitmap, fd); in dpwrite()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | poll.c | 431 if (pcp->pc_bitmap == NULL) { in poll_common() 689 if (pcp->pc_bitmap != NULL) { in pollcleanup() 932 BT_SET(pcp->pc_bitmap, fd); in pollnotify() 1169 bcopy(pcp->pc_bitmap, newmap, in pcache_grow_map() 1171 kmem_free(pcp->pc_bitmap, in pcache_grow_map() 1173 pcp->pc_bitmap = newmap; in pcache_grow_map() 1403 BT_SET(pcp->pc_bitmap, fd); in pcache_insert() 1449 BT_CLEAR(pcp->pc_bitmap, fd); in pcache_delete_fd() 1462 BT_CLEAR(pcp->pc_bitmap, fd); in pcache_delete_fd() 1534 if (BT_TEST(pcp->pc_bitmap, fd)) in pollchecksanity() [all …]
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | poll_impl.h | 174 ulong_t *pc_bitmap; /* point to poll fd bitmap */ member
|