/linux-5.10/net/netfilter/ipset/ |
D | ip_set_bitmap_ip.c | 44 u32 hosts; /* number of hosts in a subnet */ member 61 return ((ip & ip_set_hostmask(m->netmask)) - m->first_ip) / m->hosts; in ip_to_id() 97 htonl(map->first_ip + id * map->hosts)); in bitmap_ip_do_list() 184 for (; !before(ip_to, ip); ip += map->hosts) { in bitmap_ip_uadt() 221 u32 elements, u32 hosts, u8 netmask) in init_map_ip() argument 229 map->hosts = hosts; in init_map_ip() 257 u32 first_ip = 0, last_ip = 0, hosts; in bitmap_ip_create() local 298 hosts = 1; in bitmap_ip_create() 311 hosts = 2 << (32 - netmask - 1); in bitmap_ip_create() 317 pr_debug("hosts %u, elements %llu\n", in bitmap_ip_create() [all …]
|
D | ip_set_hash_ip.c | 104 u32 ip = 0, ip_to = 0, hosts; in hash_ip4_uadt() local 144 hosts = h->netmask == 32 ? 1 : 2 << (32 - h->netmask - 1); in hash_ip4_uadt() 155 ip += hosts; in hash_ip4_uadt()
|
/linux-5.10/drivers/memstick/host/ |
D | jmb38x_ms.c | 69 struct memstick_host *hosts[]; member 803 if (!jm->hosts[cnt]) in jmb38x_ms_suspend() 805 memstick_suspend_host(jm->hosts[cnt]); in jmb38x_ms_suspend() 821 if (!jm->hosts[rc]) in jmb38x_ms_resume() 823 memstick_resume_host(jm->hosts[rc]); in jmb38x_ms_resume() 824 memstick_detect_change(jm->hosts[rc]); in jmb38x_ms_resume() 942 jm->hosts[cnt] = jmb38x_ms_alloc_host(jm, cnt); in jmb38x_ms_probe() 943 if (!jm->hosts[cnt]) in jmb38x_ms_probe() 946 rc = memstick_add_host(jm->hosts[cnt]); in jmb38x_ms_probe() 949 jmb38x_ms_free_host(jm->hosts[cnt]); in jmb38x_ms_probe() [all …]
|
/linux-5.10/drivers/soc/qcom/ |
D | smsm.c | 29 * in updates of the entry for each of the N hosts. Upon updating a state bit 73 * @hosts: context for each of the hosts 90 struct smsm_host *hosts; member 170 /* Iterate over all hosts to check whom wants a kick */ in smsm_update_bits() 172 hostp = &smsm->hosts[host]; in smsm_update_bits() 347 struct smsm_host *host = &smsm->hosts[host_id]; in smsm_parse_ipc() 416 * Attempt to acquire the number of hosts and entries from the optional shared 449 "found custom size of smsm: %d entries %d hosts\n", in smsm_get_size_info() 484 smsm->hosts = devm_kcalloc(&pdev->dev, in qcom_smsm_probe() 488 if (!smsm->hosts) in qcom_smsm_probe()
|
/linux-5.10/Documentation/devicetree/bindings/display/ |
D | ste,mcde.txt | 24 - #address-cells: should be <1> (for the DSI hosts that will be children) 25 - #size-cells: should be <1> (for the DSI hosts that will be children) 45 Display panels and bridges will appear as children on the DSI hosts, and 46 the displays are connected to the DSI hosts using the common binding
|
/linux-5.10/drivers/scsi/libsas/ |
D | Kconfig | 28 bool "Support for SMP interpretation for SAS hosts" 32 Allows sas hosts to receive SMP frames. Selecting this
|
/linux-5.10/drivers/usb/core/ |
D | Kconfig | 80 "Targeted Peripherals List". "Embedded Hosts" are likewise 88 external hubs. OTG hosts are allowed to reduce hardware 90 are "Embedded Hosts" that don't offer OTG support.
|
/linux-5.10/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 82 mapping to hosts within the authority's domain. These mappings may be 123 a mapping table within CIPSO hosts to map these numbers to their 430 The configuration parameters defined below are required for all CIPSO hosts, 479 parameter does not apply to CIPSO hosts that support only one network port. 486 This parameter does not apply to CIPSO hosts that support only one network 492 hosts and gateways MUST support either this parameter, the NET_DOI 498 CIPSO hosts and gateways MUST support either this parameter, the PORT_DOI 504 hosts and gateways MUST support either this parameter, the PORT_DOI 541 4.2 Single Label CIPSO Hosts 626 networks that have CIPSO and non-CIPSO hosts and the non-CIPSO hosts
|
/linux-5.10/fs/lockd/ |
D | host.c | 5 * Management for NLM peer hosts. The nlm_host struct is shared 564 /* Mark all hosts tied to this NSM state as having rebooted. in nlm_host_rebooted() 593 dprintk("lockd: %lu hosts left in net %x:\n", ln->nrhosts, in nlm_complain_hosts() 599 dprintk("lockd: %lu hosts left:\n", nrhosts); in nlm_complain_hosts() 619 /* First, make all hosts eligible for gc */ in nlm_shutdown_hosts_net() 620 dprintk("lockd: nuking all hosts in net %x...\n", in nlm_shutdown_hosts_net() 639 * Shut down the hosts module. 650 * Garbage collect any unused NLM hosts. 669 /* Mark all hosts that hold locks, blocks or shares */ in nlm_gc_hosts()
|
/linux-5.10/tools/usb/usbip/doc/ |
D | usbipd.8 | 14 before usbipd makes them available to other hosts. 86 - A usb device 1-2 is now exportable to other hosts!
|
/linux-5.10/Documentation/networking/ |
D | dctcp.rst | 9 the data center network to provide multi-bit feedback to the end hosts. 11 To enable it on end hosts::
|
/linux-5.10/samples/bpf/ |
D | tcp_synrto_kern.c | 9 * that means both hosts are in the same datacenter). 50 * then both hosts are in the same datacenter in bpf_synrto()
|
D | tcp_rwnd_kern.c | 9 * example that means both hosts are not the same datacenter). 50 * then both hosts are not in the same datacenter in bpf_rwnd()
|
D | tcp_basertt_kern.c | 8 * both hosts are in the same datacenter (as determined by IPv6 prefix). 38 /* Check if both hosts are in the same datacenter. For this in bpf_basertt()
|
D | tcp_cong_kern.c | 7 * BPF program to set congestion control to dctcp when both hosts are 46 /* Check if both hosts are in the same datacenter. For this in bpf_cong()
|
D | tcp_iw_kern.c | 10 * the hosts are far enough away (i.e. large RTT). 49 /* Usually there would be a check to insure the hosts are far in bpf_iw()
|
D | tcp_bufs_kern.c | 9 * doing appropriate checks that indicate the hosts are far enough 48 /* Usually there would be a check to insure the hosts are far in bpf_bufs()
|
D | tcp_clamp_kern.c | 8 * to 100 packets and SYN and SYN_ACK RTOs to 10ms when both hosts are within 48 /* Check that both hosts are within same datacenter. For this example in bpf_clamp()
|
/linux-5.10/drivers/hwtracing/stm/ |
D | Kconfig | 56 messages to trace hosts over STM devices. 65 heartbeat messages to trace hosts over STM devices. It is
|
/linux-5.10/net/atm/ |
D | Kconfig | 27 ATMARP. If you want to communication with other IP hosts on your ATM 55 bridges and ATM attached hosts establish direct ATM VCs across
|
/linux-5.10/Documentation/devicetree/bindings/soc/ti/ |
D | sci-pm-domain.txt | 28 the requesting hosts. 30 by multiple hosts.
|
/linux-5.10/fs/nfsd/ |
D | export.h | 23 char *hosts; /* colon separated list of hosts */ member
|
/linux-5.10/Documentation/scsi/ |
D | scsi_mid_low_api.rst | 17 SCSI HBAs. Some HBAs contain multiple hosts. 32 and thus represent two hosts. Like most modern HBAs, each aic7xxx host 79 is based on hosts that are detected at HBA driver load time. This will be 125 In this model an LLD controls when SCSI hosts are introduced and removed 126 from the SCSI subsystem. Hosts can be introduced as early as driver 360 * Defined in: drivers/scsi/hosts.c 437 * Defined in: drivers/scsi/hosts.c . 453 * Defined in: drivers/scsi/hosts.c 472 * Defined in: drivers/scsi/hosts.c 492 * Defined in: drivers/scsi/hosts.c . [all …]
|
/linux-5.10/drivers/usb/common/ |
D | common.c | 203 * for given targeted hosts (non-PC hosts) 206 * The function gets if the targeted hosts support TPL or not
|
/linux-5.10/drivers/scsi/ |
D | scsi_pm.c | 251 /* Insert hooks here for targets, hosts, and transport classes */ in scsi_runtime_suspend() 278 /* Insert hooks here for targets, hosts, and transport classes */ in scsi_runtime_resume() 287 /* Insert hooks here for targets, hosts, and transport classes */ in scsi_runtime_idle()
|