While reading the code I came across :-
struct Manager
struct Worker
Can you please provide an overview on these, I did not get a clear cut explanation on these structs, the code only has its member variables.
Also what is the variable 'arg_children_max'
Why is it specifically set to 8 + no_of_cpus*2 ?
Regards
Nishant Nayan
On Tue, 1 Feb 2022, 14:13 Greg KH, <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
On Tue, Feb 01, 2022 at 10:08:04AM +0530, Nishant Nayan wrote:
> Thanks, I will check that out.
> Is there any site where I can gain in depth code level knowledge of
> systemd-udevd?
The code is all there for you to read and understand directly. What
specific questions did you have that you did not understand after
reading it?
thanks,
greg k-h