Searched refs:child_ctr (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/ucm/
H A Dparser.c739 int child_ctr = 0, legacy_format = 1; local
749 child_ctr++;
750 if (child_ctr > 1) {
769 if (child_ctr != 1) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dperf_event.c5363 struct perf_event *child_ctr; local
5370 child_ctr = inherit_event(sub, parent, parent_ctx,
5372 if (IS_ERR(child_ctr))
5373 return PTR_ERR(child_ctr);

Completed in 184 milliseconds