Home
last modified time | relevance | path

Searched refs:first_node (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dnodemask.h262 #define first_node(src) __first_node(&(src)) macro
379 for ((node) = first_node(mask); \
436 #define first_online_node first_node(node_states[N_ONLINE])
437 #define first_memory_node first_node(node_states[N_MEMORY])
/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_journal.c24 static int first_node = true; variable
259 if (first_node == true) { in ext4fs_push_revoke_blk()
262 first_node = false; in ext4fs_push_revoke_blk()
289 first_node = true; in ext4fs_free_revoke_blks()
/OK3568_Linux_fs/kernel/tools/perf/ui/gtk/
H A Dhists.c510 bool first_node, first_col; in perf_gtk__show_hierarchy() local
543 first_node = true; in perf_gtk__show_hierarchy()
545 if (!first_node) in perf_gtk__show_hierarchy()
547 first_node = false; in perf_gtk__show_hierarchy()
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dnodelist.c510 this = c->blocks[i].first_node; in jffs2_free_raw_node_refs()
520 c->blocks[i].first_node = c->blocks[i].last_node = NULL; in jffs2_free_raw_node_refs()
612 if (!jeb->first_node) { in jffs2_link_node_ref()
613 jeb->first_node = ref; in jffs2_link_node_ref()
H A Derase.c295 block = ref = jeb->first_node; in jffs2_free_jeb_node_refs()
310 jeb->first_node = jeb->last_node = NULL; in jffs2_free_jeb_node_refs()
H A Dscan.c313 && (!jeb->first_node || !ref_next(jeb->first_node)) ) in jffs2_scan_classify_jeb()
694 c->cleanmarker_size && !jeb->dirty_size && !ref_next(jeb->first_node)) { in jffs2_scan_eraseblock()
880 } else if (jeb->first_node) { in jffs2_scan_eraseblock()
H A Ddebug.c316 struct jffs2_raw_node_ref *ref2 = jeb->first_node; in __jffs2_dbg_acct_paranoia_check_nolock()
408 if (!jeb->first_node) { in __jffs2_dbg_dump_node_refs_nolock()
414 for (ref = jeb->first_node; ; ref = ref_next(ref)) { in __jffs2_dbg_dump_node_refs_nolock()
H A Dwbuf.c150 if (jeb->first_node) { in jffs2_block_refile()
298 for (next = raw = jeb->first_node; next; raw = next) { in jffs2_wbuf_recover()
550 if (first_raw == jeb->first_node) { in jffs2_wbuf_recover()
H A Dnodemgmt.c470 !jeb->first_node->next_in_ino) { in jffs2_do_reserve_space()
478 jffs2_mark_node_obsolete(c, jeb->first_node); in jffs2_do_reserve_space()
H A Dnodelist.h290 struct jffs2_raw_node_ref *first_node; member
H A Dsummary.c629 } else if (jeb->first_node) { in jffs2_sum_scan_sumnode()
H A Dgc.c100 ret->gc_node = ret->first_node; in jffs2_find_gc_block()
/OK3568_Linux_fs/kernel/tools/perf/ui/stdio/
H A Dhist.c635 bool first_node, first_col; in hists__fprintf_hierarchy_headers() local
659 first_node = true; in hists__fprintf_hierarchy_headers()
661 if (!first_node) in hists__fprintf_hierarchy_headers()
663 first_node = false; in hists__fprintf_hierarchy_headers()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbpf_lru_list.c143 struct bpf_lru_node *node, *tmp_node, *first_node; in __bpf_lru_list_rotate_active() local
146 first_node = list_first_entry(active, struct bpf_lru_node, list); in __bpf_lru_list_rotate_active()
153 if (++i == lru->nr_scans || node == first_node) in __bpf_lru_list_rotate_active()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gcc-10.3.1/python/libstdcxx/v6/
H A Dxmethods.py171 first_node = obj['_M_impl']['_M_start']['_M_node']
175 return (last_node - first_node) * self._bufsize + (cur - first)
178 first_node = obj['_M_impl']['_M_start']['_M_node']
179 index_node = first_node + int(idx) // self._bufsize
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gcc-10.3.1/python/libstdcxx/v6/
H A Dxmethods.py171 first_node = obj['_M_impl']['_M_start']['_M_node']
175 return (last_node - first_node) * self._bufsize + (cur - first)
178 first_node = obj['_M_impl']['_M_start']['_M_node']
179 index_node = first_node + int(idx) // self._bufsize
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dhygon.c50 return first_node(node_online_map); /* Shouldn't happen */ in nearby_node()
H A Damd.c305 return first_node(node_online_map); /* Shouldn't happen */ in nearby_node()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio-wq.c1348 bool first_node = true; in io_wq_max_workers() local
1371 if (first_node) in io_wq_max_workers()
1377 first_node = false; in io_wq_max_workers()
/OK3568_Linux_fs/kernel/drivers/block/
H A Dpktcdvd.c1108 struct pkt_rb_node *node, *first_node; in pkt_handle_queue() local
1123 first_node = pkt_rbtree_find(pd, pd->current_sector); in pkt_handle_queue()
1124 if (!first_node) { in pkt_handle_queue()
1127 first_node = rb_entry(n, struct pkt_rb_node, rb_node); in pkt_handle_queue()
1129 node = first_node; in pkt_handle_queue()
1147 if (node == first_node) in pkt_handle_queue()
/OK3568_Linux_fs/kernel/mm/
H A Dmempolicy.c208 pol->v.preferred_node = first_node(*nodes); in mpol_new_preferred()
350 int node = first_node(pol->w.user_nodemask); in mpol_rebind_preferred()
359 pol->v.preferred_node = first_node(tmp); in mpol_rebind_preferred()
1984 nid = first_node(pol->v.nodes); in offset_il_node()
2983 new->v.preferred_node = first_node(nodes); in mpol_parse_str()
/OK3568_Linux_fs/kernel/tools/perf/ui/browsers/
H A Dhists.c1702 bool first_node, first_col; in hists_browser__scnprintf_hierarchy_headers() local
1708 first_node = true; in hists_browser__scnprintf_hierarchy_headers()
1724 first_node = false; in hists_browser__scnprintf_hierarchy_headers()
1727 if (!first_node) { in hists_browser__scnprintf_hierarchy_headers()
1734 first_node = true; in hists_browser__scnprintf_hierarchy_headers()
1736 if (!first_node) { in hists_browser__scnprintf_hierarchy_headers()
1741 first_node = false; in hists_browser__scnprintf_hierarchy_headers()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dnuma.c631 rr = first_node(node_online_map); in numa_init_array()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dhead_32.S379 or %g0, %g0, %o0 ! next_node(0) = first_node
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk.c3111 bool first_node = true; in clk_dump_show() local
3119 if (!first_node) in clk_dump_show()
3121 first_node = false; in clk_dump_show()