Lines Matching refs:is_atomic
1680 bool is_atomic;
1696 is_atomic = (gfp & GFP_KERNEL) != GFP_KERNEL;
1724 if (!is_atomic) {
1744 off = pcpu_find_block_fit(chunk, bits, bit_align, is_atomic);
1763 is_atomic);
1784 if (is_atomic) {
1809 if (!is_atomic) {
1844 trace_percpu_alloc_percpu(reserved, is_atomic, size, align,
1854 trace_percpu_alloc_percpu_fail(reserved, is_atomic, size, align);
1856 if (!is_atomic && do_warn && warn_limit) {
1858 size, align, is_atomic, err);
1863 if (is_atomic) {