Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/powernv/
Dsubcore.c144 struct split_state { struct
149 static DEFINE_PER_CPU(struct split_state, split_state); argument
156 while(per_cpu(split_state, i).step < step) in wait_for_sync_step()
187 per_cpu(split_state, cpu).step = SYNC_STEP_UNSPLIT; in unsplit_core()
221 split_core_secondary_loop(&per_cpu(split_state, cpu).step); in split_core()
253 per_cpu(split_state, smp_processor_id()).step = SYNC_STEP_FINISHED; in cpu_do_split()
291 if (this_cpu_ptr(&split_state)->master) { in cpu_update_split_mode()
305 if (this_cpu_ptr(&split_state)->master) { in cpu_update_split_mode()
311 while(per_cpu(split_state, cpu).step < SYNC_STEP_FINISHED) in cpu_update_split_mode()
331 struct split_state *state; in set_subcores_per_core()
[all …]
/linux-4.4.14/arch/x86/mm/
Dpageattr-test.c43 struct split_state { struct
48 static int print_split(struct split_state *s) in print_split() argument
115 struct split_state sa, sb, sc; in pageattr_test()
/linux-4.4.14/fs/btrfs/
Dextent_io.c495 static int split_state(struct extent_io_tree *tree, struct extent_state *orig, in split_state() function
688 err = split_state(tree, state, prealloc, start); in __clear_extent_bit()
711 err = split_state(tree, state, prealloc, end + 1); in __clear_extent_bit()
964 err = split_state(tree, state, prealloc, start); in __set_extent_bit()
1031 err = split_state(tree, state, prealloc, end + 1); in __set_extent_bit()
1191 err = split_state(tree, state, prealloc, start); in convert_extent_bit()
1257 err = split_state(tree, state, prealloc, end + 1); in convert_extent_bit()