Searched refs:sopts (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/jemalloc/src/ |
H A D | jemalloc.c | 1916 imalloc_no_sample(static_opts_t *sopts, dynamic_opts_t *dopts, tsd_t *tsd, in imalloc_no_sample() argument 1923 if (likely(!sopts->slow)) { in imalloc_no_sample() 1954 arena, sopts->slow); in imalloc_no_sample() 1958 imalloc_sample(static_opts_t *sopts, dynamic_opts_t *dopts, tsd_t *tsd, in imalloc_sample() argument 1976 ret = imalloc_no_sample(sopts, dopts, tsd, bumped_usize, in imalloc_sample() 1983 ret = imalloc_no_sample(sopts, dopts, tsd, usize, usize, ind); in imalloc_sample() 2032 imalloc_body(static_opts_t *sopts, dynamic_opts_t *dopts, tsd_t *tsd) { in imalloc_body() argument 2053 if (unlikely(compute_size_with_overflow(sopts->may_overflow, dopts, in imalloc_body() 2058 if (unlikely(dopts->alignment < sopts->min_alignment in imalloc_body() 2070 if (config_stats || (config_prof && opt_prof) || sopts->usize) { in imalloc_body() [all …]
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | matchjobs.c | 493 scanq_jobspec(int qcount, struct jobqueue **squeue, int sopts, struct in scanq_jobspec() argument 506 if ((sopts & (SCQ_JSORDER|SCQ_QORDER)) == 0) in scanq_jobspec() 510 if (sopts & SCQ_JSORDER) { in scanq_jobspec()
|
/freebsd/usr.bin/sort/ |
H A D | sort.c | 774 parse_pos_obs(const char *s, int *nf, int *nc, char* sopts) in parse_pos_obs() argument 828 strncpy(sopts, s + pmatch[3].rm_so, len); in parse_pos_obs() 829 sopts[len] = '\0'; in parse_pos_obs()
|