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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Dcpu.c177 /* arch-optional setting to enable display of offline cpus >= nr_cpu_ids */
184 cpumask_var_t offline; local
186 /* display offline cpus < nr_cpu_ids */
187 if (!alloc_cpumask_var(&offline, GFP_KERNEL))
189 cpumask_andnot(offline, cpu_possible_mask, cpu_online_mask);
190 n = cpulist_scnprintf(buf, len, offline);
191 free_cpumask_var(offline);
193 /* display offline cpus >= nr_cpu_ids */
208 static SYSDEV_CLASS_ATTR(offline, 0444, print_cpus_offline, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/frontier/
H A Dalphatrack.c171 unsigned char offline; /* if the device is out of range or asleep */ member in struct:usb_alphatrack
254 if (dev->offline == 2 && dev->interrupt_in_buffer[1] == 0xff)
256 if (dev->offline == 1 && dev->interrupt_in_buffer[1] == 0xff) {
257 dev->offline = 2;
260 /* Always pass one offline event up the stack */
261 if (dev->offline > 0 && dev->interrupt_in_buffer[1] != 0xff)
262 dev->offline = 0;
263 if (dev->offline == 0 && dev->interrupt_in_buffer[1] == 0xff)
264 dev->offline = 1;
377 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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddialevt.tex39 notify about transition from offline to online state or vice versa?
H A Dtsamples.tex164 interface: in particular, the current connection status (online or offline) and
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dtime.c114 s64 blocked, runnable, offline, stolen; local
126 offline = state.time[RUNSTATE_offline] - snap->time[RUNSTATE_offline];
132 stolen = runnable + offline + __get_cpu_var(xen_residual_stolen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/wiper/
H A Dwiper.sh188 ## Take a first cut at online/offline determination, based on the target:
193 method=offline
319 ## If it is mounted read-only, we must switch to doing an "offline" trim of fsdev:
322 [ "$fsmode" = "read-only" ] && method=offline
326 ## For offline TRIM, we need the block device, and it cannot be mounted read-write:
328 if [ "$method" = "offline" ]; then
345 ## to switch gears and do an "online" TRIM instead of an "offline" TRIM.
363 ## At this point, we have finalized our selection of online vs. offline,
479 ## We can only do offline TRIM on filesystems that we "know" about here.
606 echo "$target: offline TRI
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_fcs_lport.c69 void (*offline) (struct bfa_fcs_port_s *port); member in struct:__anon14281
164 __port_action[port->fabric->fab_type].offline(port);
550 __port_action[port->fabric->fab_type].offline(port);
818 * Called by fabric for base port when fabric goes offline.
819 * Called by vport for virtual ports when virtual port becomes offline.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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) {

Completed in 109 milliseconds