Home
last modified time | relevance | path

Searched defs:line (Results 1 – 25 of 168) sorted by relevance

1234567

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dprof_active.c4 mallctl_bool_get(const char *name, bool expected, const char *func, int line) { in mallctl_bool_get()
17 const char *func, int line) { in mallctl_bool_set()
32 int line) { in mallctl_prof_active_get_impl()
40 bool prof_active_new, const char *func, int line) { in mallctl_prof_active_set_impl()
49 const char *func, int line) { in mallctl_thread_prof_active_get_impl()
58 bool thread_prof_active_new, const char *func, int line) { in mallctl_thread_prof_active_set_impl()
66 prof_sampling_probe_impl(bool expect_sample, const char *func, int line) { in prof_sampling_probe_impl()
/f-stack/freebsd/sys/
H A Dsx.h160 int line) in __sx_xlock()
192 #define sx_xlock_(sx, file, line) \ argument
194 #define sx_xlock_sig_(sx, file, line) \ argument
196 #define sx_xunlock_(sx, file, line) \ argument
199 #define sx_xlock_(sx, file, line) \ argument
201 #define sx_xlock_sig_(sx, file, line) \ argument
203 #define sx_xunlock_(sx, file, line) \ argument
207 #define sx_slock_(sx, file, line) \ argument
211 #define sx_sunlock_(sx, file, line) \ argument
218 #define sx_slock_(sx, file, line) \ argument
[all …]
H A Dmutex.h239 #define __mtx_lock(mp, tid, opts, file, line) do { \ argument
414 #define mtx_lock_flags_(m, opts, file, line) \ argument
416 #define mtx_unlock_flags_(m, opts, file, line) \ argument
418 #define mtx_lock_spin_flags_(m, opts, file, line) \ argument
422 #define mtx_unlock_spin_flags_(m, opts, file, line) \ argument
425 #define mtx_lock_flags_(m, opts, file, line) \ argument
427 #define mtx_unlock_flags_(m, opts, file, line) \ argument
429 #define mtx_lock_spin_flags_(m, opts, file, line) \ argument
433 #define mtx_unlock_spin_flags_(m, opts, file, line) \ argument
438 #define mtx_assert_(m, what, file, line) \ argument
[all …]
H A Dlock.h140 #define LOCK_LOG_LOCK(opname, lo, flags, recurse, file, line) do { \ argument
147 #define LOCK_LOG_TRY(opname, lo, flags, result, file, line) do { \ argument
263 #define WITNESS_CHECKORDER(lock, flags, file, line, interlock) \ argument
270 #define WITNESS_LOCK(lock, flags, file, line) \ argument
273 #define WITNESS_UPGRADE(lock, flags, file, line) \ argument
276 #define WITNESS_DOWNGRADE(lock, flags, file, line) \ argument
279 #define WITNESS_UNLOCK(lock, flags, file, line) \ argument
315 #define WITNESS_LOCK(lock, flags, file, line) (void)0 argument
316 #define WITNESS_UPGRADE(lock, flags, file, line) (void)0 argument
317 #define WITNESS_DOWNGRADE(lock, flags, file, line) (void)0 argument
[all …]
H A Drangelock.h91 #define rangelock_cookie_assert_(cookie, what, file, line) \ argument
94 #define rangelock_cookie_assert_(cookie, what, file, line) (void)0 argument
/f-stack/lib/include/sys/
H A Dmutex.h59 #define __mtx_lock(mp, tid, opts, file, line) DO_NOTHING argument
60 #define __mtx_unlock(mp, tid, opts, file, line) DO_NOTHING argument
61 #define __mtx_lock_spin(mp, tid, opts, file, line) DO_NOTHING argument
64 #define _mtx_lock_flags(m, opts, file, line) DO_NOTHING argument
65 #define _mtx_unlock_flags(m, opts, file, line) DO_NOTHING argument
66 #define _mtx_lock_spin_flags(m, opts, file, line) DO_NOTHING argument
67 #define _mtx_unlock_spin_flags(m, opts, file, line) DO_NOTHING argument
69 #define thread_lock_flags_(tdp, opts, file, line) DO_NOTHING argument
/f-stack/freebsd/kern/
H A Dkern_sema.c78 _sema_post(struct sema *sema, const char *file, int line) in _sema_post()
93 _sema_wait(struct sema *sema, const char *file, int line) in _sema_wait()
111 _sema_timedwait(struct sema *sema, int timo, const char *file, int line) in _sema_timedwait()
145 _sema_trywait(struct sema *sema, const char *file, int line) in _sema_trywait()
H A Dkern_mutex.c258 __mtx_lock_flags(volatile uintptr_t *c, int opts, const char *file, int line) in __mtx_lock_flags()
318 int line) in __mtx_lock_spin_flags()
359 int line) in __mtx_trylock_spin_flags()
387 int line) in __mtx_unlock_spin_flags()
490 int line) in __mtx_lock_sleep()
701 const char *file, int line) in _mtx_lock_spin_cookie()
802 thread_lock_validate(struct mtx *m, int opts, const char *file, int line) in thread_lock_validate()
817 #define thread_lock_validate(m, opts, file, line) do { } while (0) argument
823 _thread_lock(struct thread *td, int opts, const char *file, int line) in _thread_lock()
860 thread_lock_flags_(struct thread *td, int opts, const char *file, int line) in thread_lock_flags_()
[all …]
H A Dkern_lock.c71 #define _lockmgr_assert(lk, what, file, line) argument
202 uint64_t waittime, const char *file, int line, int flags) in lockmgr_note_shared_acquire()
226 uint64_t waittime, const char *file, int line, int flags) in lockmgr_note_exclusive_acquire()
310 wakeupshlk(struct lock *lk, const char *file, int line) in wakeupshlk()
582 const char *file, int line, struct lockmgr_wait *lwa) in lockmgr_slock_hard()
766 const char *file, int line, struct lockmgr_wait *lwa) in lockmgr_xlock_hard()
971 const char *file, int line, struct lockmgr_wait *lwa) in lockmgr_upgrade()
1031 const char *file, int line) in lockmgr_lock_flags()
1096 const char *file, int line) in lockmgr_sunlock_hard()
1113 const char *file, int line) in lockmgr_xunlock_hard()
[all …]
H A Dsubr_hints.c64 char *line, *eq; in static_hints_to_env() local
125 res_find(char **hintp_cookie, int *line, int *startln, in res_find()
306 resource_find(int *line, int *startln, in resource_find()
343 int line; in resource_int_value() local
367 int line; in resource_long_value() local
389 int line; in resource_string_value() local
501 int error, line; in resource_unset_value() local
H A Dkern_sx.c142 #define _sx_assert(sx, what, file, line) argument
309 sx_try_slock_(struct sx *sx, const char *file, int line) in sx_try_slock_()
316 _sx_xlock(struct sx *sx, int opts, const char *file, int line) in _sx_xlock()
396 sx_try_xlock_(struct sx *sx, const char *file, int line) in sx_try_xlock_()
403 _sx_xunlock(struct sx *sx, const char *file, int line) in _sx_xunlock()
467 sx_try_upgrade_(struct sx *sx, const char *file, int line) in sx_try_upgrade_()
541 sx_downgrade_(struct sx *sx, const char *file, int line) in sx_downgrade_()
1286 _sx_slock(struct sx *sx, int opts, const char *file, int line) in _sx_slock()
1388 _sx_sunlock(struct sx *sx, const char *file, int line) in _sx_sunlock()
1405 _sx_assert(const struct sx *sx, int what, const char *file, int line) in _sx_assert()
H A Dkern_rwlock.c159 #define __rw_assert(c, what, file, line) argument
274 _rw_wlock_cookie(volatile uintptr_t *c, const char *file, int line) in _rw_wlock_cookie()
351 __rw_try_wlock(volatile uintptr_t *c, const char *file, int line) in __rw_try_wlock()
360 _rw_wunlock_cookie(volatile uintptr_t *c, const char *file, int line) in _rw_wunlock_cookie()
693 __rw_rlock(volatile uintptr_t *c, const char *file, int line) in __rw_rlock()
736 __rw_try_rlock(volatile uintptr_t *c, const char *file, int line) in __rw_try_rlock()
865 _rw_runlock_cookie(volatile uintptr_t *c, const char *file, int line) in _rw_runlock_cookie()
1350 __rw_try_upgrade(volatile uintptr_t *c, const char *file, int line) in __rw_try_upgrade()
1426 __rw_downgrade(volatile uintptr_t *c, const char *file, int line) in __rw_downgrade()
1445 __rw_assert(const volatile uintptr_t *c, int what, const char *file, int line) in __rw_assert()
H A Dkern_rmlock.c75 #define _rm_assert(c, what, file, line) argument
594 _rm_wlock_debug(struct rmlock *rm, const char *file, int line) in _rm_wlock_debug()
618 _rm_wunlock_debug(struct rmlock *rm, const char *file, int line) in _rm_wunlock_debug()
635 int trylock, const char *file, int line) in _rm_rlock_debug()
682 const char *file, int line) in _rm_runlock_debug()
704 _rm_wlock_debug(struct rmlock *rm, const char *file, int line) in _rm_wlock_debug()
711 _rm_wunlock_debug(struct rmlock *rm, const char *file, int line) in _rm_wunlock_debug()
719 int trylock, const char *file, int line) in _rm_rlock_debug()
727 const char *file, int line) in _rm_runlock_debug()
746 _rm_assert(const struct rmlock *rm, int what, const char *file, int line) in _rm_assert()
/f-stack/freebsd/netinet/
H A Dtcp_hpts.c459 hpts_sane_input_insert(struct tcp_hpts_entry *hpts, struct inpcb *inp, int line) in hpts_sane_input_insert()
559 tcp_remove_hpts_ref(struct inpcb *inp, struct tcp_hpts_entry *hpts, int line) in tcp_remove_hpts_ref()
631 __tcp_hpts_remove(struct inpcb *inp, int32_t flags, int32_t line) in __tcp_hpts_remove()
849 __tcp_queue_to_hpts_immediate(struct inpcb *inp, int32_t line) in __tcp_queue_to_hpts_immediate()
898 tcp_hpts_insert_locked(struct tcp_hpts_entry *hpts, struct inpcb *inp, uint32_t slot, int32_t line, in tcp_hpts_insert_locked()
1049 tcp_hpts_insert_diag(struct inpcb *inp, uint32_t slot, int32_t line, struct hpts_diag *diag) in tcp_hpts_insert_diag()
1070 __tcp_hpts_insert(struct inpcb *inp, uint32_t slot, int32_t line){ in __tcp_hpts_insert()
1074 __tcp_queue_to_input_locked(struct inpcb *inp, struct tcp_hpts_entry *hpts, int32_t line) in __tcp_queue_to_input_locked()
1100 __tcp_queue_to_input(struct inpcb *inp, int line) in __tcp_queue_to_input()
1112 __tcp_set_inp_to_drop(struct inpcb *inp, uint16_t reason, int32_t line) in __tcp_set_inp_to_drop()
[all …]
/f-stack/app/redis-5.0.5/src/
H A Dconfig.c1673 sds line = sdstrim(sdsnew(buf),"\r\n\t "); local
1796 sds line; local
1806 sds line = sdscatprintf(sdsempty(),"%s %s",option, local
1815 sds line; local
1854 sds line; local
1867 sds line; local
1877 sds line; local
1904 sds line; local
1922 sds line, flags; local
1944 sds line; local
[all …]
/f-stack/freebsd/netgraph/
H A Dnetgraph.h190 _chkhook(hook_p hook, char *file, int line) in _chkhook()
457 _chknode(node_p node, char *file, int line) in _chknode()
567 char *file, int line) in _ng_node_foreach_hook()
732 _ngi_m(item_p item, char *file, int line) in _ngi_m()
739 _ngi_msg(item_p item, char *file, int line) in _ngi_msg()
753 _ngi_fn(item_p item, char *file, int line) in _ngi_fn()
760 _ngi_fn2(item_p item, char *file, int line) in _ngi_fn2()
767 _ngi_arg1(item_p item, char *file, int line) in _ngi_arg1()
774 _ngi_arg2(item_p item, char *file, int line) in _ngi_arg2()
781 _ngi_node(item_p item, char *file, int line) in _ngi_node()
[all …]
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h191 _chkhook(hook_p hook, char *file, int line) in _chkhook()
459 _chknode(node_p node, char *file, int line) in _chknode()
569 char *file, int line) in _ng_node_foreach_hook()
734 _ngi_m(item_p item, char *file, int line) in _ngi_m()
741 _ngi_msg(item_p item, char *file, int line) in _ngi_msg()
755 _ngi_fn(item_p item, char *file, int line) in _ngi_fn()
762 _ngi_fn2(item_p item, char *file, int line) in _ngi_fn2()
769 _ngi_arg1(item_p item, char *file, int line) in _ngi_arg1()
776 _ngi_arg2(item_p item, char *file, int line) in _ngi_arg2()
783 _ngi_node(item_p item, char *file, int line) in _ngi_node()
[all …]
/f-stack/lib/
H A Dff_lock.c327 const char *file, int line) in _sx_xlock()
333 _sx_slock(struct sx *sx, int opts, const char *file, int line) in _sx_slock()
339 _sx_xunlock(struct sx *sx, const char *file, int line) in _sx_xunlock()
345 _sx_sunlock(struct sx *sx, const char *file, int line) in _sx_sunlock()
351 sx_try_slock_(struct sx *sx, const char *file, int line) in sx_try_slock_()
357 sx_try_xlock_(struct sx *sx, const char *file, int line) in sx_try_xlock_()
363 sx_try_upgrade_(struct sx *sx, const char *file, int line) in sx_try_upgrade_()
369 sx_downgrade_(struct sx *sx, const char *file, int line) in sx_downgrade_()
/f-stack/freebsd/netgraph/atm/
H A Dngatmbase.c204 int line; member
242 _uni_msg_alloc(size_t s, const char *file, int line) in _uni_msg_alloc()
278 _uni_msg_destroy(struct uni_msg *m, const char *file, int line) in _uni_msg_destroy()
408 _uni_msg_build(const char *file, int line, void *ptr, ...) in _uni_msg_build()
455 int line) in _uni_msg_unpack_mbuf()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_parse.c13 ngx_parse_size(ngx_str_t *line) in ngx_parse_size()
59 ngx_parse_offset(ngx_str_t *line) in ngx_parse_offset()
112 ngx_parse_time(ngx_str_t *line, ngx_uint_t is_sec) in ngx_parse_time()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlparser.c84 int line = fs->f->linedefined; in errorlimit() local
383 int line, int pc) { in newlabelentry()
738 int line = ls->linenumber; in constructor() local
885 int line = ls->linenumber; in primaryexp() local
907 int line = ls->linenumber; in suffixedexp() local
1047 int line = ls->linenumber; in subexpr() local
1058 int line = ls->linenumber; in subexpr() local
1184 int line = ls->linenumber; in gotostat() local
1340 int line; in forlist() local
1360 static void forstat (LexState *ls, int line) { in forstat()
[all …]
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-vmem.c35 spl_vmem_alloc(size_t size, int flags, const char *func, int line) in spl_vmem_alloc()
52 spl_vmem_zalloc(size_t size, int flags, const char *func, int line) in spl_vmem_zalloc()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_hexdump.c18 char line[LINE_LEN]; /* space needed 8+16*3+3+16 == 75 */ in rte_hexdump() local
56 char line[LINE_LEN]; in rte_memdump() local
/f-stack/tools/libutil/
H A Dpw_util.c401 char *line; in pw_make() local
416 char *line; in pw_make_v7() local
431 char *buf, *end, *line, *p, *q, *r, *tmp; in pw_copy() local
669 pw_scan(const char *line, int flags) in pw_scan()
H A Dgr_util.c169 char *buf, *end, *line, *p, *q, *r, *tmp; in gr_copy() local
433 char *line; in gr_make() local
600 __gr_scan(char *line, struct group *gr) in __gr_scan()
646 gr_scan(const char *line) in gr_scan()

1234567