Searched refs:loaded (Results 51 - 59 of 59) sorted by relevance

123

/linux-master/arch/parisc/kernel/
H A Dperf_asm.S550 ;* arg1 points to is loaded and moved into the staging register.
1342 ;* arg1 points to is loaded and moved into the staging register.
/linux-master/sound/soc/intel/catpt/
H A Dpcm.c1161 if (!type->loaded)
/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/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/arch/m68k/fpsp040/
H A Dround.S414 | is then loaded with the denormalized exponent threshold for the
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu.c1653 static bool loaded; local
1656 if (loaded)
1661 loaded = !ret;
/linux-master/arch/arm/crypto/
H A Dpoly1305-armv4.pl994 @ inp[0:3] previously loaded to $H0-$H3 and smashed to $H0-$H4.
/linux-master/lib/zstd/compress/
H A Dzstd_compress.c1733 * When dictionaries are larger than ZSTD_CHUNKSIZE_MAX they can't be loaded in
1743 * @param loadedDictSize The size of the dictionary to be loaded
4238 /* We only set the loaded table as valid if it contains all non-zero
4926 * Provides the dictID of the dictionary loaded into `cdict`.
4928 * Non-conformant dictionaries can still be loaded, but as content-only dictionaries. */
5144 * dict is loaded with default parameters ZSTD_dct_auto and ZSTD_dlm_byCopy. */
5261 size_t const loaded = ZSTD_limitCopy( local
5264 zcs->inBuffPos += loaded;
5265 if (loaded != 0)
5266 ip += loaded;
[all...]
/linux-master/tools/perf/util/
H A Dsymbol.c883 * loaded.
899 if (curr_map_dso->loaded &&

Completed in 190 milliseconds

123