Home
last modified time | relevance | path

Searched refs:socket_info (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/s390/kernel/
Dtopology.c47 static struct mask_info socket_info; variable
121 info = &socket_info; in clear_masks()
142 struct mask_info *socket = &socket_info; in __tl_to_masks_generic()
171 struct mask_info *socket = &socket_info; in __tl_to_masks_z10()
258 topo->core_mask = cpu_group_map(&socket_info, cpu); in update_cpu_masks()
491 alloc_masks(info, &socket_info, 1); in s390_topology_init()
/linux-4.4.14/drivers/pcmcia/
Di82092.c53 struct socket_info { struct
66 static struct socket_info sockets[MAX_SOCKETS]; argument
419 unsigned int sock = container_of(socket, struct socket_info, socket)->number; in i82092aa_get_status()
462 unsigned int sock = container_of(socket, struct socket_info, socket)->number; in i82092aa_set_socket()
559 unsigned int sock = container_of(socket, struct socket_info, socket)->number; in i82092aa_set_io_map()
603 struct socket_info *sock_info = container_of(socket, struct socket_info, socket); in i82092aa_set_mem_map()