Searched refs:POSTFIX (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | preemptirq_delay_test.c | 76 #define DECLARE_TESTFN(POSTFIX) \ 77 static void preemptirqtest_##POSTFIX(int idx) \
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | preemptirq_delay_test.c | 82 #define DECLARE_TESTFN(POSTFIX) \ 83 static void preemptirqtest_##POSTFIX(int idx) \
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | mkcapflags.sh | 16 POSTFIX=$4 39 if [ -n "$POSTFIX" ]; then 40 T=$(( $PFX_SZ + $(echo $POSTFIX | wc -c) + 2 )) 43 printf "\t[%s - %s]%.*s = %s,\n" "$PFX$NAME" "$POSTFIX" "$TABCOUNT" "$TABS" "$VALUE"
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | mkcapflags.sh | 16 POSTFIX=$4 39 if [ -n "$POSTFIX" ]; then 40 T=$(( $PFX_SZ + $(echo $POSTFIX | wc -c) + 2 )) 43 printf "\t[%s - %s]%.*s = %s,\n" "$PFX$NAME" "$POSTFIX" "$TABCOUNT" "$TABS" "$VALUE"
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | compal-laptop.c | 470 #define TEMPERATURE_SHOW_TEMP_AND_LABEL(POSTFIX, ADDRESS, LABEL) \ 471 static ssize_t temp_##POSTFIX(struct device *dev, \ 476 static ssize_t label_##POSTFIX(struct device *dev, \
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | compal-laptop.c | 468 #define TEMPERATURE_SHOW_TEMP_AND_LABEL(POSTFIX, ADDRESS, LABEL) \ 469 static ssize_t temp_##POSTFIX(struct device *dev, \ 474 static ssize_t label_##POSTFIX(struct device *dev, \
|
Completed in 4 milliseconds