Home
last modified time | relevance | path

Searched refs:advise (Results 1 – 25 of 68) sorted by relevance

123

/external/ltp/testcases/kernel/syscalls/madvise/
Dmadvise10.c92 static int set_advice(char *addr, int size, int advise) in set_advice() argument
94 TEST(madvise(addr, size, advise)); in set_advice()
99 addr, size, advise); in set_advice()
102 addr, size, advise); in set_advice()
108 tst_res(TPASS, "madvise(%p, %d, 0x%x)", addr, size, advise); in set_advice()
/external/strace/
Dfadvise.c47 printxval(advise, tcp->u_arg[argn], "POSIX_FADV_???"); in SYS_FUNC()
60 printxval(advise, tcp->u_arg[1], "POSIX_FADV_???"); in SYS_FUNC()
62 printxval(advise, tcp->u_arg[argn], "POSIX_FADV_???"); in SYS_FUNC()
/external/ltp/testcases/kernel/syscalls/fadvise/
Dposix_fadvise03.c71 static int is_defined_advise(int advise) in is_defined_advise() argument
75 if (defined_advise[i] == advise) in is_defined_advise()
/external/tensorflow/tensorflow/core/profiler/g3doc/
Dadvise.md17 # Then Start advise.
18 profiler.advise()
21 tf.profiler.advise(
32 tfprof> advise
78 There is no magic behind advise mode. tfprof builds the profiles first, then
/external/erofs-utils/lib/
Dcompress.c71 __le16 advise; in vle_write_indexes() local
79 advise = cpu_to_le16(type << Z_EROFS_VLE_DI_CLUSTER_TYPE_BIT); in vle_write_indexes()
81 di.di_advise = advise; in vle_write_indexes()
102 advise = cpu_to_le16(type << Z_EROFS_VLE_DI_CLUSTER_TYPE_BIT); in vle_write_indexes()
103 di.di_advise = advise; in vle_write_indexes()
238 const unsigned int advise = le16_to_cpu(di->di_advise); in parse_legacy_indexes() local
240 cv->clustertype = (advise >> Z_EROFS_VLE_DI_CLUSTER_TYPE_BIT) & in parse_legacy_indexes()
Dzmap.c116 unsigned int advise, type; in legacy_load_cluster_from_disk() local
126 advise = le16_to_cpu(di->di_advise); in legacy_load_cluster_from_disk()
127 type = (advise >> Z_EROFS_VLE_DI_CLUSTER_TYPE_BIT) & in legacy_load_cluster_from_disk()
/external/strace/xlat/
Dadvise.h70 # error static const struct xlat advise in mpers mode
75 const struct xlat advise[] = {
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/f2fs/f2fs_sync_file_enter/
Dformat16 field:__u8 advise; offset:64; size:1; signed:0;
18 …e, REC->size, (unsigned int)REC->nlink, (unsigned long long)REC->blocks, (unsigned char)REC->advise
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/f2fs/f2fs_iget/
Dformat16 field:__u8 advise; offset:64; size:1; signed:0;
18 …e, REC->size, (unsigned int)REC->nlink, (unsigned long long)REC->blocks, (unsigned char)REC->advise
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/f2fs/f2fs_truncate/
Dformat16 field:__u8 advise; offset:64; size:1; signed:0;
18 …e, REC->size, (unsigned int)REC->nlink, (unsigned long long)REC->blocks, (unsigned char)REC->advise
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/f2fs/f2fs_evict_inode/
Dformat16 field:__u8 advise; offset:64; size:1; signed:0;
18 …e, REC->size, (unsigned int)REC->nlink, (unsigned long long)REC->blocks, (unsigned char)REC->advise
/external/perfetto/protos/perfetto/trace/ftrace/
Df2fs.proto23 optional uint32 advise = 8; field
63 optional uint32 advise = 8; field
110 optional uint32 advise = 8; field
132 optional uint32 advise = 8; field
/external/strace/tests/
Dfadvise64_64.c66 printxval(advise, (unsigned) advice, "POSIX_FADV_???"); in do_fadvise()
Dfadvise64.c68 printxval(advise, (unsigned) advice, "POSIX_FADV_???"); in do_fadvise()
/external/strace/tests-mx32/
Dfadvise64_64.c66 printxval(advise, (unsigned) advice, "POSIX_FADV_???"); in do_fadvise()
Dfadvise64.c68 printxval(advise, (unsigned) advice, "POSIX_FADV_???"); in do_fadvise()
/external/strace/tests-m32/
Dfadvise64_64.c66 printxval(advise, (unsigned) advice, "POSIX_FADV_???"); in do_fadvise()
Dfadvise64.c68 printxval(advise, (unsigned) advice, "POSIX_FADV_???"); in do_fadvise()
/external/tensorflow/tensorflow/python/profiler/
Dprofiler.py27 from tensorflow.python.profiler.model_analyzer import advise
Dmodel_analyzer.py279 def advise(self, options): member in Profiler
385 def advise(graph=None, run_meta=None, options=_DEFAULT_ADVISE_OPTIONS): function
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.profiler.pbtxt28 name: "advise"
Dtensorflow.profiler.-profiler.pbtxt14 name: "advise"
/external/llvm-project/clang/test/Analysis/
Dnull-deref-static.m29 // In this case, we can only advise the developer to add assertions
/external/rust/crates/nix/src/sys/
Dmman.rs369 pub unsafe fn madvise(addr: *mut c_void, length: size_t, advise: MmapAdvise) -> Result<()> { in madvise()
370 Errno::result(libc::madvise(addr, length, advise as i32)).map(drop) in madvise()
/external/freetype/builds/unix/
Dftconfig.h.in26 * Note however that if some specific modifications are needed, we advise

123