Searched refs:n_ctrs (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/gcov/
H A Dgcov.h41 * @n_ctrs: number of values per counter type belonging to this function
49 unsigned int n_ctrs[0]; member in struct:gcov_fn_info
H A Dgcc_3_4.c334 if (iter->count < get_func(iter)->n_ctrs[iter->type]) {
438 get_func(iter)->n_ctrs[iter->type] * 2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dicp_multi.c149 int n_ctrs; /* num of counters */ member in struct:boardtype
934 if (this_board->n_ctrs)
1019 if (this_board->n_ctrs) {
1023 s->n_chan = this_board->n_ctrs;
1025 s->len_chanlist = this_board->n_ctrs;

Completed in 84 milliseconds