Searched refs:loaded (Results 1 - 25 of 59) sorted by last modified time

123

/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu.c1653 static bool loaded; local
1656 if (loaded)
1661 loaded = !ret;
H A Da5xx_gpu.c654 static bool loaded; local
658 * If the zap shader is already loaded into memory we just need to kick
661 if (loaded)
666 loaded = !ret;
/linux-master/tools/lib/bpf/
H A Dlibbpf.c664 bool loaded; member in struct:bpf_object
1440 obj->loaded = false;
1687 * be loaded. By having these map FD placeholders we can perform all
3400 /* btf_vmlinux could be loaded earlier */
4745 if (map->obj->loaded)
4825 if (map->obj->loaded)
5048 return map->obj->loaded || map->reused;
5301 * loading, if we detect that at least one of the to-be-loaded
5308 * If those global variable-using programs are not loaded at
5832 * not going to be loaded
[all...]
/linux-master/drivers/usb/host/
H A Dxhci-mtk-sch.c784 struct mu3h_sch_ep_info *sch_ep, bool loaded)
787 update_sch_tt(sch_ep, loaded);
790 update_bus_bw(sch_bw, sch_ep, loaded);
791 sch_ep->allocated = loaded;
783 load_ep_bw(struct mu3h_sch_bw_info *sch_bw, struct mu3h_sch_ep_info *sch_ep, bool loaded) argument
/linux-master/drivers/staging/media/atomisp/pci/
H A Dia_css_acc_types.h317 u32 group; /** Per pipeline data, loaded by dma */
318 u32 output; /** SP output data, loaded by dmem */
378 CSS_ALIGN(u32 loaded, 8); /** Firmware has been loaded */
/linux-master/arch/arm64/kvm/
H A Darch_timer.c281 WARN_ON(timer_ctx && timer_ctx->loaded);
315 WARN(ctx->loaded, "timer %d loaded\n", i);
390 if (timer_ctx->loaded) {
508 if (!ctx->loaded)
561 ctx->loaded = false;
614 if (ctx->loaded)
643 ctx->loaded = true;
H A Dreset.c183 * handling code. In the first case, the VCPU will not be loaded, and in the
184 * second case the VCPU will be loaded. Because this function operates purely
186 * we were loaded (handling a request) and load the values back at the end of
194 bool loaded; local
206 loaded = (vcpu->cpu != -1);
207 if (loaded)
264 if (loaded)
/linux-master/tools/perf/util/
H A Dsymbol.c883 * loaded.
899 if (curr_map_dso->loaded &&
H A Dpmu.c112 /** @loaded: Has the contents been loaded/parsed. */
113 bool loaded; member in struct:perf_pmu_format
156 format->loaded = true;
164 if (format->loaded)
511 /* Alias was already created/loaded. */
H A Ddso.c1302 return dso->loaded;
1337 dso->loaded = 0;
H A Ddso.h183 bool loaded; member in struct:dso
243 dso->loaded = true;
/linux-master/fs/xfs/scrub/
H A Drmap_repair.c70 * 1.2. If the incore extent map isn't loaded, walk the bmbt to accumulate
73 * 1.3. If the incore extent map is loaded but the fork is in btree format,
466 * If the incore extent cache isn't loaded, scan the bmbt for
1184 unsigned int loaded; local
1187 for (loaded = 0; loaded < nr_wanted; loaded++, idx++) {
1206 return loaded;
H A Drefcount_repair.c528 unsigned int loaded; local
531 for (loaded = 0; loaded < nr_wanted; loaded++, idx++) {
541 return loaded;
H A Dialloc_repair.c533 unsigned int loaded; local
536 for (loaded = 0; loaded < nr_wanted; loaded++, idx++) {
548 return loaded;
563 unsigned int loaded; local
566 for (loaded = 0; loaded < nr_wanted; loaded++, idx++) {
575 return loaded;
[all...]
H A Dbmap_repair.c441 unsigned int loaded; local
444 for (loaded = 0; loaded < nr_wanted; loaded++, idx++) {
458 return loaded;
602 * thereafter that it remains loaded, so we must not violate that
H A Dalloc_repair.c613 unsigned int loaded; local
616 for (loaded = 0; loaded < nr_wanted; loaded++, idx++) {
628 return loaded;
/linux-master/fs/xfs/libxfs/
H A Dxfs_bmap.c1115 xfs_extnum_t loaded; member in struct:xfs_iread_state
1168 if (unlikely(ir->loaded + num_recs > ifp->if_nextents)) {
1179 for (j = 0; j < num_recs; j++, frp++, ir->loaded++) {
1223 ir.loaded = 0;
1232 if (XFS_IS_CORRUPT(mp, ir.loaded != ifp->if_nextents)) {
1237 ASSERT(ir.loaded == xfs_iext_count(ifp));
/linux-master/drivers/platform/x86/intel/ifs/
H A Dload.c173 return !ifsd->loaded ||
420 ifsd->loaded = (ret == 0);
H A Druntest.c99 dev_err(dev, "CPU(s) %*pbl: could not execute from loaded scan image. Batch: %02x version: 0x%x\n",
409 if (!ifsd->loaded)
/linux-master/drivers/md/dm-vdo/indexer/
H A Dindex.c21 * storage, the chapter pages are loaded into the page cache. If the chapter has not yet been
821 vdo_log_info("loaded index from chapter %llu through chapter %llu",
1159 bool loaded = false; local
1228 loaded = true;
1232 vdo_log_error_strerror(result, "index could not be loaded");
1235 vdo_log_error_strerror(result, "index could not be loaded");
1269 index->has_saved_open_chapter = loaded;
1270 index->need_to_save = !loaded;
/linux-master/drivers/md/dm-vdo/
H A Dblock-map.c108 /* Used to indicate that the page holding the location of a tree root has been "loaded". */
690 * page_is_loaded() - Callback used when a page has been loaded.
691 * @completion: The vio which has loaded the page. Its parent is the page_info.
1206 * by the completion to be loaded from disk. When the callback is invoked, the page will be
1390 struct block_map_page *loaded = (struct block_map_page *) buffer; local
1392 vdo_validate_block_map_page(loaded, nonce, pbn);
1395 memcpy(page, loaded, VDO_BLOCK_SIZE);
1403 (unsigned long long) vdo_get_block_map_page_pbn(loaded));
1694 /* Release a lock on a page which was being loaded or allocated. */
2218 * All ancestors in the tree will be allocated or loaded, a
[all...]
/linux-master/drivers/iommu/
H A Diova.c580 struct iova_magazine *loaded; member in struct:iova_cpu_rcache
736 cpu_rcache->loaded = iova_magazine_alloc(GFP_KERNEL);
738 if (!cpu_rcache->loaded || !cpu_rcache->prev) {
774 if (!iova_magazine_full(cpu_rcache->loaded)) {
777 swap(cpu_rcache->prev, cpu_rcache->loaded);
784 iova_depot_push(rcache, cpu_rcache->loaded);
788 cpu_rcache->loaded = new_mag;
794 iova_magazine_push(cpu_rcache->loaded, iova_pfn);
828 if (!iova_magazine_empty(cpu_rcache->loaded)) {
831 swap(cpu_rcache->prev, cpu_rcache->loaded);
[all...]
/linux-master/net/ipv4/
H A Digmp.c1299 if (im->loaded) {
1300 im->loaded = 0;
1342 if (im->loaded == 0) {
1343 im->loaded = 1;
/linux-master/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c1612 if (fwe->loaded) {
1613 at76_dbg(DBG_FW, "re-using previously loaded fw");
1656 fwe->loaded = 1;
1670 if (fwe->loaded)
2493 * version to test if external firmware is loaded.
/linux-master/arch/riscv/kvm/
H A Dvcpu.c51 bool loaded; local
59 loaded = (vcpu->cpu != -1);
60 if (loaded)
89 if (loaded)

Completed in 381 milliseconds

123