Searched refs:bc_head (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/stand/lib/fs/common/ |
H A D | cache.c | 501 static head_t bc_head = cache_head(bc_head, cmp_bcache, bc_t, BCACHE_SIZE); variable 518 bcp = get_cache(bc_hash[BC_HASH(x_dev, x_blkno, x_len)], &bc_head); in get_bcache() 558 &bc_head, 0); in set_bcache() 592 (void) reclaim_cache(&bc_head, dev); in release_cache() 602 static head_t *hdp[] = { &ic_head, &dc_head, &bc_head, 0}; in print_cache_data()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | strsubr.c | 3571 if (strbcalls.bc_head) { in runbufcalls() 3581 for (bcp = strbcalls.bc_head; bcp; bcp = bcp->bc_next) in runbufcalls() 3591 while ((bcp = strbcalls.bc_head) != NULL && nevent) { in runbufcalls() 3601 strbcalls.bc_head = bcp->bc_next; in runbufcalls() 3611 strbcalls.bc_head = bcp->bc_next; in runbufcalls() 3618 if (strbcalls.bc_head == NULL) in runbufcalls() 3682 if (strbcalls.bc_head != NULL && kmem_avail() > 0) { in streams_bufcall_service() 3687 if (strbcalls.bc_head != NULL) { in streams_bufcall_service() 3697 if (strbcalls.bc_head == NULL) { in streams_bufcall_service()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | stream.c | 1303 if (strbcalls.bc_head == NULL) { in bufcall() 1304 strbcalls.bc_head = strbcalls.bc_tail = bcp; in bufcall() 1326 for (bcp = strbcalls.bc_head; bcp; bcp = bcp->bc_next) { in unbufcall() 1341 strbcalls.bc_head = bcp->bc_next; in unbufcall()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | strsubr.h | 661 strbufcall_t *bc_head; member
|