/Linux-v5.4/arch/m68k/include/asm/ |
D | uaccess_mm.h | 190 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument 220 "30: addq.l #"#n3",%0\n" \ 228 #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument 229 ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3) 230 #define __constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3) \ argument 231 ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, \ 232 __suffix##n1, __suffix##n2, __suffix##n3)
|
/Linux-v5.4/net/dccp/ccids/lib/ |
D | packet_history.c | 200 static int __two_after_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u32 n3) in __two_after_loss() argument 209 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 3), skb, n3); in __two_after_loss() 220 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 2), skb, n3); in __two_after_loss() 227 if (dccp_loss_free(s0, s3, n3)) { in __two_after_loss() 245 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_loss_prev(h), skb, n3); in __two_after_loss() 256 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 1), skb, n3); in __two_after_loss() 275 n3 = tfrc_rx_hist_entry(h, 3)->tfrchrx_ndp; in __three_after_loss() local 279 if (dccp_loss_free(s2, s3, n3)) { in __three_after_loss()
|
/Linux-v5.4/arch/powerpc/platforms/ps3/ |
D | repository.c | 41 static void _dump_node_name(unsigned int lpar_id, u64 n1, u64 n2, u64 n3, in _dump_node_name() argument 47 _dump_field("n3: ", n3, func, line); in _dump_node_name() 53 static void _dump_node(unsigned int lpar_id, u64 n1, u64 n2, u64 n3, u64 n4, in _dump_node() argument 59 _dump_field("n3: ", n3, func, line); in _dump_node() 109 static int read_node(unsigned int lpar_id, u64 n1, u64 n2, u64 n3, u64 n4, in read_node() argument 122 result = lv1_read_repository_node(lpar_id, n1, n2, n3, n4, &v1, in read_node() 128 dump_node_name(lpar_id, n1, n2, n3, n4); in read_node() 132 dump_node(lpar_id, n1, n2, n3, n4, v1, v2); in read_node() 1049 static int create_node(u64 n1, u64 n2, u64 n3, u64 n4, u64 v1, u64 v2) in create_node() argument 1053 dump_node(0, n1, n2, n3, n4, v1, v2); in create_node() [all …]
|
/Linux-v5.4/arch/x86/include/asm/ |
D | alternative.h | 135 #define OLDINSTR_3(oldinsn, n1, n2, n3) \ argument 139 ".skip -((" alt_max_short(alt_max_short(alt_rlen(n1), alt_rlen(n2)), alt_rlen(n3)) \ 141 "(" alt_max_short(alt_max_short(alt_rlen(n1), alt_rlen(n2)), alt_rlen(n3)) \
|
/Linux-v5.4/drivers/media/usb/gspca/ |
D | t613.c | 82 const u8 n3[6]; member 137 .n3 = 159 .n3 = 181 .n3 = 203 .n3 = {0x61, 0xc2, 0x65, 0x68, 0x60, 0x00}, 632 reg_w_buf(gspca_dev, sensor->n3, sizeof sensor->n3); in sd_init()
|
/Linux-v5.4/drivers/md/bcache/ |
D | btree.c | 2080 struct btree *n1, *n2 = NULL, *n3 = NULL; in btree_split() local 2112 n3 = bch_btree_node_alloc(b->c, op, b->level + 1, NULL); in btree_split() 2113 if (IS_ERR(n3)) in btree_split() 2159 if (n3) { in btree_split() 2161 mutex_lock(&n3->write_lock); in btree_split() 2162 bkey_copy_key(&n3->key, &MAX_KEY); in btree_split() 2163 bch_btree_insert_keys(n3, op, &parent_keys, NULL); in btree_split() 2164 bch_btree_node_write(n3, &cl); in btree_split() 2165 mutex_unlock(&n3->write_lock); in btree_split() 2168 bch_btree_set_root(n3); in btree_split() [all …]
|
/Linux-v5.4/tools/testing/selftests/kvm/lib/x86_64/ |
D | processor.c | 387 for (uint16_t n3 = 0; n3 <= 0x1ffu; n3++) { in virt_dump() local 388 pde = &pde_start[n3]; in virt_dump() 416 | ((uint64_t) n3 << 9) in virt_dump()
|
/Linux-v5.4/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 1009 n3 = len(build_id) 1010 fmt = "!hiqiqi" + str(n1) + "si" + str(n2) + "si" + str(n3) + "s" 1011 value = struct.pack(fmt, 5, 8, dso_id, 8, machine_id, n1, short_name, n2, long_name, n3, build_id)
|
/Linux-v5.4/Documentation/admin-guide/device-mapper/ |
D | statistics.rst | 73 histogram:n1,n2,n3,n4,... 127 precise_timestamps histogram:n1,n2,n3,...
|
/Linux-v5.4/Documentation/input/devices/ |
D | alps.rst | 264 byte 0: 1 1 1 n3 1 n2 n1 x24
|