Home
last modified time | relevance | path

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

/Linux-v4.19/arch/m68k/include/asm/
Duaccess_mm.h190 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
228 #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
230 #define __constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3) \ argument
/Linux-v4.19/net/dccp/ccids/lib/
Dpacket_history.c213 static int __two_after_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u32 n3) in __two_after_loss()
288 n3 = tfrc_rx_hist_entry(h, 3)->tfrchrx_ndp; in __three_after_loss() local
/Linux-v4.19/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()
1061 static int create_node(u64 n1, u64 n2, u64 n3, u64 n4, u64 v1, u64 v2) in create_node()
1078 static int delete_node(u64 n1, u64 n2, u64 n3, u64 n4) in delete_node()
1095 static int write_node(u64 n1, u64 n2, u64 n3, u64 n4, u64 v1, u64 v2) in write_node()
/Linux-v4.19/drivers/media/usb/gspca/
Dt613.c91 const u8 n3[6]; member
/Linux-v4.19/tools/testing/selftests/kvm/lib/
Dx86.c390 for (uint16_t n3 = 0; n3 <= 0x1ffu; n3++) { in virt_dump() local
/Linux-v4.19/drivers/md/bcache/
Dbtree.c2033 struct btree *n1, *n2 = NULL, *n3 = NULL; in btree_split() local