Searched refs:block_head (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | graph.c | 327 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/ |
| D | newfs_nandfs.c | 105 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/ |
| D | t_mknod.sh | 33 block_head() { function
|