Home
last modified time | relevance | path

Searched refs:sample (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/dns/resolv/
Dres_stats.c39 _res_stats_set_sample(struct __res_sample* sample, time_t now, int rcode, int rtt) in _res_stats_set_sample() argument
44 sample->at = now; in _res_stats_set_sample()
45 sample->rcode = rcode; in _res_stats_set_sample()
46 sample->rtt = rtt; in _res_stats_set_sample()
Dres_send.c555 struct __res_sample sample; in res_nsend() local
556 _res_stats_set_sample(&sample, now, rcode, delay); in res_nsend()
558 ns, &sample, params.max_samples); in res_nsend()
582 struct __res_sample sample; in res_nsend() local
583 _res_stats_set_sample(&sample, now, rcode, delay); in res_nsend()
585 ns, &sample, params.max_samples); in res_nsend()
Dres_cache.c2216 _res_cache_add_stats_sample_locked(struct __res_stats* stats, const struct __res_sample* sample, in _res_cache_add_stats_sample_locked() argument
2222 stats->samples[stats->sample_next] = *sample; in _res_cache_add_stats_sample_locked()
2327 const struct __res_sample* sample, int max_samples) { in _resolv_cache_add_resolver_stats_sample() argument
2335 _res_cache_add_stats_sample_locked(&info->nsstats[ns], sample, max_samples); in _resolv_cache_add_resolver_stats_sample()
/bionic/libc/kernel/uapi/sound/
Dsfnt_info.h69 unsigned short sample; member
103 unsigned short sample; member
/bionic/libc/dns/include/
Dresolv_stats.h55 _res_stats_set_sample(struct __res_sample* sample, time_t now, int rcode, int rtt);
Dresolv_private.h210 const struct __res_sample* sample, int max_samples);
/bionic/libc/kernel/uapi/drm/
Di915_drm.h50 …NGINE(__linux_class,instance,sample) ((__linux_class) << I915_PMU_CLASS_SHIFT | (instance) << I915… argument