Re: what is the purpose of "console_silent" in printk.h?

2018-08-21 Thread Justin Skists
> On 21 August 2018 at 13:41 rpj...@crashcourse.ca wrote: > > > >i note in include/linux/printk.h: > >static inline void console_silent(void) >{ > console_loglevel = CONSOLE_LOGLEVEL_SILENT; >} > > except i see no reference to "console_silent" anywhere else in the >

what is the purpose of "console_silent" in printk.h?

2018-08-21 Thread rpjday
i note in include/linux/printk.h: static inline void console_silent(void) { console_loglevel = CONSOLE_LOGLEVEL_SILENT; } except i see no reference to "console_silent" anywhere else in the entire kernel code base. any idea what its purpose is? rday

How to alloc memory in kernel on a specific numa node

2018-08-21 Thread bing zhu
Dear Sir / Ma'am: Greeting ,Thank you for your time,I'm trying to alloc some memory on a specific numa node (like cpu 0) ,but i'm new to linux kernel ,can someone help me with some information ?please . Thanks anyway ___ Kernelnewbies mailing list