Home
last modified time | relevance | path

Searched defs:n3 (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/net/dccp/ccids/lib/
Dpacket_history.c215 static int __two_after_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u32 n3) in __two_after_loss()
290 n3 = tfrc_rx_hist_entry(h, 3)->tfrchrx_ndp; in __three_after_loss() local
/linux-4.4.14/arch/powerpc/platforms/ps3/
Drepository.c53 static void _dump_node_name(unsigned int lpar_id, u64 n1, u64 n2, u64 n3, in _dump_node_name()
65 static void _dump_node(unsigned int lpar_id, u64 n1, u64 n2, u64 n3, u64 n4, in _dump_node()
121 static int read_node(unsigned int lpar_id, u64 n1, u64 n2, u64 n3, u64 n4, in read_node()
1073 static int create_node(u64 n1, u64 n2, u64 n3, u64 n4, u64 v1, u64 v2) in create_node()
1090 static int delete_node(u64 n1, u64 n2, u64 n3, u64 n4) in delete_node()
1107 static int write_node(u64 n1, u64 n2, u64 n3, u64 n4, u64 v1, u64 v2) in write_node()
/linux-4.4.14/drivers/media/usb/gspca/
Dt613.c95 const u8 n3[6]; member
/linux-4.4.14/drivers/md/bcache/
Dbtree.c1965 struct btree *n1, *n2 = NULL, *n3 = NULL; in btree_split() local