Searched refs:offline (Results 1 - 7 of 7) sorted by relevance

/drivers/base/
H A Dcpu.c179 /* arch-optional setting to enable display of offline cpus >= nr_cpu_ids */
186 cpumask_var_t offline; local
188 /* display offline cpus < nr_cpu_ids */
189 if (!alloc_cpumask_var(&offline, GFP_KERNEL))
191 cpumask_andnot(offline, cpu_possible_mask, cpu_online_mask);
192 n = cpulist_scnprintf(buf, len, offline);
193 free_cpumask_var(offline);
195 /* display offline cpus >= nr_cpu_ids */
210 static DEVICE_ATTR(offline, 0444, print_cpus_offline, NULL);
/drivers/staging/frontier/
H A Dalphatrack.c172 unsigned char offline; /* if the device is out of range or asleep */ member in struct:usb_alphatrack
255 if (dev->offline == 2 && dev->interrupt_in_buffer[1] == 0xff)
257 if (dev->offline == 1 && dev->interrupt_in_buffer[1] == 0xff) {
258 dev->offline = 2;
261 /* Always pass one offline event up the stack */
262 if (dev->offline > 0 && dev->interrupt_in_buffer[1] != 0xff)
263 dev->offline = 0;
264 if (dev->offline == 0 && dev->interrupt_in_buffer[1] == 0xff)
265 dev->offline = 1;
378 dev->offline
[all...]
H A Dtranzport.c151 unsigned char offline; /* if the device is out of range or asleep */ member in struct:usb_tranzport
210 show_int(offline); variable
274 if (dev->offline == 2 && dev->interrupt_in_buffer[1] == 0xff)
276 if (dev->offline == 1 && dev->interrupt_in_buffer[1] == 0xff) {
277 dev->offline = 2;
281 /* Always pass one offline event up the stack */
282 if (dev->offline > 0 && dev->interrupt_in_buffer[1] != 0xff)
283 dev->offline = 0;
284 if (dev->offline == 0 && dev->interrupt_in_buffer[1] == 0xff)
285 dev->offline
[all...]
/drivers/target/
H A Dtarget_core_alua.c47 struct se_port *port, int explict, int offline);
541 pr_debug("ALUA: Got secondary offline status for local"
1027 int offline)
1047 if (offline)
1060 tg_pt_gp->tg_pt_gp_id, (offline) ? "OFFLINE" : "ONLINE");
1023 core_alua_set_tg_pt_secondary_state( struct t10_alua_tg_pt_gp_member *tg_pt_gp_mem, struct se_port *port, int explict, int offline) argument
/drivers/misc/sgi-xp/
H A Dxpc.h196 unsigned long offline; /* if 0, heartbeat should be changing */ member in struct:xpc_heartbeat_uv
H A Dxpc_uv.c845 xpc_heartbeat_uv->offline = 1;
852 xpc_heartbeat_uv->offline = 0;
859 xpc_heartbeat_uv->offline = 0;
881 !part_uv->cached_heartbeat.offline) {
/drivers/scsi/bfa/
H A Dbfa_fcs_lport.c57 void (*offline) (struct bfa_fcs_lport_s *port); member in struct:__anon4221
162 __port_action[port->fabric->fab_type].offline(port);
180 __port_action[port->fabric->fab_type].offline(port);
637 __port_action[port->fabric->fab_type].offline(port);
648 "Logical port taken offline: WWN = %s Role = %s\n",
936 * Called by fabric for base port when fabric goes offline.
937 * Called by vport for virtual ports when virtual port becomes offline.
1081 * Called by port to notify transition to offline state.
1143 * whose pid should be zero, because it is offline.
1158 * Called by fcs/port to notify transition to offline stat
[all...]

Completed in 4444 milliseconds