/Linux-v4.19/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 …]
|
/Linux-v4.19/drivers/staging/vboxvideo/ |
D | vbox_irq.c | 129 struct vbva_modehint *hints; in vbox_update_mode_hints() local 147 hints = &vbox->last_mode_hints[vbox_conn->vbox_crtc->crtc_id]; in vbox_update_mode_hints() 148 if (hints->magic != VBVAMODEHINT_MAGIC) in vbox_update_mode_hints() 151 disconnected = !(hints->enabled); in vbox_update_mode_hints() 153 vbox_conn->mode_hint.width = hints->cx; in vbox_update_mode_hints() 154 vbox_conn->mode_hint.height = hints->cy; in vbox_update_mode_hints() 155 vbox_conn->vbox_crtc->x_hint = hints->dx; in vbox_update_mode_hints() 156 vbox_conn->vbox_crtc->y_hint = hints->dy; in vbox_update_mode_hints() 168 hints->cx * 4, hints->cx, in vbox_update_mode_hints() 169 hints->cy, 0, flags); in vbox_update_mode_hints()
|
D | modesetting.c | 113 struct vbva_modehint *hints) in hgsmi_get_mode_hints() argument 118 if (WARN_ON(!hints)) in hgsmi_get_mode_hints() 138 memcpy(hints, ((u8 *)p) + sizeof(struct vbva_query_mode_hints), size); in hgsmi_get_mode_hints()
|
D | vboxvideo_guest.h | 92 struct vbva_modehint *hints);
|
/Linux-v4.19/tools/usb/usbip/src/ |
D | usbip_network.c | 267 struct addrinfo hints, *res, *rp; in usbip_net_tcp_connect() local 271 memset(&hints, 0, sizeof(hints)); in usbip_net_tcp_connect() 272 hints.ai_family = AF_UNSPEC; in usbip_net_tcp_connect() 273 hints.ai_socktype = SOCK_STREAM; in usbip_net_tcp_connect() 276 ret = getaddrinfo(hostname, service, &hints, &res); in usbip_net_tcp_connect()
|
D | usbipd.c | 440 struct addrinfo hints, *ai_head; in do_getaddrinfo() local 443 memset(&hints, 0, sizeof(hints)); in do_getaddrinfo() 444 hints.ai_family = ai_family; in do_getaddrinfo() 445 hints.ai_socktype = SOCK_STREAM; in do_getaddrinfo() 446 hints.ai_flags = AI_PASSIVE; in do_getaddrinfo() 448 rc = getaddrinfo(host, usbip_port_string, &hints, &ai_head); in do_getaddrinfo()
|
/Linux-v4.19/arch/x86/kernel/cpu/ |
D | mshyperv.c | 53 if (ms_hyperv.hints & HV_DEPRECATING_AEOI_RECOMMENDED) in hyperv_vector_handler() 214 ms_hyperv.hints = cpuid_eax(HYPERV_CPUID_ENLIGHTMENT_INFO); in ms_hyperv_init_platform() 217 ms_hyperv.features, ms_hyperv.hints); in ms_hyperv_init_platform() 247 if (ms_hyperv.hints & HV_X64_ENLIGHTENED_VMCS_RECOMMENDED) { in ms_hyperv_init_platform()
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_sysfs.c | 273 snd_array_for_each(&codec->hints, i, hint) { in hints_show() 286 snd_array_for_each(&codec->hints, i, hint) { in get_hint() 342 if (codec->hints.used >= MAX_HINTS) in parse_hints() 345 hint = snd_array_new(&codec->hints); in parse_hints() 407 static DEVICE_ATTR_RW(hints); 778 snd_array_init(&codec->hints, sizeof(struct hda_hint), 32); in snd_hda_sysfs_init() 792 snd_array_for_each(&codec->hints, i, hint) { in snd_hda_sysfs_clear() 795 snd_array_free(&codec->hints); in snd_hda_sysfs_clear()
|
/Linux-v4.19/arch/x86/hyperv/ |
D | hv_apic.c | 104 if (!(ms_hyperv.hints & HV_X64_EX_PROCESSOR_MASKS_RECOMMENDED)) in __send_ipi_mask_ex() 243 if (ms_hyperv.hints & HV_X64_CLUSTER_IPI_RECOMMENDED) { in hv_apic_init() 258 if (ms_hyperv.hints & HV_X64_APIC_ACCESS_RECOMMENDED) { in hv_apic_init()
|
D | mmu.c | 170 if (!(ms_hyperv.hints & HV_X64_EX_PROCESSOR_MASKS_RECOMMENDED)) in hyperv_flush_tlb_others_ex() 230 if (!(ms_hyperv.hints & HV_X64_REMOTE_TLB_FLUSH_RECOMMENDED)) in hyperv_setup_mmu_ops()
|
/Linux-v4.19/tools/testing/vsock/ |
D | control.c | 42 struct addrinfo hints = { in control_init() local 49 ret = getaddrinfo(control_host, control_port, &hints, &result); in control_init()
|
/Linux-v4.19/tools/perf/scripts/python/ |
D | intel-pt-events.py | 50 hints = payload & 0xff 52 print "hints: %#x extensions: %#x" % (hints, extensions),
|
/Linux-v4.19/Documentation/parisc/ |
D | 00-INDEX | 4 - some debugging hints for real-mode code
|
/Linux-v4.19/net/wireless/ |
D | Kconfig | 124 bool "cfg80211 regulatory support for cellular base station hints" 127 This option enables support for parsing regulatory hints 129 claims support for parsing cellular base station hints the 130 regulatory core will allow and parse these regulatory hints. 131 The regulatory core will only apply these regulatory hints on
|
/Linux-v4.19/drivers/staging/pi433/ |
D | TODO | 4 -> Replace this with another interface, hints are welcome!
|
/Linux-v4.19/arch/ia64/kernel/ |
D | palinfo.c | 424 pal_hints_u_t hints; in register_info() local 441 if (ia64_pal_rse_info(&phys_stacked, &hints) == 0) in register_info() 445 phys_stacked, hints.ph_data, in register_info() 446 hints.ph_data < RSE_HINTS_COUNT ? rse_hints[hints.ph_data]: "(??)"); in register_info()
|
/Linux-v4.19/Documentation/scheduler/ |
D | 00-INDEX | 4 - CPU Scheduler implementation hints for architecture specific code.
|
/Linux-v4.19/tools/hv/ |
D | hv_kvp_daemon.c | 1323 struct addrinfo hints, *info ; in kvp_get_domain_name() local 1327 memset(&hints, 0, sizeof(hints)); in kvp_get_domain_name() 1328 hints.ai_family = AF_INET; /*Get only ipv4 addrinfo. */ in kvp_get_domain_name() 1329 hints.ai_socktype = SOCK_STREAM; in kvp_get_domain_name() 1330 hints.ai_flags = AI_CANONNAME; in kvp_get_domain_name() 1332 error = getaddrinfo(buffer, NULL, &hints, &info); in kvp_get_domain_name()
|
/Linux-v4.19/tools/objtool/ |
D | check.h | 64 bool ignore_unreachables, c_file, hints; member
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-firmware-opal-psr | 6 Power-Shift-Ratio allows to provide hints the firmware
|
/Linux-v4.19/drivers/net/ethernet/amazon/ena/ |
D | ena_netdev.c | 2872 struct ena_admin_ena_hw_hints *hints) in ena_update_hints() argument 2876 if (hints->admin_completion_tx_timeout) in ena_update_hints() 2878 hints->admin_completion_tx_timeout * 1000; in ena_update_hints() 2880 if (hints->mmio_read_timeout) in ena_update_hints() 2883 hints->mmio_read_timeout * 1000; in ena_update_hints() 2885 if (hints->missed_tx_completion_count_threshold_to_reset) in ena_update_hints() 2887 hints->missed_tx_completion_count_threshold_to_reset; in ena_update_hints() 2889 if (hints->missing_tx_completion_timeout) { in ena_update_hints() 2890 if (hints->missing_tx_completion_timeout == ENA_HW_HINTS_NO_TIMEOUT) in ena_update_hints() 2894 msecs_to_jiffies(hints->missing_tx_completion_timeout); in ena_update_hints() [all …]
|
/Linux-v4.19/Documentation/s390/ |
D | 00-INDEX | 16 - hints for debugging on s390 systems.
|
/Linux-v4.19/drivers/ata/ |
D | libata.h | 189 unsigned hints); 203 enum ata_lpm_policy policy, unsigned hints) in sata_pmp_set_lpm() argument
|
/Linux-v4.19/Documentation/core-api/ |
D | mm-api.rst | 27 :doc: Page mobility and placement hints
|
/Linux-v4.19/Documentation/hwmon/ |
D | userspace-tools | 23 General hints to get things working:
|