Searched refs:ustring_per_cpu (Results 1 – 1 of 1) sorted by relevance
797 static __percpu struct ustring_buffer *ustring_per_cpu; variable804 if (!ustring_per_cpu) in test_string()807 ubuf = this_cpu_ptr(ustring_per_cpu); in test_string()822 if (!ustring_per_cpu) in test_ustring()825 ubuf = this_cpu_ptr(ustring_per_cpu); in test_ustring()1880 if (!ustring_per_cpu) { in parse_pred()1882 ustring_per_cpu = alloc_percpu(struct ustring_buffer); in parse_pred()1883 if (!ustring_per_cpu) in parse_pred()