Searched refs:ustring_per_cpu (Results 1 – 1 of 1) sorted by relevance
705 static __percpu struct ustring_buffer *ustring_per_cpu; variable712 if (!ustring_per_cpu) in test_string()715 ubuf = this_cpu_ptr(ustring_per_cpu); in test_string()730 if (!ustring_per_cpu) in test_ustring()733 ubuf = this_cpu_ptr(ustring_per_cpu); in test_ustring()1528 if (!ustring_per_cpu) { in parse_pred()1530 ustring_per_cpu = alloc_percpu(struct ustring_buffer); in parse_pred()1531 if (!ustring_per_cpu) in parse_pred()