Searched refs:PU (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/mm/ |
H A D | percpu-stats.c | 177 #define PU(X) \ in percpu_stats_show() macro 183 PU(nr_alloc); in percpu_stats_show() 184 PU(nr_dealloc); in percpu_stats_show() 185 PU(nr_cur_alloc); in percpu_stats_show() 186 PU(nr_max_alloc); in percpu_stats_show() 187 PU(nr_chunks); in percpu_stats_show() 188 PU(nr_max_chunks); in percpu_stats_show() 189 PU(min_alloc_size); in percpu_stats_show() 190 PU(max_alloc_size); in percpu_stats_show() 194 #undef PU in percpu_stats_show() macro [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | percpu-stats.c | 190 #define PU(X) \ in percpu_stats_show() macro 196 PU(nr_alloc); in percpu_stats_show() 197 PU(nr_dealloc); in percpu_stats_show() 198 PU(nr_cur_alloc); in percpu_stats_show() 199 PU(nr_max_alloc); in percpu_stats_show() 200 PU(nr_chunks); in percpu_stats_show() 201 PU(nr_max_chunks); in percpu_stats_show() 202 PU(min_alloc_size); in percpu_stats_show() 203 PU(max_alloc_size); in percpu_stats_show() 207 #undef PU in percpu_stats_show() macro [all...] |
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
H A D | st-pincfg.h | 17 #define PU (1 << 26) macro 33 #define IN_PU (PU) 39 #define BIDIR_PU (OE | PU | OD)
|
/kernel/linux/linux-6.6/arch/arm/boot/dts/st/ |
H A D | st-pincfg.h | 17 #define PU (1 << 26) macro 33 #define IN_PU (PU) 39 #define BIDIR_PU (OE | PU | OD)
|
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/arm/ |
H A D | st-pincfg.h | 17 #define PU (1 << 26) macro 33 #define IN_PU (PU) 39 #define BIDIR_PU (OE | PU | OD)
|
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/arm/st/ |
H A D | st-pincfg.h | 17 #define PU (1 << 26) macro 33 #define IN_PU (PU) 39 #define BIDIR_PU (OE | PU | OD)
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | debug.c | 644 #define PU(x) \ in print_rt_rq() macro 649 PU(rt_nr_running); in print_rt_rq() 651 PU(rt_nr_migratory); in print_rt_rq() 658 #undef PU in print_rt_rq() macro 669 #define PU(x) \ in print_dl_rq() macro 672 PU(dl_nr_running); in print_dl_rq() 674 PU(dl_nr_migratory); in print_dl_rq() 682 #undef PU in print_dl_rq() macro
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | debug.c | 722 #define PU(x) \ in print_rt_rq() macro 727 PU(rt_nr_running); in print_rt_rq() 729 PU(rt_nr_migratory); in print_rt_rq() 736 #undef PU in print_rt_rq() macro 747 #define PU(x) \ in print_dl_rq() macro 750 PU(dl_nr_running); in print_dl_rq() 752 PU(dl_nr_migratory); in print_dl_rq() 760 #undef PU in print_dl_rq() macro
|
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A D | pinctrl-st.c | 144 #define ST_PINCONF_UNPACK_PU(conf) ST_PINCONF_UNPACK(conf, PU) 145 #define ST_PINCONF_PACK_PU(conf) ST_PINCONF_PACK(conf, 1, PU) 924 * Output Enable (OE), Open Drain(OD), and Pull Up (PU) in st_pmx_set_gpio_direction() 1018 seq_printf(s, "[OE:%d,PU:%ld,OD:%ld]\t%s\n" in st_pinconf_dbg_show() 1143 * For a given shared register like OE/PU/OD, there are 8 bits per bank in st_parse_syscfgs()
|
/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | pinctrl-st.c | 148 #define ST_PINCONF_UNPACK_PU(conf) ST_PINCONF_UNPACK(conf, PU) 149 #define ST_PINCONF_PACK_PU(conf) ST_PINCONF_PACK(conf, 1, PU) 927 * Output Enable (OE), Open Drain(OD), and Pull Up (PU) in st_pmx_set_gpio_direction() 1021 seq_printf(s, "[OE:%d,PU:%ld,OD:%ld]\t%s\n" in st_pinconf_dbg_show() 1146 * For a given shared register like OE/PU/OD, there are 8 bits per bank in st_parse_syscfgs()
|
Completed in 10 milliseconds