Home
last modified time | relevance | path

Searched refs:block_head (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dgraph.c327 rtx block_head = BB_HEAD (e->dest); in print_rtl_graph_with_bb() local
330 INSN_UID (block_head), in print_rtl_graph_with_bb()
331 next_insn != block_head, in print_rtl_graph_with_bb()
334 if (block_head == next_insn) in print_rtl_graph_with_bb()
/freebsd-12-stable/sbin/newfs_nandfs/
Dnewfs_nandfs.c105 static LIST_HEAD(, nandfs_block) block_head =
106 LIST_HEAD_INITIALIZER(&block_head);
215 LIST_FOREACH(block, &block_head, block_link) { in get_block()
234 LIST_INSERT_HEAD(&block_head, new_block, block_link); in get_block()
508 LIST_FOREACH(block, &block_head, block_link) { in save_segsum()
875 LIST_FOREACH(block, &block_head, block_link) { in write_fs()
/freebsd-12-stable/contrib/netbsd-tests/fs/tmpfs/
Dt_mknod.sh33 block_head() { function