Searched refs:online (Results 151 - 157 of 157) sorted by relevance

1234567

/linux-master/kernel/events/
H A Dcore.c12603 * Check if the @cpu we're creating an event for is online.
12610 if (!cpuctx->online) {
12892 * Check if the @cpu we're creating an event for is online.
12899 if (!cpuctx->online) {
13661 cpuctx->online = cpumask_test_cpu(cpu, perf_online_mask);
13701 // XXX simplify cpuctx->online
13708 cpuctx->online = 0;
13732 cpuctx->online = 1;
/linux-master/fs/afs/
H A Dfsclient.c220 vs->online = ntohl(*bp++);
/linux-master/kernel/
H A Dworkqueue.c561 * caller is responsible for guaranteeing that the pool stays online.
593 * responsible for guaranteeing that the pwq stays online.
875 * returned pool is and stays online.
1570 * distributed among nodes according to the proportions of numbers of online
1988 * $nna->max may change as CPUs come online/offline and @pwq->wq's
2396 * online will get a splat.
2432 /* Delay binding to CPU if node is not valid or online */
2441 /* Use "random" otherwise know as "first" online CPU of node */
3651 * have to worry about draining overlapping with CPU coming back online or
4512 * schedule_on_each_cpu - execute a function synchronously on each online CP
5402 wq_update_pod(struct workqueue_struct *wq, int cpu, int hotplug_cpu, bool online) argument
[all...]
/linux-master/tools/lib/bpf/
H A Dlibbpf.c13209 const char *online_cpus_file = "/sys/devices/system/cpu/online";
13213 bool *online = NULL; local
13293 err = parse_cpu_mask_file(online_cpus_file, &online, &n);
13295 pr_warn("failed to get online CPU mask: %d\n", err);
13309 if (p->cpu_cnt <= 0 && (cpu >= n || !online[cpu]))
13343 free(online);
13348 free(online);
/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
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_iocb.c2086 if (!qpair->online) {
/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: */

Completed in 352 milliseconds

1234567