Searched refs:bcp (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/x86/platform/uv/ |
D | tlb_uv.c | 113 struct bau_control *bcp) in uv_reply_to_message() argument 133 struct bau_control *bcp) in uv_bau_process_retry_msg() argument 145 stat = bcp->statp; in uv_bau_process_retry_msg() 196 struct bau_control *bcp) in uv_bau_process_message() argument 202 struct bau_control *smaster = bcp->socket_master; in uv_bau_process_message() 208 stat = bcp->statp; in uv_bau_process_message() 224 if (msg->msg_type == MSG_RETRY && bcp == bcp->uvhub_master) in uv_bau_process_message() 225 uv_bau_process_retry_msg(mdp, bcp); in uv_bau_process_message() 235 if (socket_ack_count == bcp->cpus_in_socket) { in uv_bau_process_message() 244 if (msg_ack_count == bcp->cpus_in_uvhub) { in uv_bau_process_message() [all …]
|
/linux-2.6.39/sound/soc/codecs/ |
D | wm8804.c | 207 u16 format, master, bcp, lrp; in wm8804_set_fmt() local 249 bcp = lrp = 0; in wm8804_set_fmt() 254 bcp = lrp = 1; in wm8804_set_fmt() 257 bcp = 1; in wm8804_set_fmt() 269 (bcp << 4) | (lrp << 5)); in wm8804_set_fmt() 271 (bcp << 4) | (lrp << 5)); in wm8804_set_fmt()
|
D | wm8985.c | 561 u16 format, master, bcp, lrp; in wm8985_set_fmt() local 618 bcp = lrp = 0; in wm8985_set_fmt() 623 bcp = lrp = 1; in wm8985_set_fmt() 626 bcp = 1; in wm8985_set_fmt() 639 WM8985_BCP_MASK, bcp << WM8985_BCP_SHIFT); in wm8985_set_fmt()
|
/linux-2.6.39/fs/xfs/ |
D | xfs_log_recover.c | 1626 struct xfs_buf_cancel *bcp; in xlog_recover_buffer_pass1() local 1641 list_for_each_entry(bcp, bucket, bc_list) { in xlog_recover_buffer_pass1() 1642 if (bcp->bc_blkno == buf_f->blf_blkno && in xlog_recover_buffer_pass1() 1643 bcp->bc_len == buf_f->blf_len) { in xlog_recover_buffer_pass1() 1644 bcp->bc_refcount++; in xlog_recover_buffer_pass1() 1650 bcp = kmem_alloc(sizeof(struct xfs_buf_cancel), KM_SLEEP); in xlog_recover_buffer_pass1() 1651 bcp->bc_blkno = buf_f->blf_blkno; in xlog_recover_buffer_pass1() 1652 bcp->bc_len = buf_f->blf_len; in xlog_recover_buffer_pass1() 1653 bcp->bc_refcount = 1; in xlog_recover_buffer_pass1() 1654 list_add_tail(&bcp->bc_list, bucket); in xlog_recover_buffer_pass1() [all …]
|