Searched refs:last_node (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/fs/jffs2/ |
D | nodelist.c | 520 c->blocks[i].first_node = c->blocks[i].last_node = NULL; in jffs2_free_raw_node_refs() 595 ref = jeb->last_node; in jffs2_link_node_ref() 616 uint32_t last_len = ref_totlen(c, jeb, jeb->last_node); in jffs2_link_node_ref() 620 ref_offset(jeb->last_node), in jffs2_link_node_ref() 621 ref_offset(jeb->last_node)+last_len); in jffs2_link_node_ref() 624 jeb->last_node = ref; in jffs2_link_node_ref() 673 if (jeb->last_node && ref_obsolete(jeb->last_node)) { in jffs2_scan_dirty_space() 675 jeb->last_node->__totlen += size; in jffs2_scan_dirty_space() 706 if (unlikely(ref != jeb->last_node)) { in __ref_totlen() 708 ref, ref_offset(ref), jeb->last_node, in __ref_totlen() [all …]
|
D | malloc.c | 209 p = &jeb->last_node; in jffs2_prealloc_raw_node_refs() 236 nr, jeb->offset, jeb->last_node, jeb->last_node->flash_offset, in jffs2_prealloc_raw_node_refs() 237 jeb->last_node->next_in_ino); in jffs2_prealloc_raw_node_refs()
|
D | wbuf.c | 294 BUG_ON(!ref_obsolete(jeb->last_node)); in jffs2_wbuf_recover() 325 end = ref_offset(jeb->last_node); in jffs2_wbuf_recover() 329 while ((raw = ref_next(raw)) != jeb->last_node) in jffs2_wbuf_recover() 463 for (raw = first_raw; raw != jeb->last_node; raw = ref_next(raw)) { in jffs2_wbuf_recover()
|
D | debug.c | 335 if ((!ref_next(ref2)) != (ref2 == jeb->last_node)) { in __jffs2_dbg_acct_paranoia_check_nolock() 338 ref_offset(jeb->last_node), jeb->last_node); in __jffs2_dbg_acct_paranoia_check_nolock()
|
D | erase.c | 310 jeb->first_node = jeb->last_node = NULL; in jffs2_free_jeb_node_refs()
|
D | nodelist.h | 291 struct jffs2_raw_node_ref *last_node; member
|
/Linux-v4.19/include/linux/sched/ |
D | numa_balancing.h | 19 extern void task_numa_fault(int last_node, int node, int pages, int flags); 26 static inline void task_numa_fault(int last_node, int node, int pages, in task_numa_fault() argument
|
/Linux-v4.19/arch/sparc/kernel/ |
D | mdesc.c | 632 u64 last_node = hp->mdesc.node_sz / 16; in mdesc_node_by_name() local 637 } else if (from_node >= last_node) { in mdesc_node_by_name() 643 while (ret < last_node) { in mdesc_node_by_name() 650 if (ret >= last_node) in mdesc_node_by_name() 660 u64 last_node = hp->mdesc.node_sz / 16; in mdesc_get_property() local 664 if (node == MDESC_NODE_NULL || node >= last_node) in mdesc_get_property() 706 u64 last_node = hp->mdesc.node_sz / 16; in mdesc_next_arc() local 708 if (from == MDESC_NODE_NULL || from >= last_node) in mdesc_next_arc() 742 u64 last_node = hp->mdesc.node_sz / 16; in mdesc_node_name() local 744 if (node == MDESC_NODE_NULL || node >= last_node) in mdesc_node_name()
|
/Linux-v4.19/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_cle.c | 90 SET_VAL(CLE_DN_LASTN, dn->last_node) | in xgene_cle_dn_to_hw() 212 .last_node = 0, 248 .last_node = 0, 296 .last_node = 0, 381 .last_node = 0, 466 .last_node = 0, 552 .last_node = 1,
|
D | xgene_enet_cle.h | 224 bool last_node; member
|
/Linux-v4.19/drivers/android/ |
D | binder.c | 5225 struct binder_node *last_node = NULL; in print_binder_proc() local 5247 if (last_node) in print_binder_proc() 5248 binder_put_node(last_node); in print_binder_proc() 5252 last_node = node; in print_binder_proc() 5256 if (last_node) in print_binder_proc() 5257 binder_put_node(last_node); in print_binder_proc() 5447 struct binder_node *last_node = NULL; in binder_state_show() local 5462 if (last_node) in binder_state_show() 5463 binder_put_node(last_node); in binder_state_show() 5467 last_node = node; in binder_state_show() [all …]
|