/kernel/linux/linux-5.10/drivers/misc/sgi-gru/ |
D | gru_instructions.h | 360 unsigned int tri0, int iaa, unsigned long hints) in gru_vload_phys() argument 368 (unsigned long)tri0, CB_IMA(hints))); in gru_vload_phys() 372 unsigned int tri0, int iaa, unsigned long hints) in gru_vstore_phys() argument 380 (unsigned long)tri0, CB_IMA(hints))); in gru_vstore_phys() 385 unsigned long stride, unsigned long hints) in gru_vload() argument 393 (unsigned long)tri0, CB_IMA(hints))); in gru_vload() 398 unsigned long stride, unsigned long hints) in gru_vstore() argument 406 tri0, CB_IMA(hints))); in gru_vstore() 411 unsigned long nelem, unsigned long hints) in gru_ivload() argument 419 tri0, CB_IMA(hints))); in gru_ivload() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/ |
D | vbox_irq.c | 112 struct vbva_modehint *hints; in vbox_update_mode_hints() local 132 hints = &vbox->last_mode_hints[vbox_conn->vbox_crtc->crtc_id]; in vbox_update_mode_hints() 133 if (hints->magic != VBVAMODEHINT_MAGIC) in vbox_update_mode_hints() 136 disconnected = !(hints->enabled); in vbox_update_mode_hints() 138 vbox_conn->mode_hint.width = hints->cx; in vbox_update_mode_hints() 139 vbox_conn->mode_hint.height = hints->cy; in vbox_update_mode_hints() 140 vbox_conn->vbox_crtc->x_hint = hints->dx; in vbox_update_mode_hints() 141 vbox_conn->vbox_crtc->y_hint = hints->dy; in vbox_update_mode_hints() 153 hints->cx * 4, hints->cx, in vbox_update_mode_hints() 154 hints->cy, 0, flags); in vbox_update_mode_hints()
|
D | modesetting.c | 94 struct vbva_modehint *hints) in hgsmi_get_mode_hints() argument 99 if (WARN_ON(!hints)) in hgsmi_get_mode_hints() 119 memcpy(hints, ((u8 *)p) + sizeof(struct vbva_query_mode_hints), size); in hgsmi_get_mode_hints()
|
/kernel/linux/linux-5.10/tools/usb/usbip/src/ |
D | usbip_network.c | 263 struct addrinfo hints, *res, *rp; in usbip_net_tcp_connect() local 267 memset(&hints, 0, sizeof(hints)); in usbip_net_tcp_connect() 268 hints.ai_family = AF_UNSPEC; in usbip_net_tcp_connect() 269 hints.ai_socktype = SOCK_STREAM; in usbip_net_tcp_connect() 272 ret = getaddrinfo(hostname, service, &hints, &res); in usbip_net_tcp_connect()
|
D | usbipd.c | 428 struct addrinfo hints, *ai_head; in do_getaddrinfo() local 431 memset(&hints, 0, sizeof(hints)); in do_getaddrinfo() 432 hints.ai_family = ai_family; in do_getaddrinfo() 433 hints.ai_socktype = SOCK_STREAM; in do_getaddrinfo() 434 hints.ai_flags = AI_PASSIVE; in do_getaddrinfo() 436 rc = getaddrinfo(host, usbip_port_string, &hints, &ai_head); in do_getaddrinfo()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/ |
D | mptcp_connect.c | 106 const struct addrinfo *hints, in xgetaddrinfo() argument 109 int err = getaddrinfo(node, service, hints, res); in xgetaddrinfo() 146 struct addrinfo hints = { in sock_listen_mptcp() local 152 hints.ai_family = pf; in sock_listen_mptcp() 157 xgetaddrinfo(listenaddr, port, &hints, &addr); in sock_listen_mptcp() 158 hints.ai_family = pf; in sock_listen_mptcp() 196 struct addrinfo hints = { in sock_test_tcpulp() local 204 hints.ai_family = AF_INET; in sock_test_tcpulp() 206 xgetaddrinfo(remoteaddr, port, &hints, &addr); in sock_test_tcpulp() 233 struct addrinfo hints = { in sock_connect_mptcp() local [all …]
|
/kernel/liteos_m/components/net/lwip-2.1/porting/src/ |
D | netdb_porting.c | 55 …onst char *restrict nodename, const char *restrict servname, const struct addrinfo *restrict hints, in getaddrinfo() argument 58 return lwip_getaddrinfo(nodename, servname, hints, res); in getaddrinfo()
|
/kernel/uniproton/src/net/lwip-2.1/src/ |
D | netdb.c | 39 const struct addrinfo *restrict hints, struct addrinfo **restrict res) in getaddrinfo() argument 41 return lwip_getaddrinfo(nodename, servname, hints, res); in getaddrinfo()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
D | mshyperv.c | 52 if (ms_hyperv.hints & HV_DEPRECATING_AEOI_RECOMMENDED) in DEFINE_IDTENTRY_SYSVEC() 247 ms_hyperv.hints = cpuid_eax(HYPERV_CPUID_ENLIGHTMENT_INFO); in ms_hyperv_init_platform() 250 ms_hyperv.features, ms_hyperv.hints, ms_hyperv.misc_features); in ms_hyperv_init_platform() 280 if (ms_hyperv.hints & HV_X64_ENLIGHTENED_VMCS_RECOMMENDED) { in ms_hyperv_init_platform()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_acl_erp.c | 1318 struct objagg_hints *hints) in mlxsw_sp_acl_erp_table_create() argument 1328 hints, aregion); in mlxsw_sp_acl_erp_table_create() 1380 struct objagg_hints *hints, bool *p_rehash_needed) in mlxsw_sp_acl_erp_hints_check() argument 1397 hstats = objagg_hints_stats_get(hints); in mlxsw_sp_acl_erp_hints_check() 1421 struct objagg_hints *hints; in mlxsw_sp_acl_erp_rehash_hints_get() local 1426 hints = objagg_hints_get(erp_table->objagg, in mlxsw_sp_acl_erp_rehash_hints_get() 1429 if (IS_ERR(hints)) { in mlxsw_sp_acl_erp_rehash_hints_get() 1431 return ERR_CAST(hints); in mlxsw_sp_acl_erp_rehash_hints_get() 1433 err = mlxsw_sp_acl_erp_hints_check(mlxsw_sp, aregion, hints, in mlxsw_sp_acl_erp_rehash_hints_get() 1442 return hints; in mlxsw_sp_acl_erp_rehash_hints_get() [all …]
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
D | hda_sysfs.c | 274 snd_array_for_each(&codec->hints, i, hint) { in hints_show() 287 snd_array_for_each(&codec->hints, i, hint) { in get_hint() 343 if (codec->hints.used >= MAX_HINTS) in parse_hints() 346 hint = snd_array_new(&codec->hints); in parse_hints() 408 static DEVICE_ATTR_RW(hints); 779 snd_array_init(&codec->hints, sizeof(struct hda_hint), 32); in snd_hda_sysfs_init() 793 snd_array_for_each(&codec->hints, i, hint) { in snd_hda_sysfs_clear() 796 snd_array_free(&codec->hints); in snd_hda_sysfs_clear()
|
/kernel/linux/linux-5.10/arch/x86/hyperv/ |
D | hv_apic.c | 108 if (!(ms_hyperv.hints & HV_X64_EX_PROCESSOR_MASKS_RECOMMENDED)) in __send_ipi_mask_ex() 257 if (ms_hyperv.hints & HV_X64_CLUSTER_IPI_RECOMMENDED) { in hv_apic_init() 272 if (ms_hyperv.hints & HV_X64_APIC_ACCESS_RECOMMENDED) { in hv_apic_init()
|
D | mmu.c | 178 if (!(ms_hyperv.hints & HV_X64_EX_PROCESSOR_MASKS_RECOMMENDED)) in hyperv_flush_tlb_others_ex() 238 if (!(ms_hyperv.hints & HV_X64_REMOTE_TLB_FLUSH_RECOMMENDED)) in hyperv_setup_mmu_ops()
|
D | hv_spinlock.c | 68 !(ms_hyperv.hints & HV_X64_CLUSTER_IPI_RECOMMENDED) || in hv_init_spinlocks()
|
/kernel/linux/linux-5.10/lib/ |
D | objagg.c | 51 struct objagg_hints *hints; member 229 if (!objagg->hints) { in objagg_obj_root_id_alloc() 241 min = objagg->hints->root_count; in objagg_obj_root_id_alloc() 256 if (!objagg->hints) in objagg_obj_root_id_free() 303 hnode = objagg_hints_lookup(objagg->hints, objagg_obj->obj); in objagg_obj_init_with_hints() 530 objagg->hints = objagg_hints; in objagg_create() 567 if (objagg->hints) in objagg_destroy() 568 objagg_hints_put(objagg->hints); in objagg_destroy()
|
D | test_objagg.c | 912 struct objagg_hints *hints; in test_hints_case() local 941 hints = objagg_hints_get(objagg, OBJAGG_OPT_ALGO_SIMPLE_GREEDY); in test_hints_case() 942 if (IS_ERR(hints)) { in test_hints_case() 943 err = PTR_ERR(hints); in test_hints_case() 947 pr_debug_hints_stats(hints); in test_hints_case() 948 err = check_expect_hints_stats(hints, &hints_case->expect_stats_hints, in test_hints_case() 955 objagg2 = objagg_create(&delta_ops, hints, &world2); in test_hints_case() 985 objagg_hints_put(hints); in test_hints_case()
|
/kernel/linux/linux-5.10/tools/testing/vsock/ |
D | control.c | 38 struct addrinfo hints = { in control_init() local 45 ret = getaddrinfo(control_host, control_port, &hints, &result); in control_init()
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
D | intel-pt-events.py | 52 hints = payload & 0xff 54 print("hints: %#x extensions: %#x" % (hints, extensions), end=' ')
|
/kernel/linux/linux-5.10/tools/objtool/ |
D | objtool.h | 24 bool ignore_unreachables, c_file, hints, rodata; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
D | xdping.c | 90 struct addrinfo *a, hints = { .ai_family = AF_INET }; in main() local 160 if (getaddrinfo(argv[optind], NULL, &hints, &a) || !a) { in main()
|
/kernel/linux/linux-5.10/net/wireless/ |
D | Kconfig | 126 bool "cfg80211 regulatory support for cellular base station hints" 129 This option enables support for parsing regulatory hints 131 claims support for parsing cellular base station hints the 132 regulatory core will allow and parse these regulatory hints. 133 The regulatory core will only apply these regulatory hints on
|
/kernel/linux/linux-5.10/drivers/staging/pi433/ |
D | TODO | 4 -> Replace this with another interface, hints are welcome!
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
D | palinfo.c | 425 pal_hints_u_t hints; in register_info() local 442 if (ia64_pal_rse_info(&phys_stacked, &hints) == 0) in register_info() 446 phys_stacked, hints.ph_data, in register_info() 447 hints.ph_data < RSE_HINTS_COUNT ? rse_hints[hints.ph_data]: "(??)"); in register_info()
|
/kernel/linux/linux-5.10/include/linux/ |
D | objagg.h | 30 struct objagg_hints *hints, void *priv);
|
/kernel/linux/linux-5.10/tools/hv/ |
D | hv_kvp_daemon.c | 1334 struct addrinfo hints, *info ; in kvp_get_domain_name() local 1338 memset(&hints, 0, sizeof(hints)); in kvp_get_domain_name() 1339 hints.ai_family = AF_INET; /*Get only ipv4 addrinfo. */ in kvp_get_domain_name() 1340 hints.ai_socktype = SOCK_STREAM; in kvp_get_domain_name() 1341 hints.ai_flags = AI_CANONNAME; in kvp_get_domain_name() 1343 error = getaddrinfo(buffer, NULL, &hints, &info); in kvp_get_domain_name()
|