Searched refs:online (Results 1 - 25 of 156) sorted by last modified time

1234567

/linux-master/drivers/s390/net/
H A Dqeth_core_main.c830 /* Set offline, then probably fail to set online: */
833 /* stay online for subsequent STARTLAN */
2185 "Setting the device online failed because of insufficient authorization\n");
5005 if (!ddev->online) {
5365 /* let user_space know that device is online */
6310 /* initialized when device first goes online: */
/linux-master/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c1609 /* check online state */
1610 if (!device_status[i].online)
H A Dzcrypt_ccamisc.c1776 if (device_status[i].online &&
1803 if (!(device_status[i].online &&
1899 /* check online state */
1900 if (!device_status[i].online)
/linux-master/kernel/
H A Dworkqueue.c560 * caller is responsible for guaranteeing that the pool stays online.
592 * responsible for guaranteeing that the pwq stays online.
874 * returned pool is and stays online.
1579 * distributed among nodes according to the proportions of numbers of online
1997 * $nna->max may change as CPUs come online/offline and @pwq->wq's
2435 * online will get a splat.
2470 /* Delay binding to CPU if node is not valid or online */
2479 /* Use "random" otherwise know as "first" online CPU of node */
3687 * have to worry about draining overlapping with CPU coming back online or
4403 * schedule_on_each_cpu - execute a function synchronously on each online CP
5290 wq_update_pod(struct workqueue_struct *wq, int cpu, int hotplug_cpu, bool online) argument
[all...]
H A Dcpu.c419 /* CPU failed to report online or dead and is in limbo state. */
822 * setup the vector space for the cpu which comes online.
858 * setup the vector space for the cpu which comes online.
1406 * to an online cpu.
1584 * Make certain the cpu I'm about to reboot on is online.
1646 * online bringup to the hotplug thread.
1698 * Reset stale stack state from the last time this CPU was online.
1740 pr_err("can't online cpu %d because it is not configured as may-hotadd at boot time\n",
1768 * @dev: Pointer to the cpu device to online
1830 * online
3147 set_cpu_online(unsigned int cpu, bool online) argument
[all...]
/linux-master/drivers/phy/ti/
H A Dphy-tusb1210.c222 * To determine if an USB charger is connected to the board, the online prop of
240 bool online = false; local
251 online = val.intval;
255 return online;
/linux-master/kernel/sched/
H A Dsched.h858 cpumask_var_t online; member in struct:root_domain
1085 int online; member in struct:rq
1766 extern void sched_update_numa(int cpu, bool online);
1772 static inline void sched_update_numa(int cpu, bool online) { } argument
/linux-master/block/
H A Dblk-iocost.c1443 * make sure that nobody messed with @iocg. Check iocg->pd.online
1446 WARN_ON_ONCE(list_empty(&iocg->active_list) && iocg->pd.online);
2673 * An iocg with vdebt should stay online so that the timer can keep
2773 * Otherwise, account it as debt if @iocg is online, which it should
H A Dblk-cgroup.h69 /* is this blkg online? protected by both blkcg and q locks */
70 bool online; member in struct:blkcg_gq
140 bool online; member in struct:blkg_policy_data
356 * is guaranteed to include all and only online blkgs. The caller may
H A Dblk-cgroup.c352 pd->online = false;
436 blkg->pd[i]->online = true;
440 blkg->online = true;
548 if (blkg->pd[i] && blkg->pd[i]->online) {
549 blkg->pd[i]->online = false;
555 blkg->online = false;
1113 if (!blkg->online)
1263 * blkcg_pin_online - pin online state
1266 * While pinned, a blkcg is kept online. This is primarily used to
1276 * blkcg_unpin_online - unpin online stat
[all...]
/linux-master/mm/
H A Dpage_owner.c451 /* The pageblock is online, no need to recheck. */
510 bool online; local
526 online = (memcg->css.flags & CSS_ONLINE);
531 online ? "" : "offline ",
/linux-master/drivers/s390/cio/
H A Ddevice.c237 return sprintf(buf, cdev->online ? "1\n" : "0\n");
281 if (!cdev->online || !cdev->drv)
291 cdev->online = 0;
358 if (cdev->online || !cdev->drv)
360 /* Hold on to an extra reference while device is online. */
372 /* Give up online reference since onlining failed. */
382 /* Check if online processing was successful */
386 /* Inform the user that set online failed. */
388 pr_warn("%s: Setting the device online failed because it is boxed\n",
391 pr_warn("%s: Setting the device online faile
[all...]
H A Ddevice_fsm.c163 * been varied online on the SE so we have to find out by magic (i. e. driving
226 if (!cdev->online) {
291 if (!cdev->online)
325 * Finished with online/offline processing.
348 if (cdev->online &&
443 if (cdev->online && cdev->drv->path_event)
545 * Get device online.
699 if (cdev->online) {
747 * Got an interrupt for a normal io (state online).
792 * Got an timeout in online stat
[all...]
/linux-master/drivers/ata/
H A Dlibata-core.c3703 * is online. Also, some SATA devices take a long
3819 * 0 if link offline, -EAGAIN if link online, -errno on errors.
3825 bool online; local
3829 rc = sata_link_hardreset(link, timing, deadline, &online, NULL);
3830 return online ? -EAGAIN : rc;
5071 * ata_phys_link_online - test whether the given link is online
5074 * Test whether @link is online. Note that this function returns
5075 * 0 if online status of @link cannot be obtained, so
5082 * True if the port online status is available and online
[all...]
H A Dahci.c830 bool online; local
836 deadline, &online, NULL);
843 return online ? -EAGAIN : rc;
854 bool online; local
865 deadline, &online, NULL);
882 if (online) {
916 bool online; local
933 rc = sata_link_hardreset(link, timing, deadline, &online,
953 if (online)
1322 * to the harddisk doesn't become online afte
[all...]
H A Dsata_mv.c3596 bool online; local
3609 &online, NULL);
3610 rc = online ? -EAGAIN : rc;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_edif.c801 * if port is online then this is a REKEY operation
1565 /* Check if host is online */
1566 if (!vha->flags.online) {
1567 ql_log(ql_log_warn, vha, 0x70a1, "Host is not online\n");
3562 "%s fcport not find online portid=%06x.\n",
3579 if (!vha->flags.online) {
3580 ql_log(ql_log_warn, vha, 0x7005, "Host not online.\n");
H A Dqla_target.c1608 vha->flags.online = 1;
2376 if (!vha->flags.online || mcmd->reset_count != qpair->chip_reset) {
2378 * Either the port is not online or this request was from
2382 "RESET-TMR online/active/old-count/new-count = %d/%d/%d/%d.\n",
2383 vha->flags.online, qla2x00_reset_active(vha),
3293 * Either the port is not online or this request was from
3298 "RESET-RSP online/active/old-count/new-count = %d/%d/%d/%d.\n",
3299 vha->flags.online, qla2x00_reset_active(vha),
3430 * Either the port is not online or this request was from
3438 "RESET-XFR online/activ
[all...]
H A Dqla_os.c1017 if (!qpair->online) {
1019 "qpair not online. eeh_busy=%d.\n", ha->flags.eeh_busy);
1086 * Wait till the HBA is online after going through
1098 * Success (Adapter is online) : 0
1117 if (base_vha->flags.online)
1442 "HBA not online",
1483 "Wait for hba online failed for cmd=%p.\n", cmd);
1552 "Wait for hba online failed for cmd=%p.\n", cmd);
1626 "Wait for hba online failed board disabled.\n");
1720 "wait for hba online faile
6903 uint32_t online; local
[all...]
H A Dqla_iocb.c2086 if (!qpair->online) {
H A Dqla_init.c331 if (!vha->flags.online || (fcport->flags & FCF_ASYNC_SENT) ||
615 if (!vha->flags.online || (fcport->flags & FCF_ASYNC_SENT))
1143 if (!vha->flags.online || (fcport->flags & FCF_ASYNC_SENT))
1305 if (!vha->flags.online) {
1391 if (!vha->flags.online || fcport->flags & FCF_ASYNC_SENT) {
1393 "%s: %8phC online %d flags %x - not sending command.\n",
1394 __func__, fcport->port_name, vha->flags.online, fcport->flags);
1874 * If state = online, then set scan_needed=1 to do relogin.
2728 vha->flags.online = 0;
3396 vha->flags.online
[all...]
/linux-master/kernel/time/
H A Dtimer_migration.c88 * The groups are built up at init time or when CPUs come online. They are
430 return !(tmc->tmgroup && tmc->online);
923 if (!tmc->online || tmc->remote || tmc->cpuevt.ignore ||
970 if (!tmc->online || !tmc->idle) {
1540 * the new online CPU comes active.
1672 /* First online attempt? Initialize CPU data */
1696 tmc->online = true;
1712 WARN_ON_ONCE(!tmc->online || tmc->idle);
1724 tmc->online = false;
1764 * online CPU
[all...]
/linux-master/include/linux/
H A Ddevice.h677 * @offline_disabled: If set, the device is permanently online.
1077 return dev->bus && dev->bus->offline && dev->bus->online;
H A Dlibata.h1190 bool *online, int (*check_ready)(struct ata_link *));
1218 bool *online,
1221 if (online)
1222 *online = false;
1215 sata_link_hardreset(struct ata_link *link, const unsigned int *timing, unsigned long deadline, bool *online, int (*check_ready)(struct ata_link *)) argument
/linux-master/drivers/base/
H A Dcore.c2799 static DEVICE_ATTR_RW(online);
4216 * not be used until either it is removed or its bus type's .online() callback
4250 * device_online - Put the device back online after successful device_offline().
4251 * @dev: Device to be put back online.
4254 * has not been removed subsequently, execute its bus type's .online() callback
4266 ret = dev->bus->online(dev);
4739 /* Change online device attributes of @dev to @kuid/@kgid. */

Completed in 398 milliseconds

1234567