Searched refs:sopts (Results 1 – 5 of 5) sorted by relevance
/external/jemalloc_new/src/ |
D | jemalloc.c | 1688 imalloc_no_sample(static_opts_t *sopts, dynamic_opts_t *dopts, tsd_t *tsd, argument 1695 if (likely(!sopts->slow)) { 1726 arena, sopts->slow); 1730 imalloc_sample(static_opts_t *sopts, dynamic_opts_t *dopts, tsd_t *tsd, argument 1747 ret = imalloc_no_sample(sopts, dopts, tsd, bumped_usize, 1754 ret = imalloc_no_sample(sopts, dopts, tsd, usize, usize, ind); 1803 imalloc_body(static_opts_t *sopts, dynamic_opts_t *dopts, tsd_t *tsd) { argument 1824 if (unlikely(compute_size_with_overflow(sopts->may_overflow, dopts, 1830 if (sopts->bump_empty_alloc) { 1836 if (sopts->assert_nonempty_alloc) { [all …]
|
/external/linux-kselftest/tools/testing/selftests/watchdog/ |
D | watchdog-test.c | 22 static const char sopts[] = "bdehp:t:Tn:NLf:i"; variable 106 while ((c = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) { in main() 136 while ((c = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) { in main()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | stats_publisher_interface.cc | 46 const SessionOptions& sopts) { in CreateNoOpStatsPublisher() argument
|
D | stats_publisher_interface.h | 60 const SessionOptions& sopts);
|
/external/selinux/policycoreutils/setfiles/ |
D | setfiles.c | 172 const char *sopts = "c:de:f:hiIDlmno:pqr:svFR:W0"; local 211 opts = sopts;
|