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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Drcutorture.c796 int pipe_count; local
817 pipe_count = p->rtort_pipe_count;
818 if (pipe_count > RCU_TORTURE_PIPE_LEN) {
820 pipe_count = RCU_TORTURE_PIPE_LEN;
822 __this_cpu_inc(rcu_torture_count[pipe_count]);
846 int pipe_count; local
876 pipe_count = p->rtort_pipe_count;
877 if (pipe_count > RCU_TORTURE_PIPE_LEN) {
879 pipe_count = RCU_TORTURE_PIPE_LEN;
881 __this_cpu_inc(rcu_torture_count[pipe_count]);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/mixart/
H A Dmixart_core.h245 u32 pipe_count; /* set to 1 for instance */ member in struct:mixart_group_state_req
246 struct mixart_uid pipe_uid[1]; /* could be an array[pipe_count] */
407 u32 pipe_count; /* set to 1 (array size !) */ member in struct:mixart_stream_param_desc
H A Dmixart.c112 group_state.pipe_count = 1;
133 group_state.pipe_count = 0; /* in case of start same command once again with pipe_count=0 */
557 stream_param.pipe_count = 1; /* set to 1 */

Completed in 185 milliseconds