Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Drcutorture.c939 int pipe_count; in rcu_torture_timer() local
960 pipe_count = p->rtort_pipe_count; in rcu_torture_timer()
961 if (pipe_count > RCU_TORTURE_PIPE_LEN) { in rcu_torture_timer()
963 pipe_count = RCU_TORTURE_PIPE_LEN; in rcu_torture_timer()
965 __this_cpu_inc(rcu_torture_count[pipe_count]); in rcu_torture_timer()
989 int pipe_count; in rcu_torture_reader() local
1019 pipe_count = p->rtort_pipe_count; in rcu_torture_reader()
1020 if (pipe_count > RCU_TORTURE_PIPE_LEN) { in rcu_torture_reader()
1022 pipe_count = RCU_TORTURE_PIPE_LEN; in rcu_torture_reader()
1024 __this_cpu_inc(rcu_torture_count[pipe_count]); in rcu_torture_reader()
/linux-2.6.39/sound/pci/mixart/
Dmixart_core.h245 u32 pipe_count; /* set to 1 for instance */ member
407 u32 pipe_count; /* set to 1 (array size !) */ member
Dmixart.c112 group_state.pipe_count = 1; in mixart_set_pipe_state()
133 group_state.pipe_count = 0; /* in case of start same command once again with pipe_count=0 */ in mixart_set_pipe_state()
557 stream_param.pipe_count = 1; /* set to 1 */ in mixart_set_format()