Home
last modified time | relevance | path

Searched defs:elm (Results 1 – 25 of 52) sorted by relevance

123

/dflybsd-src/usr.bin/flame_graph/
H A Dprocess.c37 typedef struct elm { struct
38 struct elm *next; argument
59 elm_t *elm; in flame_process_loop() argument
125 elm_t *elm; in flame_process_dump() local
/dflybsd-src/lib/libssh/openbsd-compat/
H A Dsys-queue.h205 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument
224 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument
229 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
234 #define SLIST_REMOVE_AFTER(elm, field) do { \ argument
242 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
279 #define LIST_NEXT(elm, field) ((elm)->field.le_next) argument
298 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ argument
306 #define LIST_INSERT_BEFORE(listelm, elm, field) do { \ argument
313 #define LIST_INSERT_HEAD(head, elm, field) do { \ argument
320 #define LIST_REMOVE(elm, field) do { \ argument
[all …]
H A Dsys-tree.h82 #define SPLAY_LEFT(elm, field) (elm)->field.spe_left argument
83 #define SPLAY_RIGHT(elm, field) (elm)->field.spe_right argument
320 #define RB_LEFT(elm, field) (elm)->field.rbe_left argument
321 #define RB_RIGHT(elm, field) (elm)->field.rbe_right argument
322 #define RB_PARENT(elm, field) (elm)->field.rbe_parent argument
323 #define RB_COLOR(elm, field) (elm)->field.rbe_color argument
327 #define RB_SET(elm, parent, field) do { \ argument
342 #define RB_ROTATE_LEFT(head, elm, tmp, field) do { \ argument
362 #define RB_ROTATE_RIGHT(head, elm, tmp, field) do { \ argument
/dflybsd-src/sys/sys/
H A Dqueue.h196 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument
201 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
206 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument
208 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
222 #define SLIST_REMOVE_AFTER(elm, field) do { \ argument
294 #define STAILQ_INSERT_AFTER(head, tqelm, elm, field) do { \ argument
300 #define STAILQ_INSERT_HEAD(head, elm, field) do { \ argument
306 #define STAILQ_INSERT_TAIL(head, elm, field) do { \ argument
317 #define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next) argument
319 #define STAILQ_REMOVE(head, elm, type, field) do { \ argument
[all …]
H A Dtree.h83 #define SPLAY_LEFT(elm, field) (elm)->field.spe_left argument
84 #define SPLAY_RIGHT(elm, field) (elm)->field.spe_right argument
341 #define RB_LEFT(elm, field) (elm)->field.rbe_left argument
342 #define RB_RIGHT(elm, field) (elm)->field.rbe_right argument
343 #define RB_PARENT(elm, field) (elm)->field.rbe_parent argument
344 #define RB_COLOR(elm, field) (elm)->field.rbe_color argument
349 #define RB_SET(elm, parent, field) do { \ argument
364 #define RB_ROTATE_LEFT(head, elm, tmp, field) do { \ argument
384 #define RB_ROTATE_RIGHT(head, elm, tmp, field) do { \ argument
1022 #define RB_INSERT(name, root, elm) name##_RB_INSERT(root, elm) argument
[all …]
/dflybsd-src/sys/vfs/hammer/
H A Dhammer_btree.c127 hammer_btree_elm_t elm; in hammer_btree_iterate() local
358 hammer_btree_elm_t elm; in hammer_cursor_mirror_filter() local
399 hammer_btree_elm_t elm; in hammer_btree_iterate_reverse() local
684 hammer_btree_elm_t elm; in hammer_btree_extract() local
792 hammer_btree_insert(hammer_cursor_t cursor, hammer_btree_leaf_elm_t elm, in hammer_btree_insert()
983 hammer_btree_elm_t elm; in btree_search() local
1390 hammer_btree_search_node(hammer_base_elm_t elm, hammer_node_ondisk_t node) in hammer_btree_search_node()
1443 hammer_btree_elm_t elm; in btree_split_internal() local
1686 hammer_btree_elm_t elm; in btree_split_leaf() local
2168 hammer_btree_elm_t elm; in btree_remove() local
[all …]
H A Dhammer_reblock.c63 hammer_btree_elm_t elm; in hammer_ioc_reblock() local
260 hammer_cursor_t cursor, hammer_btree_elm_t elm) in hammer_reblock_helper()
455 hammer_cursor_t cursor, hammer_btree_elm_t elm) in hammer_reblock_data()
523 hammer_cursor_t cursor, hammer_btree_elm_t elm) in hammer_reblock_leaf_node()
577 hammer_cursor_t cursor, hammer_btree_elm_t elm) in hammer_reblock_int_node()
636 hammer_move_node(hammer_cursor_t cursor, hammer_btree_elm_t elm, in hammer_move_node()
H A Dhammer_prune.c57 hammer_btree_leaf_elm_t elm; in hammer_ioc_prune() local
273 prune_should_delete(struct hammer_ioc_prune *prune, hammer_btree_leaf_elm_t elm) in prune_should_delete()
321 prune_check_nlinks(hammer_cursor_t cursor, hammer_btree_leaf_elm_t elm) in prune_check_nlinks()
H A Dhammer_rebalance.c59 hammer_btree_leaf_elm_t elm; in hammer_ioc_rebalance() local
274 hammer_btree_elm_t elm; in rebalance_node() local
527 hammer_btree_elm_t elm) in rebalance_closeout()
H A Dhammer_btree.h256 hammer_is_internal_node_elm(hammer_btree_elm_t elm) in hammer_is_internal_node_elm()
272 hammer_is_leaf_node_elm(hammer_btree_elm_t elm) in hammer_is_leaf_node_elm()
296 hammer_elm_btype(hammer_btree_elm_t elm) in hammer_elm_btype()
H A Dhammer_mirror.c79 hammer_btree_leaf_elm_t elm; in hammer_ioc_mirror_read() local
731 hammer_btree_leaf_elm_t elm; in hammer_mirror_delete_to() local
H A Dhammer_ioctl.c288 hammer_btree_elm_t elm; in hammer_ioc_gethistory() local
413 hammer_btree_elm_t elm) in add_history()
H A Dhammer_object.c104 hammer_rec_cmp(hammer_base_elm_t elm, hammer_record_t rec) in hammer_rec_cmp()
1480 hammer_btree_elm_t elm; in _hammer_ip_reseek() local
1589 hammer_btree_elm_t elm; in hammer_ip_next() local
2431 hammer_btree_elm_t elm; in hammer_delete_at_cursor() local
/dflybsd-src/sbin/hammer/
H A Dcmd_show.c159 print_subtree(hammer_btree_elm_t elm) in print_subtree()
172 hammer_btree_elm_t elm; in print_btree_node() local
293 is_root_btree_beg(uint8_t type, int i, hammer_btree_elm_t elm) in is_root_btree_beg()
313 is_root_btree_end(uint8_t type, int i, hammer_btree_elm_t elm) in is_root_btree_end()
330 hammer_btree_elm_t elm, hammer_btree_elm_t lbe, const char *ext) in print_btree_elm()
434 hammer_btree_elm_t elm, hammer_btree_elm_t lbe) in get_elm_flags()
558 test_lr(hammer_btree_elm_t elm, hammer_btree_elm_t lbe) in test_lr()
617 check_data_crc(hammer_btree_elm_t elm, const char **whichp) in check_data_crc()
749 print_record(hammer_btree_elm_t elm) in print_record()
958 test_btree_search(hammer_btree_elm_t elm) in test_btree_search()
[all …]
H A Dcmd_blockmap.c280 hammer_btree_elm_t elm; in check_btree_node() local
411 collect_btree_internal(hammer_btree_elm_t elm) in collect_btree_internal()
420 collect_btree_leaf(hammer_btree_elm_t elm) in collect_btree_leaf()
H A Dcmd_softprune.c481 struct hammer_ioc_prune_elm *elm; in hammer_softprune_addelm() local
529 struct hammer_ioc_prune_elm *elm; in hammer_softprune_finalize() local
/dflybsd-src/lib/libc/citrus/
H A Dcitrus_hash.h45 #define _CITRUS_HASH_REMOVE(elm, field) LIST_REMOVE(elm, field) argument
46 #define _CITRUS_HASH_INSERT(head, elm, field, hashval) \ argument
48 #define _CITRUS_HASH_SEARCH(head, elm, field, matchfunc, key, hashval) \ argument
/dflybsd-src/sys/kern/
H A Dkern_caps.c65 __syscapelm_t elm; in caps_check_cred() local
229 __syscapelm_t elm; in caps_exec() local
290 __syscapelm_t elm; in caps_set_locked() local
/dflybsd-src/sys/dev/drm/
H A Dlinux_rcu.c75 rcu_elm_t *elm; in rcu_timer() local
165 rcu_elm_t *elm; in __kfree_rcu() local
190 rcu_elm_t *elm; in call_rcu() local
/dflybsd-src/contrib/elftoolchain/common/
H A D_elftc.h153 #define STAILQ_INSERT_HEAD(head, elm, field) do { \ argument
161 #define STAILQ_INSERT_TAIL(head, elm, field) do { \ argument
169 #define STAILQ_INSERT_AFTER(head, listelm, elm, field) do { \ argument
184 #define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next) argument
188 #define STAILQ_REMOVE(head, elm, type, field) do { \ argument
/dflybsd-src/usr.bin/systat/
H A Dnetbw.c284 struct mytcpcb *elm; in shownetbw() local
338 netbwline(int row, struct mytcpcb *elm, double delta_time) in netbwline()
473 struct mytcpcb *elm; in updatepcb() local
H A Dpftop.c296 struct mypfstate *elm; in showpftop() local
520 struct mypfstate *elm; in updatestate() local
/dflybsd-src/usr.bin/monitor/
H A Dmonitor.c121 monitor_elm_t elm; in monitor_add() local
158 monitor_elm_t elm; in monitor_events() local
/dflybsd-src/libexec/rtld-elf/
H A Drtld.c1828 const Objlist_Entry *elm; in init_dag() local
1859 const Objlist_Entry *elm; in process_nodelete() local
2337 Objlist_Entry *elm; in objlist_call_fini() local
2415 Objlist_Entry *elm; in objlist_call_init() local
2479 Objlist_Entry *elm; in objlist_clear() local
2491 Objlist_Entry *elm; in objlist_find() local
2508 Objlist_Entry *elm; in objlist_push_head() local
2518 Objlist_Entry *elm; in objlist_push_tail() local
2528 Objlist_Entry *elm, *listelm; in objlist_put_after() local
2545 Objlist_Entry *elm; in objlist_remove() local
[all …]
/dflybsd-src/test/sysperf/
H A Dexec1.c20 char *elm; in execltest() local

123