/linux-4.4.14/net/caif/ |
D | cfsrvl.c | 31 struct cfsrvl *service = container_obj(layr); in cfservl_ctrlcmd() local 38 service->open = true; in cfservl_ctrlcmd() 43 service->open = false; in cfservl_ctrlcmd() 47 if (phyid != service->dev_info.id) in cfservl_ctrlcmd() 49 if (service->modem_flow_on) in cfservl_ctrlcmd() 52 service->phy_flow_on = false; in cfservl_ctrlcmd() 55 if (phyid != service->dev_info.id) in cfservl_ctrlcmd() 57 if (service->modem_flow_on) { in cfservl_ctrlcmd() 62 service->phy_flow_on = true; in cfservl_ctrlcmd() 65 if (service->phy_flow_on) { in cfservl_ctrlcmd() [all …]
|
D | cfutill.c | 43 struct cfsrvl *service = container_obj(layr); in cfutill_receive() local 68 service->open = false; in cfutill_receive() 83 struct cfsrvl *service = container_obj(layr); in cfutill_transmit() local 88 if (!cfsrvl_ready(service, &ret)) { in cfutill_transmit() 96 info->channel_id = service->layer.id; in cfutill_transmit() 102 info->dev_info = &service->dev_info; in cfutill_transmit()
|
D | cfdbgl.c | 40 struct cfsrvl *service = container_obj(layr); in cfdbgl_transmit() local 44 if (!cfsrvl_ready(service, &ret)) { in cfdbgl_transmit() 51 info->channel_id = service->layer.id; in cfdbgl_transmit() 52 info->dev_info = &service->dev_info; in cfdbgl_transmit()
|
D | cfvidl.c | 49 struct cfsrvl *service = container_obj(layr); in cfvidl_transmit() local 54 if (!cfsrvl_ready(service, &ret)) { in cfvidl_transmit() 62 info->channel_id = service->layer.id; in cfvidl_transmit() 63 info->dev_info = &service->dev_info; in cfvidl_transmit()
|
D | cfveil.c | 80 struct cfsrvl *service = container_obj(layr); in cfvei_transmit() local 81 if (!cfsrvl_ready(service, &ret)) in cfvei_transmit() 94 info->channel_id = service->layer.id; in cfvei_transmit() 96 info->dev_info = &service->dev_info; in cfvei_transmit()
|
D | cfdgml.c | 87 struct cfsrvl *service = container_obj(layr); in cfdgml_transmit() local 90 if (!cfsrvl_ready(service, &ret)) { in cfdgml_transmit() 107 info->channel_id = service->layer.id; in cfdgml_transmit() 112 info->dev_info = &service->dev_info; in cfdgml_transmit()
|
D | cfcnfg.c | 279 strncpy(l->u.utility.name, s->sockaddr.u.util.service, in caif_connect_req_to_link_param() 293 l->endpoint = s->sockaddr.u.dbg.service; in caif_connect_req_to_link_param()
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | adf_init.c | 58 static void adf_service_add(struct service_hndl *service) in adf_service_add() argument 61 list_add(&service->list, &service_table); in adf_service_add() 74 int adf_service_register(struct service_hndl *service) in adf_service_register() argument 76 service->init_status = 0; in adf_service_register() 77 service->start_status = 0; in adf_service_register() 78 adf_service_add(service); in adf_service_register() 83 static void adf_service_remove(struct service_hndl *service) in adf_service_remove() argument 86 list_del(&service->list); in adf_service_remove() 99 int adf_service_unregister(struct service_hndl *service) in adf_service_unregister() argument 101 if (service->init_status || service->start_status) { in adf_service_unregister() [all …]
|
D | adf_common_drv.h | 101 int adf_service_register(struct service_hndl *service); 102 int adf_service_unregister(struct service_hndl *service);
|
/linux-4.4.14/Documentation/PCI/ |
D | PCIEBUS-HOWTO.txt | 8 and provides information on how to enable the service drivers to 31 and handled by corresponding service drivers. 38 services. To maintain a clean and simple solution each service 39 may have its own software service driver. In this case several 40 service drivers will compete for a single PCI-PCI Bridge device. 41 For example, if the PCI Express Root Port native hotplug service 43 kernel therefore does not load other service drivers for that Root 44 Port. In other words, it is impossible to have multiple service 48 To enable multiple service drivers running simultaneously requires 50 PCI Express Ports and distributes all provided service requests [all …]
|
D | pcieaer-howto.txt | 45 The PCI Express AER Root driver is a Root Port service driver attached 139 fatal error happens. The root port aer service driver provides a 193 to reset link, AER port service driver is required to provide the 200 they should provide their own aer service drivers with reset_link 230 Q: What happens if an upstream port service driver does not provide 234 upstream ports who are attached by the service driver.
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-service-time.txt | 1 dm-service-time 4 dm-service-time is a path selector module for device-mapper targets, 5 which selects a path with the shortest estimated service time for 8 The service time for each path is estimated by dividing the total size 13 The path selector name is 'service-time'. 39 dm-service-time adds the I/O size to 'in-flight-size' when the I/O is 41 Basically, dm-service-time selects a path having minimum service time 59 If such optimizations can't be applied, calculate service time, and 60 compare service time. 61 If calculated service time is equal, the path having maximum [all …]
|
D | dm-io.txt | 21 The first I/O service type takes a list of memory pages as the data buffer for 36 The second I/O service type takes an array of bio vectors as the data buffer 37 for the I/O. This service can be handy if the caller has a pre-assembled bio, 47 The third I/O service type takes a pointer to a vmalloc'd memory buffer as the 48 data buffer for the I/O. This service can be handy if the caller needs to do
|
/linux-4.4.14/drivers/s390/char/ |
D | tape_3590.c | 963 char *exception, *service; in tape_3590_print_mim_msg_f0() local 966 service = kmalloc(BUFSIZE, GFP_ATOMIC); in tape_3590_print_mim_msg_f0() 968 if (!exception || !service) in tape_3590_print_mim_msg_f0() 1003 snprintf(service, BUFSIZE, "Reference Media maintenance " in tape_3590_print_mim_msg_f0() 1007 snprintf(service, BUFSIZE, "0x%02x", in tape_3590_print_mim_msg_f0() 1013 "service %s\n", exception, service); in tape_3590_print_mim_msg_f0() 1017 kfree(service); in tape_3590_print_mim_msg_f0() 1027 char *exception, *service; in tape_3590_print_io_sim_msg_f1() local 1030 service = kmalloc(BUFSIZE, GFP_ATOMIC); in tape_3590_print_io_sim_msg_f1() 1032 if (!exception || !service) in tape_3590_print_io_sim_msg_f1() [all …]
|
D | Kconfig | 88 gives you a nice name for the system on the service element. 100 the service element and connected organisations about a kernel panic. 183 prompt "API for reading z/VM monitor service records" 186 Character device driver for reading z/VM monitor service records 190 prompt "API for writing z/VM monitor service records" 193 Character device driver for writing z/VM monitor service records
|
/linux-4.4.14/net/ceph/ |
D | auth_x.c | 98 get_ticket_handler(struct ceph_auth_client *ac, int service) in get_ticket_handler() argument 107 if (service < th->service) in get_ticket_handler() 109 else if (service > th->service) in get_ticket_handler() 119 th->service = service; in get_ticket_handler() 130 dout("remove_ticket_handler %p %d\n", th, th->service); in remove_ticket_handler() 243 xi->have_keys |= th->service; in process_one_ticket() 305 ceph_entity_type_name(th->service), au); in ceph_x_build_authorizer() 326 au->service = th->service; in ceph_x_build_authorizer() 332 msg_a->service_id = cpu_to_le32(th->service); in ceph_x_build_authorizer() 391 int service; in ceph_x_validate_tickets() local [all …]
|
D | auth_x.h | 16 unsigned int service; member 31 unsigned int service; member
|
/linux-4.4.14/arch/powerpc/boot/ |
D | oflib.c | 24 __be32 service; /* Address of service name string. */ member 45 int of_call_prom(const char *service, int nargs, int nret, ...) in of_call_prom() argument 51 args.service = cpu_to_be32(ADDR(service)); in of_call_prom() 69 static int of_call_prom_ret(const char *service, int nargs, int nret, in of_call_prom_ret() argument 76 args.service = cpu_to_be32(ADDR(service)); in of_call_prom_ret()
|
D | of.h | 10 int of_call_prom(const char *service, int nargs, int nret, ...);
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | gss_mech_switch.c | 283 u32 service) in gss_svc_to_pseudoflavor() argument 289 gm->gm_pfs[i].service == service) { in gss_svc_to_pseudoflavor() 312 pseudoflavor = gss_svc_to_pseudoflavor(gm, info->qop, info->service); in gss_mech_info2flavor() 341 info->service = gm->gm_pfs[i].service; in gss_mech_flavor2info() 358 return gm->gm_pfs[i].service; in gss_pseudoflavor_to_service() 365 gss_service_to_auth_domain_name(struct gss_api_mech *gm, u32 service) in gss_service_to_auth_domain_name() argument 370 if (gm->gm_pfs[i].service == service) in gss_service_to_auth_domain_name()
|
D | gss_krb5_mech.c | 736 .service = RPC_GSS_SVC_NONE, 742 .service = RPC_GSS_SVC_INTEGRITY, 748 .service = RPC_GSS_SVC_PRIVACY,
|
D | auth_gss.c | 94 enum rpc_gss_svc service; member 1010 gss_auth->service = gss_pseudoflavor_to_service(gss_auth->mech, flavor); in gss_create_new() 1011 if (gss_auth->service == 0) in gss_create_new() 1325 cred->gc_service = gss_auth->service; in gss_create_cred()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | service.c | 544 struct ptlrpc_service *service; in ptlrpc_register_service() local 590 service = kzalloc(offsetof(struct ptlrpc_service, srv_parts[ncpts]), in ptlrpc_register_service() 592 if (!service) { in ptlrpc_register_service() 597 service->srv_cptable = cptable; in ptlrpc_register_service() 598 service->srv_cpts = cpts; in ptlrpc_register_service() 599 service->srv_ncpts = ncpts; in ptlrpc_register_service() 601 service->srv_cpt_bits = 0; /* it's zero already, easy to read... */ in ptlrpc_register_service() 602 while ((1 << service->srv_cpt_bits) < cfs_cpt_number(cptable)) in ptlrpc_register_service() 603 service->srv_cpt_bits++; in ptlrpc_register_service() 606 spin_lock_init(&service->srv_lock); in ptlrpc_register_service() [all …]
|
D | events.c | 287 struct ptlrpc_service *service = svcpt->scp_service; in request_in_callback() local 294 rqbd->rqbd_buffer + service->srv_buf_size); in request_in_callback() 298 ev->type, ev->status, service->srv_name); in request_in_callback() 317 service->srv_name, in request_in_callback() 360 service->srv_name); in request_in_callback()
|
D | niobuf.c | 681 struct ptlrpc_service *service = rqbd->rqbd_svcpt->scp_service; in ptlrpc_register_rqbd() local 688 service->srv_req_portal); in ptlrpc_register_rqbd() 696 rc = LNetMEAttach(service->srv_req_portal, in ptlrpc_register_rqbd() 709 md.length = service->srv_buf_size; in ptlrpc_register_rqbd() 710 md.max_size = service->srv_max_req_size; in ptlrpc_register_rqbd()
|
D | Makefile | 12 ptlrpc_objs += events.o ptlrpc_module.o service.o pinger.o
|
/linux-4.4.14/net/irda/ |
D | irlmp.c | 1357 __u8 *service; 1364 service = kmalloc(16, GFP_ATOMIC); 1365 if (!service) 1370 kfree(service); 1381 service[i++] = S_PRINTER; 1389 service[i++] = S_LAN; 1399 service[i++] = S_TELEPHONY; 1406 service[i++] = S_COMM; 1410 service[i++] = S_OBEX; 1416 service[i++] = S_ANY; [all …]
|
/linux-4.4.14/include/linux/sunrpc/ |
D | gss_api.h | 41 u32 service; member 74 u32 service); 76 char *gss_service_to_auth_domain_name(struct gss_api_mech *, u32 service); 81 u32 service; member
|
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/ |
D | selftest.h | 97 srpc_service2request (int service) in srpc_service2request() argument 99 switch (service) { in srpc_service2request() 132 srpc_service2reply (int service) in srpc_service2reply() argument 134 return srpc_service2request(service) + 1; in srpc_service2reply() 416 sfw_create_rpc(lnet_process_id_t peer, int service, 433 srpc_create_client_rpc(lnet_process_id_t peer, int service, 522 int service, int nbulkiov, int bulklen, in srpc_init_client_rpc() argument 539 rpc->crpc_service = service; in srpc_init_client_rpc() 555 rpc->crpc_reqstmsg.msg_type = srpc_service2request(service); in srpc_init_client_rpc()
|
D | framework.c | 138 sfw_register_test(srpc_service_t *service, sfw_test_client_ops_t *cliops) in sfw_register_test() argument 142 if (sfw_find_test_case(service->sv_id) != NULL) { in sfw_register_test() 144 service->sv_name, service->sv_id); in sfw_register_test() 153 tsc->tsc_srv_service = service; in sfw_register_test() 1378 sfw_create_rpc(lnet_process_id_t peer, int service, in sfw_create_rpc() argument 1387 LASSERT(service <= SRPC_FRAMEWORK_SERVICE_MAX_ID); in sfw_create_rpc() 1394 srpc_init_client_rpc(rpc, peer, service, 0, 0, in sfw_create_rpc() 1401 rpc = srpc_create_client_rpc(peer, service, in sfw_create_rpc()
|
D | rpc.c | 448 srpc_post_active_rqtbuf(lnet_process_id_t peer, int service, void *buf, in srpc_post_active_rqtbuf() argument 451 return srpc_post_active_rdma(srpc_serv_portal(service), service, in srpc_post_active_rqtbuf() 457 srpc_post_passive_rqtbuf(int service, int local, void *buf, int len, in srpc_post_passive_rqtbuf() argument 465 return srpc_post_passive_rdma(srpc_serv_portal(service), in srpc_post_passive_rqtbuf() 466 local, service, buf, len, in srpc_post_passive_rqtbuf() 1303 srpc_create_client_rpc(lnet_process_id_t peer, int service, in srpc_create_client_rpc() argument 1315 srpc_init_client_rpc(rpc, peer, service, nbulkiov, in srpc_create_client_rpc()
|
D | conrpc.c | 91 lstcon_rpc_init(lstcon_node_t *nd, int service, unsigned feats, in lstcon_rpc_init() argument 94 crpc->crp_rpc = sfw_create_rpc(nd->nd_id, service, in lstcon_rpc_init() 116 lstcon_rpc_prep(lstcon_node_t *nd, int service, unsigned feats, in lstcon_rpc_prep() argument 138 rc = lstcon_rpc_init(nd, service, feats, bulk_npg, bulk_len, 0, crpc); in lstcon_rpc_prep()
|
/linux-4.4.14/drivers/pci/pcie/ |
D | portdrv_core.c | 324 static int pcie_device_init(struct pci_dev *pdev, int service, int irq) in pcie_device_init() argument 335 pcie->service = service; in pcie_device_init() 343 get_descriptor_id(pci_pcie_type(pdev), service)); in pcie_device_init() 397 int service = 1 << i; in pcie_port_device_register() local 398 if (!(capabilities & service)) in pcie_port_device_register() 400 if (!pcie_device_init(dev, service, irqs[i])) in pcie_port_device_register()
|
D | portdrv_bus.c | 37 if (driver->service != pciedev->service) in pcie_port_bus_match()
|
D | portdrv.h | 21 #define get_descriptor_id(type, service) (((type - 4) << 4) | service) argument
|
D | Kconfig | 14 # Include service Kconfig here
|
D | pme.c | 465 .service = PCIE_PORT_SERVICE_PME,
|
/linux-4.4.14/Documentation/security/ |
D | 00-INDEX | 18 - description of the kernel key request service. 20 - info on the Trusted and Encrypted keys in the kernel key ring service. 22 - description of the kernel key retention service.
|
D | keys-request-key.txt | 5 The key request service is part of the key retention service (refer to 9 The process starts by either the kernel requesting a service by calling
|
D | keys.txt | 5 This service allows cryptographic keys, authentication tokens, cross-domain 11 kernel service can search for relevant keys. 13 The key service can be configured on by enabling: 20 - Key service overview 28 - Request-key callback service 58 kernel by a kernel service (such as a filesystem) before keys of that type 73 whether a kernel service will be able to find the key. 124 The key service provides a number of features besides keys: 126 (*) The key service defines three special key types: 290 about the status of the key service: [all …]
|
D | keys-trusted-encrypted.txt | 4 key ring service. Both of these new types are variable length symmetric keys,
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd_modparams.c | 43 static int service = 987; variable 44 module_param(service, int, 0444); 45 MODULE_PARM_DESC(service, "service number (within RDMA_PS_TCP)"); 148 .kib_service = &service,
|
/linux-4.4.14/include/uapi/linux/caif/ |
D | caif_socket.h | 148 char service[16]; member 160 __u8 service; /* service:caif_debug_service */ member
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-firmware-opal-elog | 13 Log entries may be purged by the service processor 19 the service processor needs more room for log entries, 26 The service processor may be able to store more log 56 the service processor, if applicable).
|
D | sysfs-driver-ib_srp | 21 InfiniBand service ID used to establish communication with 22 the SRP target. How to find out the value of the service ID 172 Description: InfiniBand service ID used for establishing communication with
|
D | sysfs-firmware-opal-dump | 37 dump to the service processor. It will
|
/linux-4.4.14/include/linux/ |
D | pcieport_if.h | 28 u32 service; /* Port service this device represents */ member 58 u32 service; /* Port service this device represents */ member
|
D | dccp.h | 206 const __be32 service) in dccp_list_has_service() argument 211 if (sl->dccpsl_list[i] == service) in dccp_list_has_service()
|
/linux-4.4.14/arch/x86/pci/ |
D | pcbios.c | 88 static unsigned long __init bios32_service(unsigned long service) in bios32_service() argument 102 : "0" (service), in bios32_service() 111 printk(KERN_WARNING "bios32_service(0x%lx): not present\n", service); in bios32_service() 115 service, return_code); in bios32_service()
|
/linux-4.4.14/Documentation/ia64/ |
D | efirtc.txt | 22 at first, the time of day service. This is required in order to access, in a 47 To allow for a uniform interface between the legacy RTC and EFI time service, 53 III/ Time of day service 55 The part of the driver gives access to the time of day service of EFI. 91 IV/ Wakeup Alarm service 96 the same ioctl()s to get access to the service. Instead we have
|
D | mca.txt | 28 then it cannot service the MCA interrupt. SAL waits ~20 seconds then
|
/linux-4.4.14/include/net/caif/ |
D | cfsrvl.h | 41 void cfsrvl_init(struct cfsrvl *service, 45 bool cfsrvl_ready(struct cfsrvl *service, int *err);
|
/linux-4.4.14/drivers/scsi/ |
D | gdth_ioctl.h | 142 u16 service; member 147 u16 service; member 154 u16 service; member 187 u16 service; /* controller service */ member
|
D | gdth.c | 148 static int gdth_sync_event(gdth_ha_str *ha, int service, u8 index, 174 static int gdth_internal_cmd(gdth_ha_str *ha, u8 service, u16 opcode, 1325 ha->cmd_tab[i].service = ha->pccb->Service; in gdth_get_cmd_index() 1473 static int gdth_internal_cmd(gdth_ha_str *ha, u8 service, u16 opcode, in gdth_internal_cmd() argument 1479 TRACE2(("gdth_internal_cmd() service %d opcode %d\n",service,opcode)); in gdth_internal_cmd() 1486 cmd_ptr->Service = service; in gdth_internal_cmd() 1495 if (service == CACHESERVICE) { in gdth_internal_cmd() 1510 } else if (service == SCSIRAWSERVICE) { in gdth_internal_cmd() 1522 } else if (service == SCREENSERVICE) { in gdth_internal_cmd() 1536 printk("GDT: Initialization error (timeout service %d)\n",service); in gdth_internal_cmd() [all …]
|
D | gdth.h | 775 u16 service; /* service */ member 804 u16 service; /* service */ member 869 u16 service; /* service/firmware ver./.. */ member 902 u16 service; /* service */ member
|
D | aha152x.c | 462 int service; /* bh needs to be run */ member 1357 if( HOSTDATA(shpnt)->service==0 ) { in intr() 1358 HOSTDATA(shpnt)->service=1; in intr() 2297 if( HOSTDATA(shpnt)->service==0 ) { in is_complete() 2302 HOSTDATA(shpnt)->service = 0; in is_complete()
|
/linux-4.4.14/drivers/net/wireless/zd1211rw/ |
D | zd_mac.h | 35 u8 service; member 238 __le16 service; member 263 u8 service; member
|
D | zd_mac.c | 609 static int zd_calc_tx_length_us(u8 *service, u8 zd_rate, u16 tx_length) in zd_calc_tx_length_us() argument 642 if (service) { in zd_calc_tx_length_us() 644 *service &= ~ZD_PLCP_SERVICE_LENGTH_EXTENSION; in zd_calc_tx_length_us() 646 *service |= ZD_PLCP_SERVICE_LENGTH_EXTENSION; in zd_calc_tx_length_us() 916 cs->service = 0; in fill_ctrlset() 917 r = zd_calc_tx_length_us(&cs->service, ZD_RATE(cs->modulation), in fill_ctrlset()
|
/linux-4.4.14/Documentation/scsi/ |
D | ufs.txt | 71 service access points for higher layers. 72 * UDM_SAP: Device manager service access point is exposed to device 75 * UTP_CMD_SAP: Command service access point is exposed to UFS command 77 * UTP_TM_SAP: Task management service access point is exposed to task 85 MIPI UniPro and MIPI M-PHY. UIC provides 2 service access points
|
D | bnx2fc.txt | 36 4. Start fcoe service. (service fcoe start). If Broadcom devices are present in
|
D | aic7xxx.txt | 322 provide more efficient service by accurately identifying your 341 To expedite your service, have your computer with you.
|
D | aic79xx.txt | 425 provide more efficient service by accurately identifying your 444 To expedite your service, have your computer with you.
|
D | arcmsr_spec.txt | 212 ** GUI_HTTP : HTTP interface (reserved for Http proxy service)(0x16)
|
D | LICENSE.qla4xxx | 35 this service if you wish), that you receive source code or can get it
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | omap-smc.S | 69 mov r12, r0 @ Copy the secure service ID 72 smc #1 @ Call PPA service
|
D | sleep34xx.S | 110 mov r0, #25 @ set service ID for PPA 111 mov r12, r0 @ copy secure service ID in r12 442 mov r0, #40 @ set service ID for PPA 451 mov r0, #42 @ set service ID for PPA 464 @ set service ID for PPA 466 mov r12, r0 @ copy service ID in r12
|
/linux-4.4.14/tools/usb/usbip/src/ |
D | usbip_network.c | 261 int usbip_net_tcp_connect(char *hostname, char *service) in usbip_net_tcp_connect() argument 272 ret = getaddrinfo(hostname, service, &hints, &res); in usbip_net_tcp_connect() 274 dbg("getaddrinfo: %s service %s: %s", hostname, service, in usbip_net_tcp_connect()
|
/linux-4.4.14/Documentation/isdn/ |
D | README.concap | 81 semantics of the connection (i.e the ISO layer where connection service 83 the encapsulation protocol used, e.g. for a ppp module using our service 92 service primitives to the network device. 146 some service primitives to the encapsulation protocol: 169 The network interface does not explicitly provide a receive service 177 struct net_device *net_dev; /* net device using our service */ 229 then the interface of the service function could be changed 231 type (struct concap_proto*). Doing so would make many of the service 234 e.g. instead of the concap protocol's service function
|
D | README.diversion | 50 with a special (or all) service identifiers are forwarded if the 60 The rules include primary and secondary service identifiers, called
|
D | README.audio | 88 with ATA, depending on the calling service, the emulator
|
D | README.x25 | 71 circuit / packet mode service). The latter mode (which in theory
|
D | README | 256 and if the service is "audio", the 261 select the outgoing service octet.
|
D | INTERFACE.CAPI | 13 lingo) with Kernel CAPI to indicate their readiness to provide their service
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | hisilicon-hns-nic.txt | 21 debug service 31 | | service| port(2)
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | al,alpine.txt | 78 - compatible : Should contain "al,alpine-sysfabric-service" and "syscon". 84 compatible = "al,alpine-sysfabric-service", "syscon";
|
/linux-4.4.14/drivers/staging/unisys/Documentation/ |
D | overview.txt | 26 single-purpose service partition in the s-Par firmware, which communicates 29 as the "service partition", "IO partition" (for virtual network and scsi disk 133 example of when this is needed is when the service partition implementing 169 * Virtual bus numbers uniquely identify s-Par back-end service partitions. 248 disk devices, by proxying SCSI commands between the guest and the service 250 guest and the service partition. The disks that appear on the shared bus 251 are defined by the s-Par configuration and enforced by the service partition, 254 provides resiliency; should the device encounter an error, only the service 280 guest by proxying buffer information between the guest and the service 282 between the guest and the service partition. The connectivity of this [all …]
|
D | proc-entries.txt | 23 These entries provide status of the devices shared by a service partition. 93 installation and at runtime for s-Par service partitions.
|
/linux-4.4.14/block/ |
D | Kconfig.iosched | 20 CSCAN service with FIFO expiration of requests, switching to 21 a new point in the service tree and doing a batch of IO from there
|
/linux-4.4.14/drivers/mfd/ |
D | ezx-pcap.c | 181 u32 msr, isr, int_sel, service; in pcap_isr_work() local 198 service = isr & ~msr; in pcap_isr_work() 199 for (irq = pcap->irq_base; service; service >>= 1, irq++) { in pcap_isr_work() 200 if (service & 1) in pcap_isr_work()
|
/linux-4.4.14/drivers/staging/vt6656/ |
D | card.c | 321 data[3] = phy[0].service; in vnt_set_rspinf() 325 data[7] = phy[1].service; in vnt_set_rspinf() 329 data[11] = phy[2].service; in vnt_set_rspinf() 333 data[15] = phy[3].service; in vnt_set_rspinf()
|
D | baseband.h | 86 u8 service; member
|
D | baseband.c | 323 phy->service = 0x00; in vnt_get_phy_field() 325 phy->service |= 0x80; in vnt_get_phy_field() 328 phy->service = 0x00; in vnt_get_phy_field()
|
/linux-4.4.14/drivers/atm/ |
D | lanai.c | 274 struct lanai_buffer service; member 1585 lanai_buf_allocate(&lanai->service, SERVICE_ENTRIES * 4, 8, in service_buffer_allocate() 1587 if (unlikely(lanai->service.start == NULL)) in service_buffer_allocate() 1590 (unsigned long) lanai->service.start, in service_buffer_allocate() 1591 lanai_buf_size(&lanai->service), in service_buffer_allocate() 1592 lanai_buf_size_cardorder(&lanai->service)); in service_buffer_allocate() 1597 SSTUFF_SET_SIZE(lanai_buf_size_cardorder(&lanai->service)) | in service_buffer_allocate() 1598 SSTUFF_SET_ADDR(lanai->service.dmaaddr), in service_buffer_allocate() 1605 lanai_buf_deallocate(&lanai->service, lanai->pci); in service_buffer_deallocate() 1718 const u32 *end = lanai->service.start + wreg; in run_service() [all …]
|
D | eni.h | 82 void __iomem *service; /* service list */ member
|
D | eni.c | 689 vci = readl(eni_dev->service+eni_dev->serv_read*4); in get_service() 1837 eni_dev->service = eni_dev->tx_dma+NR_DMA_TX*8; in eni_start() 1838 buf = eni_dev->service+NR_SERVICE*4; in eni_start() 1841 eni_dev->service,buf); in eni_start()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | ste-href-ab8505.dtsi | 172 service { 175 function = "service";
|
D | alpine.dtsi | 109 sysfabric-service@fb070000 { 110 compatible = "al,alpine-sysfabric-service", "syscon";
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | rtas.h | 338 extern int rtas_token(const char *service); 339 extern int rtas_service_present(const char *service);
|
/linux-4.4.14/drivers/isdn/ |
D | Kconfig | 11 is a fully digital telephone service that can be used for voice and 13 adapter you can use it to connect to your Internet service provider
|
/linux-4.4.14/arch/sparc/kernel/ |
D | head_64.S | 169 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "peer" 193 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "getprop" 217 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "finddevice" 236 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "getprop" 256 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "call-method" 344 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "finddevice" 365 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "getprop"
|
/linux-4.4.14/Documentation/s390/ |
D | monreader.txt | 20 order to allow IUCV connections to the *MONITOR service, i.e. it needs the 69 there are other users already connected to the *MONITOR service (e.g. 73 *MONITOR service. 86 This API provides no interface to control the *MONITOR service, e.g. specify 186 The open function may also fail if an IUCV connection to the *MONITOR service
|
/linux-4.4.14/Documentation/networking/ |
D | dccp.txt | 70 DCCP_SOCKOPT_SERVICE sets the service. The specification mandates use of 71 service codes (RFC 4340, sec. 8.1.2); if this socket option is not set, 72 the socket will fall back to 0 (which means that no meaningful service code 74 than one code has no effect (all subsequent service codes are ignored). The 75 case is different for passive sockets, where multiple service codes (up to 32)
|
D | x25-iface.txt | 73 The X.25 packet layer protocol depends on a reliable datalink service. 74 The LAPB protocol provides such reliable service. But this reliability 123 of the LAPB protocol's flow-control service.
|
D | de4x5.txt | 128 (runs the service routine with interrupts turned off) vs. this card 129 which really needs to run the service routine with interrupts turned on. 130 This driver will now add the interrupt service routine as a fast 134 interrupt service code is fixed. YOU SHOULD SEPARATE OUT THE FAST
|
D | rxrpc.txt | 102 (*) Each connection goes to a particular "service". A connection may not go 103 to multiple services. A service may be considered the RxRPC equivalent of 111 local transport endpoint and one service on one remote endpoint. An RxRPC 127 which the service receives; then the service transmits the reply data 135 (*) The first four bytes of the request data are the service operation ID. 176 make multiple simultaneous calls to the same service. One server socket 210 non-zero service ID. 468 rxkad key for the AFS VL service). When such a key is created, it should be 595 .srx_service = VL_SERVICE_ID, /* RxRPC service ID */ 665 Note that all the communications for a particular service take place through
|
D | mac80211-auth-assoc-deauth.txt | 5 # This can be converted into a diagram using the service
|
D | tcp-thin.txt | 10 the service quality. Extreme latencies are caused by TCP's
|
D | vortex.txt | 179 The driver's interrupt service routine can handle many receive and 182 service routine will loop. The default value is 32 loops. If this 183 is exceeded the interrupt service routine gives up and generates a
|
D | cdc_mbim.txt | 228 service. Userspace applications supporting specific MBIM DSS services 230 that service.
|
D | iphase.txt | 18 - UBR, ABR and CBR service categories are supported.
|
D | ipvs-sysctl.txt | 78 5 - service lookup
|
D | lapb-module.txt | 8 the Linux operating system that require a LAPB service. This document
|
D | udplite.txt | 39 UDP-Lite provides a connectionless, unreliable datagram service and hence
|
D | LICENSE.qlcnic | 34 this service if you wish), that you receive source code or can get it
|
D | LICENSE.qlge | 34 this service if you wish), that you receive source code or can get it
|
/linux-4.4.14/drivers/isdn/divert/ |
D | isdn_divert.h | 91 u_char service; /* basically coded service, 0 = all */ member
|
D | isdn_divert.c | 113 u_char service, char *fwd_nr, ulong *procid) in cf_command() argument 132 *p++ = service; /* service to handle */ in cf_command() 183 service & 0xFF, in cf_command()
|
D | divert_procfs.c | 256 dioctl.cf_ctrl.service, in isdn_divert_ioctl_unlocked()
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | ste,abx500.txt | 194 service { 197 function = "service";
|
/linux-4.4.14/Documentation/block/ |
D | cfq-iosched.txt | 18 (for sequential workloads) and service trees (for random workloads) before 22 queues/service trees. This can be very helpful on highly seeky media like 26 Setting slice_idle to 0 will remove all the idling on queues/service tree 236 CFQ has following service trees and various queues are put on these trees. 244 request which are marked with REQ_NOIDLE go on this service tree. On this 248 no more IO on this service tree. 250 All async writes go on async service tree. There is no idling on async
|
D | deadline-iosched.txt | 21 service time for a request. As we focus mainly on read latencies, this is
|
D | ioprio.txt | 25 process needs the disk for on each service. In the future this might change
|
/linux-4.4.14/drivers/net/wireless/ |
D | wl3501.h | 275 u8 service; member 296 u8 service; member 544 u8 service; member
|
D | adm8211.h | 457 u8 service; member
|
/linux-4.4.14/drivers/staging/vt6655/ |
D | baseband.c | 1900 phy->service = 0x00; in vnt_get_phy_field() 1902 phy->service |= 0x80; in vnt_get_phy_field() 1905 phy->service = 0x00; in vnt_get_phy_field()
|
D | desc.h | 253 u8 service; member
|
/linux-4.4.14/net/dccp/ |
D | proto.c | 395 static int dccp_setsockopt_service(struct sock *sk, const __be32 service, in dccp_setsockopt_service() argument 401 if (service == DCCP_SERVICE_INVALID_VALUE || in dccp_setsockopt_service() 405 if (optlen > sizeof(service)) { in dccp_setsockopt_service() 412 optval + sizeof(service), in dccp_setsockopt_service() 413 optlen - sizeof(service)) || in dccp_setsockopt_service() 421 dp->dccps_service = service; in dccp_setsockopt_service()
|
D | dccp.h | 331 const __be32 service) in dccp_bad_service_code() argument 335 if (dp->dccps_service == service) in dccp_bad_service_code() 337 return !dccp_list_has_service(dp->dccps_service_list, service); in dccp_bad_service_code()
|
D | ipv4.c | 569 const __be32 service = dccp_hdr_request(skb)->dccph_req_service; in dccp_v4_conn_request() local 576 if (dccp_bad_service_code(sk, service)) { in dccp_v4_conn_request() 629 dreq->dreq_service = service; in dccp_v4_conn_request()
|
D | ipv6.c | 304 const __be32 service = dccp_hdr_request(skb)->dccph_req_service; in dccp_v6_conn_request() local 313 if (dccp_bad_service_code(sk, service)) { in dccp_v6_conn_request() 370 dreq->dreq_service = service; in dccp_v6_conn_request()
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/cpu-enable-method/ |
D | al,alpine-smp | 17 "al,alpine-cpu-resume" and "al,alpine-nb-service"[1].
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | pciehp_core.c | 219 if (dev->service != PCIE_PORT_SERVICE_HP) in pciehp_probe() 317 .service = PCIE_PORT_SERVICE_HP,
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-rpmsg | 47 is attached to this channel is exposing a service to the 68 When that happens, a "name service" announcement is sent
|
D | sysfs-firmware-efi | 11 Description: It shows the physical address of runtime service table entry in
|
D | sysfs-bus-usb | 208 L1 sleep state now use a best effort service latency value (BESL) to 209 indicate the best effort to resumption of service to the device after the 213 value in order to tune power saving and service latency.
|
/linux-4.4.14/net/rxrpc/ |
D | Kconfig | 42 through the use of the key retention service.
|
/linux-4.4.14/net/lapb/ |
D | Kconfig | 10 connection service to exchange data frames with one other host, and
|
/linux-4.4.14/net/wimax/ |
D | Kconfig | 15 for a service plan with a provider.
|
/linux-4.4.14/Documentation/ |
D | rpmsg.txt | 280 processor supports dynamic name service announcement messages. 284 remote rpmsg service by sending a name service message (which contains 285 the name and rpmsg addr of the remote service, see struct rpmsg_ns_msg). 288 creates and registers an rpmsg channel (which represents the remote service). 290 by the bus, and can then start sending messages to the remote service.
|
D | unshare.txt | 222 b) unshare system call service function 238 7.2) unshare system call service function
|
D | robust-futex-ABI.txt | 111 essential service available for robust_futexes, which is to help clean
|
D | nommu-mmap.txt | 258 filesystem providing the service will probably allocate a contiguous collection
|
/linux-4.4.14/net/bluetooth/bnep/ |
D | bnep.h | 87 __u8 service[0]; member
|
/linux-4.4.14/sound/ |
D | Kconfig | 40 appropriate module using sound-slot/service-* and char-major-* 48 /proc/devices. sound-slot/service-* module aliases are scheduled
|
/linux-4.4.14/drivers/pinctrl/nomadik/ |
D | pinctrl-ab8505.c | 208 AB8505_FUNC_GROUPS(service, "service_d_1"); 230 FUNCTION(service),
|
D | pinctrl-ab8540.c | 264 AB8540_FUNC_GROUPS(service, "service_d_1"); 285 FUNCTION(service),
|
D | pinctrl-ab9540.c | 314 AB9540_FUNC_GROUPS(service, "service_d_1"); 339 FUNCTION(service),
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | rtas.c | 323 int rtas_token(const char *service) in rtas_token() argument 328 tokp = of_get_property(rtas.dev, service, NULL); in rtas_token() 333 int rtas_service_present(const char *service) in rtas_service_present() argument 335 return rtas_token(service) != RTAS_UNKNOWN_SERVICE; in rtas_service_present()
|
D | prom_init.c | 109 __be32 service; member 217 static int __init call_prom(const char *service, int nargs, int nret, ...) in call_prom() argument 223 args.service = cpu_to_be32(ADDR(service)); in call_prom() 241 static int __init call_prom_ret(const char *service, int nargs, int nret, in call_prom_ret() argument 248 args.service = cpu_to_be32(ADDR(service)); in call_prom_ret()
|
/linux-4.4.14/net/ipv6/ |
D | Kconfig | 189 mechanisms of 6to4 (RFC3056) to enable a service provider to rapidly 190 deploy IPv6 unicast service to IPv4 sites to which it provides 193 infrastructure. Unlike 6to4, a 6rd service provider uses an IPv6
|
/linux-4.4.14/Documentation/hwmon/ |
D | zl6100 | 49 http://archive.ericsson.net/service/internet/picov/get?DocNo=28701-EN/LZT146401 54 http://archive.ericsson.net/service/internet/picov/get?DocNo=28701-EN/LZT146256
|
D | pmbus | 9 http://archive.ericsson.net/service/internet/picov/get?DocNo=28701-EN/LZT146395
|
/linux-4.4.14/Documentation/cgroups/ |
D | blkio-controller.txt | 214 this time represents the actual service time. When queue_depth > 1, 216 may cause the service time for a given IO to include the service time 226 scheduler queues for service. This can be greater than the total time 230 this metric does not include the time spent waiting for service once 287 from service tree of the device. First two fields specify the major 366 If one disables idling on individual cfq queues and cfq service trees by
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | uefi.txt | 38 reboot_type=k turn off EFI reboot runtime service
|
D | boot-options.txt | 121 efi Use efi reset_system runtime service. If EFI is not configured or the
|
/linux-4.4.14/drivers/char/pcmcia/ |
D | Kconfig | 53 is shipped for service called UMTS 4G.
|
/linux-4.4.14/Documentation/filesystems/ |
D | afs.txt | 193 Assuming it's successful, this adds a key of type RxRPC, named for the service 240 mount -t afs "#grand.central.org:root.service." /afs/grand.central.org/service
|
D | coda.txt | 159 service the request for the process. Venus manages a persistent 161 related servers (such as authentication servers) to service these 196 The service of a request for a Coda file system service originates in 207 service parts of the request. Usually the information in the path 270 requesting Coda file service and Venus relies on blocking and waking 407 inputArgs start with the opcode which defines the type of service
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | Kconfig | 98 charged by your service-provider for lots of phone calls. 116 work in all countries if the service has been subscribed to.
|
/linux-4.4.14/drivers/staging/lustre/ |
D | sysfs-fs-lustre | 134 about to timeout as an offset to the estimated service time in 447 Blocksize on backend filesystem for service behind this obd 456 for service behind this obd (or total amount for compound 463 Number of free kilobytes on backend filesystem for service 472 for service behind this obd (or total amount for compound 480 Number of inodes on backend filesystem for service behind this 487 Number of free inodes on backend filesystem for service
|
D | README.txt | 29 where mgs is the host name or ip address of your Lustre MGS(management service)
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/omap/ |
D | crossbar.txt | 1 Some socs have a large number of interrupts requests to service
|
/linux-4.4.14/include/net/irda/ |
D | irlmp.h | 200 __u16 irlmp_service_to_hint(int service);
|
/linux-4.4.14/drivers/md/ |
D | Makefile | 46 obj-$(CONFIG_DM_MULTIPATH_ST) += dm-service-time.o
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00queue.h | 312 u16 service; member
|
D | rt2x00queue.c | 265 txdesc->u.plcp.service = 0x04; in rt2x00queue_create_tx_descriptor_plcp() 284 txdesc->u.plcp.service |= 0x80; in rt2x00queue_create_tx_descriptor_plcp()
|
/linux-4.4.14/Documentation/prctl/ |
D | no_new_privs.txt | 32 service launcher to set no_new_privs before execing daemons may
|
/linux-4.4.14/Documentation/ide/ |
D | ide-tape.txt | 50 overlap method which enables ide.c to service requests from the
|
D | ChangeLog.ide-tape.1995-2002 | 37 * service all of them after this single tape request. 97 * service time, based on the tape's parameters. In 151 * to compute the request service time.
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | s390_flic.txt | 4 FLIC handles floating (non per-cpu) interrupts, i.e. I/O, service and some
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | Kconfig | 27 telephone service company provides. 68 telephone service company provides. 358 comment "HiSax PCMCIA card service modules"
|
/linux-4.4.14/drivers/misc/ |
D | Kconfig | 96 tristate "Device driver for IBM RSA service processor" 100 IBM RSA (Condor) service processor in eServer xSeries systems. 102 ASM (Advanced Systems Management) functions on the service 106 service processor board as a regular serial port. To make use of
|
/linux-4.4.14/Documentation/ptp/ |
D | ptp.txt | 70 driver's interrupt service routine.
|
/linux-4.4.14/drivers/pci/pcie/aer/ |
D | aerdrv.c | 59 .service = PCIE_PORT_SERVICE_AER,
|
D | aer_inject.c | 307 if (pcie_dev->service & PCIE_PORT_SERVICE_AER) { in find_aer_device_iter()
|
D | aerdrv_core.c | 419 if (service_driver->service == PCIE_PORT_SERVICE_AER) { in find_aer_service_iter()
|
/linux-4.4.14/drivers/net/slip/ |
D | Kconfig | 10 connect to your Internet service provider or to connect to some
|
/linux-4.4.14/tools/lguest/ |
D | lguest.c | 227 void (*service)(struct virtqueue *vq); member 1133 vq->service(vq); in do_thread() 2381 void (*service)(struct virtqueue *), in add_pci_virtqueue() 2396 vq->service = service; in add_pci_virtqueue()
|
/linux-4.4.14/Documentation/sound/oss/ |
D | Introduction | 32 1.1.1 19991031 Added notes on sound-slot- and sound-service. 401 a midi synth in all cases then it will request "sound-service-0-n" where n 424 alias sound-service-2-0 tvmixer
|
/linux-4.4.14/arch/arm/plat-omap/ |
D | Kconfig | 132 PPA routine service ID for setting L2 auxiliary control register.
|
/linux-4.4.14/Documentation/powerpc/ |
D | firmware-assisted-dump.txt | 25 service start/stop init scripts. 197 easily integrated with kdump service start/stop.
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | OSS-Emulation.txt | 16 These modules are loaded automatically when the corresponding service 17 is called. The alias is defined sound-service-x-y, where x and y are
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | nfs.txt | 70 upcall to allow userland to provide this service.
|
D | nfs41-server.txt | 11 control file, the nfsd service must be taken down. You can use rpc.nfsd
|
D | knfsd-stats.txt | 62 an nfsd thread to service it, i.e. no nfsd thread was considered
|
D | nfs-rdma.txt | 253 $ service nfs start
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | Kconfig | 235 on the ith server and Ui is the fixed service rate (weight) 282 virtual service.
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
D | d11.h | 673 u16 service; member 707 u8 service; member
|
/linux-4.4.14/Documentation/timers/ |
D | highres.txt | 88 service handler, which is almost inherently hardware dependent. 118 interrupt, clock event device notification service and support for suspend and
|
/linux-4.4.14/net/ |
D | Kconfig | 335 tristate "Network packet drop alerting service" 338 This feature provides an alerting service to userspace in the
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | user-guide.txt | 209 triggered through a service processor or other
|
/linux-4.4.14/Documentation/console/ |
D | console.txt | 135 impossible for the driver to service console requests. This can happen
|
/linux-4.4.14/Documentation/nfc/ |
D | nfc-hci.txt | 44 A gate defines the 'port' where some service can be found. In order to access 45 a service, one must create a pipe to that gate and open it. In this
|
/linux-4.4.14/arch/frv/mm/ |
D | tlb-miss.S | 620 # we can now resume normal service
|
/linux-4.4.14/Documentation/arm/ |
D | Interrupts | 33 finish processing before you can service the new interrupt. Eg, an
|
/linux-4.4.14/net/netfilter/ |
D | Kconfig | 246 tristate "NetBIOS name service protocol support" 249 NetBIOS name service requests are sent as broadcast messages from an 253 originating NetBIOS name service requests and the corresponding 265 tristate "SNMP service protocol support" 269 SNMP service requests are sent as broadcast messages from an 273 originating SNMP service requests and the corresponding
|
/linux-4.4.14/Documentation/spi/ |
D | pxa2xx | 34 tx_channel. The rx_channel has a higher DMA service priority the tx_channel.
|
/linux-4.4.14/Documentation/rapidio/ |
D | rapidio.txt | 84 one or more common service layers for all participating RapidIO devices. These 86 device-specific drivers. Example of such service provider is the RIONET driver
|
/linux-4.4.14/Documentation/arm64/ |
D | acpi_object_usage.txt | 94 table is not present, UEFI run time service will be utilized to save 524 GetMemoryMap() boot service is the only mechanism that will be used.
|
/linux-4.4.14/Documentation/sysctl/ |
D | kernel.txt | 166 to a service organization (callhome) in case of an operating system panic. 170 the complete kernel oops message is send to the IBM customer service 172 on has a service contract with IBM.
|
D | net.txt | 125 denial-of-service attack impossible. A higher message_cost factor, results in
|
/linux-4.4.14/Documentation/wimax/ |
D | README.i2400m | 119 to make things work. See the network service's README for instructions
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | msr.txt | 5 KVM makes use of some custom MSRs to service some requests.
|
D | api.txt | 1325 Identification in succeeding service requests is done via assigned_dev_id. The 1496 KVM_DEASSIGN_DEV_IRQ. Calling this service more than once at any earlier 2331 the interrupt if the device making use of it still requires service. 2671 service in order to allow it to be handled in the kernel. The 2672 argument struct gives the name of the service, which must be the name 2673 of a service that has a kernel-side implementation. If the token 2674 value is non-zero, it will be associated with that service, and 2677 associated with the service will be forgotten, and subsequent RTAS 2678 calls by the guest for that service will be passed to userspace to be
|
D | timekeeping.txt | 262 accessed through memory-mapped registers and provides interrupt service to each 414 inactive, the P-state may be raised temporarily to service cache misses from
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | object.txt | 268 withdraw the object from service, perhaps to make space, but also due to
|
/linux-4.4.14/net/ipv4/ |
D | Kconfig | 266 flooding". This denial-of-service attack prevents legitimate remote 323 and RSS) can be leveraged to provide better service.
|
/linux-4.4.14/Documentation/RCU/ |
D | whatisRCU.txt | 204 of denial-of-service attacks. Code using call_rcu() should limit 346 to remote denial-of-service attacks. 912 example, is your code subject to network-based denial-of-service
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | Kconfig | 53 fields such as the source, destination, type of service and
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 2509 int ptlrpc_unregister_service(struct ptlrpc_service *service);
|