Searched refs:split_state (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | subcore.c | 144 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.1.27/arch/x86/mm/ |
D | pageattr-test.c | 41 struct split_state { struct 46 static int print_split(struct split_state *s) in print_split() argument 113 struct split_state sa, sb, sc; in pageattr_test()
|
/linux-4.1.27/fs/btrfs/ |
D | extent_io.c | 475 static int split_state(struct extent_io_tree *tree, struct extent_state *orig, in split_state() function 666 err = split_state(tree, state, prealloc, start); in clear_extent_bit() 688 err = split_state(tree, state, prealloc, end + 1); in clear_extent_bit() 940 err = split_state(tree, state, prealloc, start); in __set_extent_bit() 1007 err = split_state(tree, state, prealloc, end + 1); in __set_extent_bit() 1167 err = split_state(tree, state, prealloc, start); in convert_extent_bit() 1232 err = split_state(tree, state, prealloc, end + 1); in convert_extent_bit()
|