/linux-4.4.14/drivers/net/ethernet/ibm/ehea/ |
D | ehea_qmr.h | 246 void *pref; in hw_qeit_get_inc_valid() local 251 pref = hw_qeit_calc(queue, queue->current_q_offset); in hw_qeit_get_inc_valid() 252 prefetch(pref); in hw_qeit_get_inc_valid() 253 prefetch(pref + 128); in hw_qeit_get_inc_valid() 262 void *pref; in hw_qeit_get_valid() local 265 pref = hw_qeit_calc(queue, queue->current_q_offset); in hw_qeit_get_valid() 266 prefetch(pref); in hw_qeit_get_valid() 267 prefetch(pref + 128); in hw_qeit_get_valid() 268 prefetch(pref + 256); in hw_qeit_get_valid()
|
D | ehea_main.c | 580 void *pref; in get_skb_by_index() local 586 pref = skb_array[x]; in get_skb_by_index() 587 if (pref) { in get_skb_by_index() 588 prefetchw(pref); in get_skb_by_index() 589 prefetchw(pref + EHEA_CACHE_LINE); in get_skb_by_index() 591 pref = (skb_array[x]->data); in get_skb_by_index() 592 prefetch(pref); in get_skb_by_index() 593 prefetch(pref + EHEA_CACHE_LINE); in get_skb_by_index() 594 prefetch(pref + EHEA_CACHE_LINE * 2); in get_skb_by_index() 595 prefetch(pref + EHEA_CACHE_LINE * 3); in get_skb_by_index() [all …]
|
/linux-4.4.14/Documentation/networking/ |
D | vrf.txt | 118 $ ip ru add pref 200 oif vrf-blue table 10 119 $ ip ru add pref 200 iif vrf-blue table 10 120 $ ip -6 ru add pref 200 oif vrf-blue table 10 121 $ ip -6 ru add pref 200 iif vrf-blue table 10 259 local 2002:1:: dev lo proto none metric 0 pref medium 260 local 2002:1::2 dev lo proto none metric 0 pref medium 261 2002:1::/120 dev eth1 proto kernel metric 256 pref medium 262 local 2002:2:: dev lo proto none metric 0 pref medium 263 local 2002:2::2 dev lo proto none metric 0 pref medium 264 2002:2::/120 dev eth2 proto kernel metric 256 pref medium [all …]
|
D | policy-routing.txt | 89 [ dev INPUTDEV] [ pref PREFERENCE ] route [ gw GATEWAY ]
|
/linux-4.4.14/include/linux/ |
D | ipv6_route.h | 18 #define IPV6_DECODE_PREF(pref) ((pref) ^ 2) /* 1:low,2:med,3:high */ argument
|
D | font.h | 21 int pref; member
|
/linux-4.4.14/lib/fonts/ |
D | font_acorn_8x8.c | 271 .pref = 20, 273 .pref = 0,
|
D | font_10x18.c | 5142 .pref = 5, 5144 .pref = -1,
|
D | font_sun12x22.c | 6161 .pref = 5, 6163 .pref = -1,
|
D | font_sun8x16.c | 271 .pref = 10, 273 .pref = -1,
|
D | font_6x10.c | 3085 .pref = 0,
|
D | font_8x8.c | 2582 .pref = 0,
|
D | font_6x11.c | 3351 .pref = -2000,
|
D | font_mini_4x6.c | 2156 .pref = 3,
|
D | font_pearl_8x8.c | 2586 .pref = 2,
|
D | font_7x14.c | 4117 .pref = 0,
|
D | font_8x16.c | 4631 .pref = 0,
|
D | fonts.c | 126 c = f->pref; in get_default_font()
|
/linux-4.4.14/net/core/ |
D | fib_rules.c | 22 u32 pref, u32 table, u32 flags) in fib_default_rule_add() argument 32 r->pref = pref; in fib_default_rule_add() 56 if (rule->pref) in fib_default_rule_pref() 57 return rule->pref - 1; in fib_default_rule_pref() 301 rule->pref = tb[FRA_PRIORITY] ? nla_get_u32(tb[FRA_PRIORITY]) in fib_nl_newrule() 359 if (rule->target <= rule->pref) in fib_nl_newrule() 363 if (r->pref == rule->target) { in fib_nl_newrule() 379 if (r->pref > rule->pref) in fib_nl_newrule() 398 r->target == rule->pref && in fib_nl_newrule() 463 (rule->pref != nla_get_u32(tb[FRA_PRIORITY]))) in fib_nl_delrule() [all …]
|
/linux-4.4.14/include/uapi/linux/ |
D | ipv6_route.h | 34 #define RTF_PREF(pref) ((pref) << 27) argument
|
/linux-4.4.14/net/caif/ |
D | cfcnfg.c | 40 enum cfcnfg_phy_preference pref; member 155 if (phy->up && phy->pref == phy_pref && in cfcnfg_get_phyid() 223 enum cfcnfg_phy_preference pref; in caif_connect_req_to_link_param() local 238 pref = CFPHYPREF_HIGH_BW; in caif_connect_req_to_link_param() 241 pref = CFPHYPREF_LOW_LAT; in caif_connect_req_to_link_param() 246 dev_info = cfcnfg_get_phyid(cnfg, pref); in caif_connect_req_to_link_param() 461 enum cfcnfg_phy_preference pref, in cfcnfg_add_phy_layer() argument 489 phyinfo->pref = pref; in cfcnfg_add_phy_layer()
|
D | caif_dev.c | 312 enum cfcnfg_phy_preference pref; in caif_enroll_dev() local 325 pref = CFPHYPREF_HIGH_BW; in caif_enroll_dev() 328 pref = CFPHYPREF_LOW_LAT; in caif_enroll_dev() 331 pref = CFPHYPREF_HIGH_BW; in caif_enroll_dev() 344 pref, in caif_enroll_dev()
|
/linux-4.4.14/fs/jffs2/ |
D | xattr.c | 640 struct jffs2_xattr_ref *ref, *cmp, **pref, **pcmp; in check_xattr_ref_inode() local 648 for (ref=ic->xref, pref=&ic->xref; ref; pref=&ref->next, ref=ref->next) { in check_xattr_ref_inode() 652 *pref = ref->next; in check_xattr_ref_inode() 676 *pref = ref->next; in check_xattr_ref_inode() 967 struct jffs2_xattr_ref *ref, **pref; in jffs2_listxattr() local 980 for (ref=ic->xref, pref=&ic->xref; ref; pref=&ref->next, ref=ref->next) { in jffs2_listxattr() 993 *pref = ref->next; in jffs2_listxattr() 1032 struct jffs2_xattr_ref *ref, **pref; in do_jffs2_getxattr() local 1041 for (ref=ic->xref, pref=&ic->xref; ref; pref=&ref->next, ref=ref->next) { in do_jffs2_getxattr() 1057 *pref = ref->next; in do_jffs2_getxattr() [all …]
|
/linux-4.4.14/drivers/media/usb/gspca/gl860/ |
D | gl860.c | 551 unsigned char pref, u32 req, u16 val, u16 index, in gl860_RTx() argument 557 if (pref == 0x40) { /* Send */ in gl860_RTx() 561 req, pref, val, index, in gl860_RTx() 566 req, pref, val, index, NULL, len, 400); in gl860_RTx() 571 req, pref, val, index, in gl860_RTx() 577 req, pref, val, index, NULL, len, 400); in gl860_RTx() 583 r, pref, req, val, index, len); in gl860_RTx()
|
D | gl860.h | 97 unsigned char pref, u32 req, u16 val, u16 index,
|
/linux-4.4.14/include/net/ |
D | fib_rules.h | 27 u32 pref; member 118 int fib_default_rule_add(struct fib_rules_ops *, u32 pref, u32 table,
|
D | ip6_route.h | 111 struct net_device *dev, unsigned int pref);
|
/linux-4.4.14/include/net/caif/ |
D | cfcnfg.h | 68 enum cfcnfg_phy_preference pref,
|
/linux-4.4.14/Documentation/zh_CN/ |
D | SubmittingPatches | 199 要修正这个问题,只需要将你的 mozilla 的 defaults/pref/mailnews.js 文件 201 pref("mailnews.send_plaintext_flowed", false); // RFC 2646======= 203 pref("mailnews.display.disable_format_flowed_support", true);
|
/linux-4.4.14/arch/mips/include/asm/ |
D | prefetch.h | 49 pref \hint, \addr
|
D | asm.h | 150 pref hint, addr; \
|
D | stackframe.h | 223 pref 0, 0($28) /* Prefetch the current pointer */
|
/linux-4.4.14/drivers/scsi/device_handler/ |
D | scsi_dh_alua.c | 69 int pref; member 621 h->pref = ucp[0] >> 7; in alua_rtpg() 630 h->pref ? "preferred" : "non-preferred", in alua_rtpg() 759 (!h->pref) && in alua_activate()
|
/linux-4.4.14/net/ipv6/ |
D | ipv6_sockglue.c | 793 unsigned int pref = 0; in do_ipv6_setsockopt() local 806 pref |= IPV6_PREFER_SRC_PUBLIC; in do_ipv6_setsockopt() 809 pref |= IPV6_PREFER_SRC_TMP; in do_ipv6_setsockopt() 828 pref |= IPV6_PREFER_SRC_COA; in do_ipv6_setsockopt() 848 np->srcprefs = (np->srcprefs & prefmask) | pref; in do_ipv6_setsockopt()
|
D | route.c | 105 unsigned int pref); 761 unsigned int pref; in rt6_route_rcv() local 784 pref = rinfo->route_pref; in rt6_route_rcv() 785 if (pref == ICMPV6_ROUTER_PREF_INVALID) in rt6_route_rcv() 813 pref); in rt6_route_rcv() 816 (rt->rt6i_flags & ~RTF_PREF_MASK) | RTF_PREF(pref); in rt6_route_rcv() 2286 unsigned int pref) in rt6_add_route_info() argument 2293 RTF_UP | RTF_PREF(pref), in rt6_add_route_info() 2337 unsigned int pref) in rt6_add_dflt_router() argument 2344 RTF_UP | RTF_EXPIRES | RTF_PREF(pref), in rt6_add_dflt_router() [all …]
|
D | ndisc.c | 1090 unsigned int pref = 0; in ndisc_router_discovery() local 1196 pref = ra_msg->icmph.icmp6_router_pref; in ndisc_router_discovery() 1198 if (pref == ICMPV6_ROUTER_PREF_INVALID || in ndisc_router_discovery() 1200 pref = ICMPV6_ROUTER_PREF_MEDIUM; in ndisc_router_discovery() 1225 rt = rt6_add_dflt_router(&ipv6_hdr(skb)->saddr, skb->dev, pref); in ndisc_router_discovery() 1243 rt->rt6i_flags = (rt->rt6i_flags & ~RTF_PREF_MASK) | RTF_PREF(pref); in ndisc_router_discovery()
|
/linux-4.4.14/arch/arc/include/asm/ |
D | disasm.h | 89 int zz, aa, x, pref, di; member
|
/linux-4.4.14/arch/m68k/kernel/ |
D | asm-offsets.c | 86 DEFINE(FONT_DESC_PREF, offsetof(struct font_desc, pref)); in main()
|
/linux-4.4.14/arch/sh/include/asm/ |
D | entry-macros.S | 107 # define PREF(x) pref @x
|
/linux-4.4.14/arch/mips/kernel/ |
D | octeon_switch.S | 261 pref 4, 128(a0) 264 pref 4, 256(a0) 266 pref 4, 384(a0)
|
/linux-4.4.14/arch/arc/kernel/ |
D | unaligned.c | 158 if (state->pref == 0) in fixup_load()
|
D | disasm.c | 122 state->pref = (state->dest == REG_LIMM); in disasm_instr() 237 state->pref = 1; in disasm_instr()
|
/linux-4.4.14/Documentation/ |
D | printk-formats.txt | 71 %pR [mem 0x60000000-0x6fffffff pref] or 72 [mem 0x0000000060000000-0x000000006fffffff pref]
|
/linux-4.4.14/security/tomoyo/ |
D | audit.c | 333 if (tomoyo_log_count >= p->pref[TOMOYO_PREF_MAX_AUDIT_LOG]) in tomoyo_get_audit()
|
D | common.c | 505 ptr->pref[TOMOYO_PREF_MAX_AUDIT_LOG] = in tomoyo_assign_profile() 507 ptr->pref[TOMOYO_PREF_MAX_LEARNING_ENTRY] = in tomoyo_assign_profile() 696 tomoyo_set_uint(&profile->pref[i], cp, in tomoyo_write_profile() 771 profile->pref[i]); in tomoyo_read_profile()
|
D | util.c | 1077 pref[TOMOYO_PREF_MAX_LEARNING_ENTRY]) in tomoyo_domain_quota_is_ok()
|
D | common.h | 883 unsigned int pref[TOMOYO_MAX_PREF]; member
|
/linux-4.4.14/sound/pci/rme9652/ |
D | hdspm.c | 2807 static int hdspm_set_pref_sync_ref(struct hdspm * hdspm, int pref) in hdspm_set_pref_sync_ref() argument 2814 switch (pref) { in hdspm_set_pref_sync_ref() 2859 switch (pref) { in hdspm_set_pref_sync_ref() 2876 switch (pref) { in hdspm_set_pref_sync_ref() 2895 switch (pref) { in hdspm_set_pref_sync_ref() 2908 switch (pref) { in hdspm_set_pref_sync_ref() 2924 switch (pref) { in hdspm_set_pref_sync_ref() 2934 switch (pref) { in hdspm_set_pref_sync_ref()
|
D | rme9652.c | 1183 static int rme9652_set_sync_pref(struct snd_rme9652 *rme9652, int pref) in rme9652_set_sync_pref() argument 1188 switch (pref) { in rme9652_set_sync_pref()
|
D | hdsp.c | 2374 static int hdsp_set_pref_sync_ref(struct hdsp *hdsp, int pref) in hdsp_set_pref_sync_ref() argument 2377 switch (pref) { in hdsp_set_pref_sync_ref()
|