Searched refs:servers (Results 1 - 157 of 157) sorted by relevance

/linux-4.1.27/include/uapi/linux/
H A Dvirtio_rng.h4 * compatible drivers/servers. */
H A Dvirtio_9p.h4 * compatible drivers/servers.
H A Dvirtio_ids.h7 * compatible drivers/servers.
H A Dvirtio_input.h4 * compatible drivers/servers.
H A Dvirtio_types.h6 * compatible drivers/servers.
H A Dip_vs.h205 /* number of real servers */
239 /* number of real servers */
242 /* the real servers */
H A Dvirtio_config.h4 * anyone can use the definitions to implement compatible drivers/servers.
H A Dvirtio_console.h3 * anyone can use the definitions to implement compatible drivers/servers:
H A Dvirtio_ring.h5 * break existing servers and clients.
8 * compatible drivers/servers.
H A Dvirtio_balloon.h4 * compatible drivers/servers.
H A Dvirtio_blk.h4 * compatible drivers/servers.
H A Dvirtio_scsi.h3 * compatible drivers/servers.
H A Dvirtio_pci.h13 * compatible drivers/servers.
H A Dvirtio_net.h4 * compatible drivers/servers.
/linux-4.1.27/fs/afs/
H A Dvolume.c119 volume->cell, &vlocation->vldb.servers[loop]); afs_volume_lookup()
125 volume->servers[volume->nservers] = server; afs_volume_lookup()
163 afs_put_server(volume->servers[loop]); afs_volume_lookup()
207 afs_put_server(volume->servers[loop]); afs_put_volume()
240 _leave(" = %d [no servers]", ret); afs_volume_pick_fileserver()
248 server = volume->servers[loop]; afs_volume_pick_fileserver()
291 /* no available servers afs_volume_pick_fileserver()
292 * - TODO: handle the no active servers case better afs_volume_pick_fileserver()
333 if (volume->servers[loop] == server) afs_volume_release_fileserver()
341 memmove(&volume->servers[loop], afs_volume_release_fileserver()
342 &volume->servers[loop + 1], afs_volume_release_fileserver()
343 sizeof(volume->servers[loop]) * afs_volume_release_fileserver()
345 volume->servers[volume->nservers] = NULL; afs_volume_release_fileserver()
H A Dserver.c20 /* tree of all the servers, indexed by IP address */
24 /* LRU list of all the servers not currently in use */
114 list_for_each_entry(server, &cell->servers, link) { afs_lookup_server()
129 list_for_each_entry(server, &cell->servers, link) { afs_lookup_server()
140 list_add_tail(&server->link, &cell->servers); afs_lookup_server()
H A Dafs_vl.h63 unsigned num_servers; /* num servers that hold instances of this vol */
81 } servers[8]; member in struct:afs_vldbentry
H A Dvlocation.c34 * iterate through the VL servers in a cell until one of them admits knowing
90 * iterate through the VL servers in a cell until one of them admits knowing
207 ntohl(vl->vldb.servers[0].s_addr), afs_vlocation_update_record()
209 ntohl(vl->vldb.servers[1].s_addr), afs_vlocation_update_record()
211 ntohl(vl->vldb.servers[2].s_addr), afs_vlocation_update_record()
272 ntohl(vldb->servers[0].s_addr), vldb->srvtmask[0], afs_vlocation_apply_update()
273 ntohl(vldb->servers[1].s_addr), vldb->srvtmask[1], afs_vlocation_apply_update()
274 ntohl(vldb->servers[2].s_addr), vldb->srvtmask[2]); afs_vlocation_apply_update()
368 * - iterate through the VL servers in a cell until one of them admits knowing
H A Dproc.c360 if (!proc_create_data("servers", 0, dir, afs_proc_cell_setup()
584 * open "/proc/fs/afs/<cell>/servers" which provides a summary of active
585 * servers
619 return seq_list_start_head(&cell->servers, *_pos);
631 return seq_list_next(v, &cell->servers, _pos); afs_proc_cell_servers_next()
655 if (v == &cell->servers) { afs_proc_cell_servers_show()
H A Dafs.h84 size_t nservers; /* number of entries used in servers[] */
87 } servers[8]; member in struct:afs_volume_info
H A Dcell.c66 INIT_LIST_HEAD(&cell->servers); afs_cell_alloc()
362 ASSERT(list_empty(&cell->servers)); afs_put_cell()
403 ASSERT(list_empty(&cell->servers)); afs_cell_destroy()
H A Dinternal.h188 struct in_addr vl_servers[15]; /* cached cell VL servers */
205 struct list_head servers; /* active server list */ member in struct:afs_cell
211 unsigned short vl_naddrs; /* number of VL servers in addr list */
225 uint8_t nservers; /* number of entries used in servers[] */
227 uint8_t srvtmask[8]; /* voltype masks for servers[] */
233 struct in_addr servers[8]; /* fileserver addresses */ member in struct:afs_cache_vlocation
315 unsigned short rjservers; /* number of servers discarded due to -ENOMEDIUM */
316 struct afs_server *servers[8]; /* servers on which volume resides (ordered) */ member in struct:afs_volume
H A Dvlclient.c91 entry->servers[loop].s_addr = *bp++; afs_deliver_vl_get_entry_by_xxx()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
H A Dlustre_ver.h21 /* If lustre version of client and servers it connects to differs by more
H A Dlustre_disk.h236 #define LMD_FLG_NOSVC 0x0010 /* Only start MGS/MGC for servers,
238 #define LMD_FLG_NOMGS 0x0020 /* Only start target for servers, reusing
H A Dlustre_fid.h343 * clients, this contains meta-sequence range. And for servers this
H A Dobd_support.h127 /* Max connect interval for nonresponsive servers; ~50s to avoid building up
H A Dlustre_net.h96 * of LNET_MTU sized RDMA transfers. Clients and servers negotiate the
1485 * so that servers' early reply updates to the deadline aren't
H A Dobd.h424 /* used by quotacheck when the servers are older than 2.4 */
H A Dcl_object.h1292 * two locks on the different OST servers at the same time, as this introduces
/linux-4.1.27/include/uapi/linux/cifs/
H A Dcifs_mount.h21 #define CIFS_MAX_USERNAME_LEN 256 /* reasonable max for current servers */
/linux-4.1.27/include/linux/ceph/
H A Dmdsmap.h8 * mds map - describe servers in the mds cluster.
/linux-4.1.27/include/linux/
H A Dvirtio_console.h3 * anyone can use the definitions to implement compatible drivers/servers:
H A Dipmi-fru.h22 * (http://download.intel.com/design/servers/ipmi/FRU1011.pdf)
H A Dnfs_fs_sb.h61 struct list_head cl_ds_clients; /* auth flavor data servers */
127 struct list_head master_link; /* link in master servers list */
H A Dvirtio_mmio.h9 * compatible drivers/servers.
H A Dvgaarb.h239 * by userspace since we some older X servers have issues.
H A Dnfs_xdr.h9 * NFS_MAX_FILE_IO_SIZE. 64KB is a typical maximum, but some servers can
1040 struct nfs4_string servers[NFS4_FS_LOCATION_MAXSERVERS]; member in struct:nfs4_fs_location
/linux-4.1.27/drivers/staging/lustre/lustre/fid/
H A Dfid_lib.c52 * A cluster-wide range from which fid-sequences are granted to servers and
/linux-4.1.27/fs/nfs/
H A Dclient.c1241 * open "/proc/fs/nfsfs/servers" which provides a summary of servers with which
1408 /* a file of servers with which we're dealing */ nfs_fs_proc_net_init()
1409 p = proc_create("servers", S_IFREG|S_IRUGO, nfs_fs_proc_net_init()
1443 /* a file of servers with which we're dealing */ nfs_fs_proc_init()
1444 p = proc_symlink("servers", proc_fs_nfs, "../../net/nfsfs/servers"); nfs_fs_proc_init()
1455 remove_proc_entry("servers", proc_fs_nfs); nfs_fs_proc_init()
1468 remove_proc_entry("servers", proc_fs_nfs); nfs_fs_proc_exit()
H A Dnfs4namespace.c259 const struct nfs4_string *buf = &location->servers[s]; try_location()
445 const struct nfs4_string *buf = &location->servers[s]; nfs4_try_replacing_one_location()
H A Ddirect.c155 * @dreq - direct request possibly spanning multiple servers
183 * @dreq - direct request possibly spanning multiple servers
201 * @dreq - direct request possibly spanning multiple servers
223 * @dreq - direct request possibly spanning multiple servers
H A Dnamespace.c135 * filesystems may be migrated to different servers in a failover
H A Dnfsroot.c38 * different RARP and NFS servers.
H A Ddelegation.c359 * Deal with broken servers that hand out two nfs_inode_set_delegation()
H A Dpnfs_nfs.c293 * Data servers can be mapped to different device ids.
H A Dnfs2xdr.c238 * for the "touch" program across v2 mounts to Solaris and Irix servers
H A Dnfs4client.c915 /* data servers support only a subset of NFSv4.1 */ nfs4_server_common_setup()
H A Dnfs4xdr.c3589 /* Ignore borken servers that return unrequested attrs */ decode_attr_fs_locations()
3614 dprintk("%s: servers:\n", __func__); decode_attr_fs_locations()
3620 dprintk("%s: using first %u of %u servers " decode_attr_fs_locations()
3634 server = &loc->servers[loc->nservers]; decode_attr_fs_locations()
H A Dpnfs.c2147 * NFS_UNSTABLE WRITEs with a COMMIT to data servers must store enough
H A Dsuper.c1802 * SHOULD prefer the flavor listed first. However, some servers list nfs_try_mount_request()
H A Dnfs4proc.c280 * NFSv4 servers do not return entries for '.' and '..' nfs4_setup_readdir()
6613 * disallowed by spec, but exists in deployed servers) use nfs4_proc_secinfo()
8159 * disallowed by spec, but exists in deployed servers) use nfs41_proc_secinfo_no_name()
/linux-4.1.27/include/net/
H A Dinet_timewait_sock.h46 * problems of sockets in such a state on heavily loaded servers, but
H A Dip_vs.h669 __u32 num_dests; /* number of servers */
/linux-4.1.27/net/netfilter/
H A Dnf_conntrack_tftp.c31 MODULE_PARM_DESC(ports, "Port numbers of TFTP servers");
H A Dnf_conntrack_irc.c50 MODULE_PARM_DESC(ports, "port numbers of IRC servers");
H A Dnf_nat_core.c255 * anyway). The consistency means that servers see the same find_best_ips_proto()
H A Dnf_conntrack_sip.c39 MODULE_PARM_DESC(ports, "port numbers of SIP servers");
1295 * However, some servers fail to detect retransmissions and send late process_register_response()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Dsymlink.c131 * For 8k stacks we need to limit it to 7 for local servers. */ ll_follow_link()
/linux-4.1.27/net/netfilter/ipvs/
H A Dip_vs_est.c33 seconds) for virtual services and real servers. For measure rate in a
H A Dip_vs_sched.c6 * cluster of servers.
H A Dip_vs_core.c6 * cluster of servers.
1757 * encorage the standby servers to update the connections timeout ip_vs_in()
H A Dip_vs_conn.c6 * cluster of servers.
H A Dip_vs_xmit.c946 * server. For example, all real servers are configured with
H A Dip_vs_sync.c6 * cluster of servers.
H A Dip_vs_ctl.c6 * cluster of servers.
/linux-4.1.27/fs/cifs/
H A Dcifsfs.c194 * but note that some servers (includinng Samba 3) have a shorter cifs_statfs()
234 on the client (above and beyond ACL on servers) for cifs_permission()
235 servers which do not support setting and viewing mode bits, cifs_permission()
840 * option is set, but there are servers which do not support cifs_setlease()
1304 ("VFS to access servers complying with the SNIA CIFS Specification "
H A Dmisc.c332 /* Need to work around a bug in two servers here */ checkSMB()
335 /* some servers return only half of bcc checkSMB()
380 * Some servers (Windows XP in particular) send more checkSMB()
H A Dsmb2misc.c118 * As with SMB/CIFS, on some error cases servers may smb2_check_message()
189 * of junk. Other servers match RFC1001 len to actual smb2_check_message()
H A Dsmb1ops.c483 * HACK alert! Ancient servers have very small buffers. Even though cifs_negotiate_rsize()
484 * MS-CIFS indicates that servers are only limited by the client's cifs_negotiate_rsize()
903 * Some old Windows servers also do not support level 103, retry with cifs_queryfs()
H A Dinode.c637 * Don't accept zero nlink from non-unix servers unless cifs_all_info_to_fattr()
989 /* some servers mistakenly claim POSIX support */ cifs_root_iget()
1175 * BB: remove this hack after more servers have the fix cifs_rename_pending_delete()
1632 * rename by filehandle to various Windows servers. cifs_do_rename()
2410 /* BB: add cifs_setattr_legacy for really old servers */ cifs_setattr()
H A Dcifspdu.h55 #define SMB_COM_OPEN_ANDX 0x2D /* Legacy open for old servers */
1007 /* Legacy write request for older servers */
1059 /* legacy read request for older servers */
2342 setting time to NT4 and some older servers via
2673 are unneeded to servers compliant with the CIFS POSIX extensions
H A Dcifssmb.c1338 * sensitive checks for other servers such as Samba. CIFS_open()
1882 * OS/2 servers are known to set incorrect CountHigh values. CIFSSMBWrite()
2066 * client. OS/2 servers are known to set incorrect cifs_writev_callback()
2264 * servers are known to set incorrect CountHigh values. CIFSSMBWrite2()
3147 * do symlinks nicely to Samba and other servers which support the
3970 /* Legacy Query Path Information call for lookup to old servers such
4996 /* Query File System Info such as free space to old servers such as Win 9x */
5703 /* Some legacy servers such as NT4 require that the file times be set on
5706 old servers since the only other choice is to go from 100 nanosecond DCE
H A Dlink.c606 * not updating src file ctime on hardlinks but Windows servers cifs_hardlink()
H A Dsess.c273 returned by old servers in the SMB negprot response */ decode_ascii_ssetup()
274 /* BB For newer servers which do not support Unicode, decode_ascii_ssetup()
H A Dconnect.c1221 * informational, only used for servers that do not support cifs_parse_mount_options()
2890 * some servers require RFC1001 sessinit before sending ip_rfc1001_connect()
3529 * for DFS referrals from w2k8 servers which don't seem to respond cifs_mount()
3684 by Samba (not sure whether other servers allow CIFSTCon()
H A Dreaddir.c587 * will be in this buffer, although some servers do not return find_cifs_entry()
H A Dtransport.c174 * nonresponsive servers to be detected and 15 seconds smb_send_kvec()
H A Dsmb2ops.c223 /* BB we probably don't need to retry with modern servers */ smb2_negotiate()
H A Dcifsglob.h727 * use 65536 to allow for a write that is a multiple of 4k. Most servers seem
H A Dsmb2pdu.c1947 * client. OS/2 servers are known to set incorrect smb2_writev_callback()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Dllog_client.c353 the servers all close the file at the end of every llog_client_close()
H A Dimport.c895 * uuids when servers are in recovery. Simply signal the ptlrpc_connect_interpret()
896 * servers replay is complete and wait in REPLAY_WAIT. */ ptlrpc_connect_interpret()
1073 * need interop with unpatched 2.2 servers. For newer servers, ptlrpc_connect_interpret()
1184 * Actually servers are only supposed to refuse ptlrpc_connect_interpret()
H A Devents.c474 * still talk to old servers. */ ptlrpc_uuid_to_peer()
H A Dnrs.c32 * Allows to reorder the handling of RPCs at servers.
H A Dpack_generic.c1642 * clients and servers without ptlrpc_body_v2 (< 2.3) lustre_swab_ptlrpc_body()
H A Dservice.c1250 difference between clients' and servers' expectations */ ptlrpc_at_send_early_reply()
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_info.c175 * oldest first (i.e. kernel, servers, clients), so walk backwardss. drm_clients_info()
/linux-4.1.27/fs/lockd/
H A Dclntlock.c139 /* Go to sleep waiting for GRANT callback. Some servers seem nlmclnt_block()
H A Dsvc.c210 * some NFS servers do not yet support NLM over TCP.
/linux-4.1.27/include/linux/sunrpc/
H A Dcache.h5 * used by sunrpc clients and servers.
H A Dsvc.h43 * node traffic on multi-node NUMA NFS servers.
/linux-4.1.27/arch/powerpc/sysdev/xics/
H A Dicp-native.c283 pr_err("icp_native: ICP reg len (%d) != num servers (%d)", icp_native_init_one_node()
/linux-4.1.27/arch/parisc/include/asm/
H A Dpci.h10 ** (workstations 1-~4, servers 2-~32)
/linux-4.1.27/net/core/
H A Drequest_sock.c30 * The minimum value of it is 128. Experiments with real servers show that
/linux-4.1.27/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c55 * (reasonable default for most desktops and servers)
/linux-4.1.27/net/ipv4/
H A Dipconfig.c889 u8 servers; ic_do_bootp_ext() local
912 servers= *ext/4; ic_do_bootp_ext()
913 if (servers > CONF_NAMESERVERS_MAX) ic_do_bootp_ext()
914 servers = CONF_NAMESERVERS_MAX; ic_do_bootp_ext()
915 for (i = 0; i < servers; i++) { ic_do_bootp_ext()
H A Dtcp.c118 * clients/servers which listen in on
2106 * f.e. on http servers, when such sockets are useless, but tcp_close()
H A Daf_inet.c459 * (ie. your servers still start up even if your ISDN link inet_bind()
H A Dtcp_ipv4.c391 * servers this needs to be solved differently. tcp_v4_err()
/linux-4.1.27/include/net/9p/
H A D9p.h218 * be supported by servers.
354 * qids are identifiers used by 9P servers to track file system
/linux-4.1.27/drivers/ide/
H A Dserverworks.c266 /* On Dell PowerEdge servers with a CSB5/CSB6, the top two bits
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
H A Dlustre_errno.h37 * To maintain compatibility with existing x86 clients and servers, each of
H A Dlustre_idl.h1265 * 2.2 clients/servers is no longer needed. LU-1252/LU-1644. */
2939 * Opcodes for multiple servers.
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_irq_kms.c207 * IBM POWER servers, so we limit them radeon_msi_ok()
H A Dradeon_connectors.c365 /* some servers provide a hardcoded edid in rom for KVMs */ radeon_connector_get_edid()
1079 /* RN50 and some RV100 asics in servers often have a hardcoded EDID in the radeon_vga_detect()
1370 /* RN50 and some RV100 asics in servers often have a hardcoded EDID in the radeon_dvi_detect()
H A Dr600_cp.c2019 /* Enable vblank on CRTC1 for older X servers r600_do_init_cp()
H A Dradeon_cp.c1210 /* Enable vblank on CRTC1 for older X servers radeon_do_init_cp()
H A Dradeon_display.c1604 /* check combios for a valid hardcoded EDID - Sun servers */ radeon_modeset_init()
H A Dr100.c2630 * of servers seem to wire it up to a VGA port but r100_set_common_regs()
2643 /* DELL triple head servers */ r100_set_common_regs()
/linux-4.1.27/drivers/tty/hvc/
H A Dhvcs.c34 * Firmware dynamically (via hotplug) exposes vty-servers to a running ppc64
41 * Many vty-servers can be configured to connect to one vty, but a vty can
224 * device node. If vty-servers were hotplug removed from the system and then
502 " vty-servers.\n"); hvcs_rescan_store()
H A Dhvsi.c20 * and the service processor on IBM pSeries servers. On these servers, there
/linux-4.1.27/drivers/tty/serial/
H A Dmux.c3 ** serial driver for the Mux console found in some PA-RISC servers.
H A Dip22zilog.c3 * servers. This driver could actually be made more generic.
H A Dsunzilog.c4 * servers. This driver could actually be made more generic.
/linux-4.1.27/arch/alpha/kernel/
H A Dcore_t2.c477 * Thus we can now run standard X servers on SABLE/LYNX. :-) t2_init_arch()
/linux-4.1.27/net/sunrpc/xprtrdma/
H A Dxprt_rdma.h385 /* Setting this to 0 ensures interoperability with early servers.
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dobd_mount.c64 * This func is called for both clients and servers.
433 /* Keep a refcount of servers/clients who started with "mount", lustre_start_mgc()
/linux-4.1.27/drivers/powercap/
H A Dintel_rapl.c1064 RAPL_CPU(0x3f, rapl_defaults_hsw_server),/* Haswell servers */
1065 RAPL_CPU(0x4f, rapl_defaults_hsw_server),/* Broadwell servers */
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dperf_event_intel_rapl.c26 * dram counter: consumption of the dram domain (servers only)
/linux-4.1.27/drivers/block/
H A Dnbd.c72 * 1. Each NIC is essentially a synchronization point for all servers
/linux-4.1.27/drivers/watchdog/
H A Dhpwdt.c801 * So we only support the G5 ProLiant servers and higher. hpwdt_init_one()
/linux-4.1.27/fs/ncpfs/
H A Dioctl.c832 * necessary to authenticate to other NDS servers are ncp_ioctl()
/linux-4.1.27/net/sunrpc/auth_gss/
H A Dgss_krb5_wrap.c392 * seeing 28 bytes as the value used by Microsoft clients and servers
H A Dgss_rpc_xdr.c837 /* we do not support upcall servers sending this data. */ gssx_dec_accept_sec_context()
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/
H A Dmgc_request.c976 /* Turn off initial_recov after we try all backup servers once */ mgc_set_info_async()
1548 * This func is called for both clients and servers.
/linux-4.1.27/drivers/scsi/bfa/
H A Dbfa_fc.h1265 * defintions for the explanation code for all servers
/linux-4.1.27/drivers/gpu/vga/
H A Dvgaarb.c157 turning off anything anywhere due to old X servers getting
/linux-4.1.27/fs/nfsd/
H A Dnfs4callback.c651 * 5661 section 18.36.3 requiring servers to use 4 in this field, the
/linux-4.1.27/fs/ceph/
H A Dsnap.c13 * client. In contrast to local file systems or file servers that
H A Dsuper.h179 * multiple metadata servers. It is also used to indicate points where
H A Dcaps.c20 * The Ceph metadata servers control client access to inode metadata
H A Dmds_client.c26 * partitioning hierarchically across a number of servers, and that
/linux-4.1.27/net/dccp/
H A Dipv4.c275 * servers this needs to be solved differently. dccp_v4_err()
/linux-4.1.27/net/sctp/
H A Dinput.c532 * servers this needs to be solved differently. sctp_err_lookup()
/linux-4.1.27/drivers/char/ipmi/
H A Dipmi_si_intf.c3216 * Device ID = 0x20 BMC on PowerEdge 8G servers
3267 * Dell PowerEdge servers with the BT interface (x6xx and 1750) will
/linux-4.1.27/fs/fuse/
H A Dfile.c2303 * CUSE servers compiled on 32bit broke on 64bit kernels because the
2434 * behavior for all FUSE servers.
/linux-4.1.27/drivers/video/fbdev/
H A Dskeletonfb.c112 * NUMA graphics servers. For this case we have a bunch of pars, each
/linux-4.1.27/arch/s390/kernel/
H A Dtime.c1515 * server attempts to communicate over an STP link and the servers
/linux-4.1.27/kernel/trace/
H A Dtrace.h865 * struct trace_parser - servers for reading the user input separated by spaces
/linux-4.1.27/net/sunrpc/
H A Dcache.c5 * used by sunrpc clients and servers.
H A Dsvc_xprt.c30 * idle connections after 5 minutes, servers after
H A Dxprtsock.c175 * transport connection with the server. Some servers like to drop a TCP
/linux-4.1.27/tools/hv/
H A Dhv_kvp_daemon.c1327 * name servers. kvp_set_ip_info()
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
H A Dlib-move.c2446 * from Lustre servers. Specifying the expected number of such messages
/linux-4.1.27/net/ipx/
H A Daf_ipx.c740 /* NB: NetWare servers lie about their hop count so we ipxitf_discover_netnum()
/linux-4.1.27/net/irda/
H A Dirlmp.c619 * Duplicate LSAP, can be used by servers to confirm a connection on a
H A Dirttp.c1425 * Duplicate TSAP, can be used by servers to confirm a connection on a
H A Daf_irda.c761 * Used by servers to register their well known TSAP
/linux-4.1.27/kernel/sched/
H A Ddeadline.c705 * using deadline servers -- however there's a few nasties to figure update_curr_dl()
/linux-4.1.27/mm/
H A Dmemory_hotplug.c1562 * Since on modern servers, one node could have double-digit cmdline_parse_movable_node()
/linux-4.1.27/net/vmw_vsock/
H A Dvmci_transport.c926 /* Processing of pending connections for servers goes through vmci_transport_recv_pkt_work()
/linux-4.1.27/include/drm/
H A Ddrm_crtc.h1007 * control groups for use by different user level processes (e.g. two X servers
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_nportdisc.c1061 /* Some switches have FDMI servers returning 0 for WWN */ lpfc_cmpl_plogi_plogi_issue()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_request.c2239 * load on the servers at recovery time.
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
H A Dosc_request.c1072 /* workaround for servers which do not have the patch from osc_init_grant()
/linux-4.1.27/drivers/net/ethernet/broadcom/
H A Dbnx2.c1838 * in blade servers. Some blade servers use

Completed in 9475 milliseconds