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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dctatc.h134 unsigned char n_src; member in struct:ct_atc
H A Dctatc.c1153 for (i = 0; i < atc->n_src; i++)
1381 for (i = 0, atc->n_src = 0; i < (2*2); i++) {
1387 atc->n_src++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Ddo_balan.c1722 /* Replace n_dest'th key in buffer dest by n_src'th key of buffer src.*/
1724 struct buffer_head *src, int n_src)
1733 RFALSE(n_dest < 0 || n_src < 0,
1734 "vs-12315: src(%d) or dest(%d) key number < 0", n_src, n_dest);
1735 RFALSE(n_dest >= B_NR_ITEMS(dest) || n_src >= B_NR_ITEMS(src),
1737 n_src, B_NR_ITEMS(src), n_dest, B_NR_ITEMS(dest));
1741 memcpy(B_N_PDELIM_KEY(dest, n_dest), B_N_PITEM_HEAD(src, n_src),
1744 memcpy(B_N_PDELIM_KEY(dest, n_dest), B_N_PDELIM_KEY(src, n_src),
1723 replace_key(struct tree_balance *tb, struct buffer_head *dest, int n_dest, struct buffer_head *src, int n_src) argument

Completed in 112 milliseconds