Home
last modified time | relevance | path

Searched refs:stack_order (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-livepatch58 What: /sys/kernel/livepatch/<patch>/stack_order
64 function, the implementation with the biggest 'stack_order' number
/linux/kernel/livepatch/
H A Dcore.c464 int stack_order = 0; in stack_order_show() local
471 stack_order++; in stack_order_show()
478 return sysfs_emit(buf, "%d\n", stack_order); in stack_order_show()
485 static struct kobj_attribute stack_order_kobj_attr = __ATTR_RO(stack_order);