Home
last modified time | relevance | path

Searched refs:old_c (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dalternative-macros.h36 .macro ALTERNATIVE_CFG old_c, new_c, vendor_id, patch_id, enable
41 \old_c
47 .macro ALTERNATIVE_CFG_2 old_c, new_c_1, vendor_id_1, patch_id_1, enable_1, \
49 ALTERNATIVE_CFG "\old_c", "\new_c_1", \vendor_id_1, \patch_id_1, \enable_1
86 #define __ALTERNATIVE_CFG(old_c, new_c, vendor_id, patch_id, enable) \
91 old_c "\n" \
96 #define __ALTERNATIVE_CFG_2(old_c, new_c_1, vendor_id_1, patch_id_1, enable_1, \
98 __ALTERNATIVE_CFG(old_c, new_c_1, vendor_id_1, patch_id_1, enable_1) \
103 #define _ALTERNATIVE_CFG(old_c, new_c, vendor_id, patch_id, CONFIG_k) \
104 __ALTERNATIVE_CFG(old_c, new_
[all...]
/kernel/linux/linux-5.10/net/atm/
H A Dcommon.c343 int old_c; in find_ci() local
360 old_c = c; in find_ci()
378 } while (old_p != p || old_c != c); in find_ci()
/kernel/linux/linux-6.6/net/atm/
H A Dcommon.c343 int old_c; in find_ci() local
360 old_c = c; in find_ci()
378 } while (old_p != p || old_c != c); in find_ci()

Completed in 3 milliseconds