Searched refs:init_cluster (Results 1 – 3 of 3) sorted by relevance
| /kernel/linux/linux-5.10/kernel/sched/ |
| D | walt.c | 1527 struct sched_cluster init_cluster = { variable 1528 .list = LIST_HEAD_INIT(init_cluster.list), 1546 init_cluster.cpus = *cpu_possible_mask; in init_clusters() 1547 raw_spin_lock_init(&init_cluster.load_lock); in init_clusters() 1808 rq->cluster = &init_cluster; in walt_sched_init_rq()
|
| D | sched.h | 2864 extern struct sched_cluster init_cluster;
|
| /kernel/liteos_a/fs/fat/os_adapt/ |
| D | fatfs.c | 259 static FRESULT init_cluster(DIR_FILE *pdfp, DIR *dp_new, FATFS *fs, int type, const char *target, D… in init_cluster() function 405 result = init_cluster(dfp, dp_new, fs, type, target, &clust); in fatfs_create_obj()
|