od_cpu_dbs_info

2013-10-26 Thread johnspaul92
Hi Iam new to this linux kernel coding and im trying to understand the ondemand cpu governor. And when i read the file i couldnt undertsnad what is od_cpu_dbs_info variable in cpufreq_ondemand.c. Can someone please explain what is its function.?? - Thank You Johns -- View this message in

db_data

2013-10-26 Thread johnspaul92
what is the use of the variable dbs_data in cpufreq_ondemand.c file??? - Thank You Johns -- View this message in context: http://linux-kernel.2935.n7.nabble.com/db-data-tp743048.html Sent from the Linux Kernel mailing list archive at Nabble.com. -- To unsubscribe from this list: send the

db_data

2013-10-26 Thread johnspaul92
what is the use of the variable dbs_data in cpufreq_ondemand.c file??? - Thank You Johns -- View this message in context: http://linux-kernel.2935.n7.nabble.com/db-data-tp743048.html Sent from the Linux Kernel mailing list archive at Nabble.com. -- To unsubscribe from this list: send the

od_cpu_dbs_info

2013-10-26 Thread johnspaul92
Hi Iam new to this linux kernel coding and im trying to understand the ondemand cpu governor. And when i read the file i couldnt undertsnad what is od_cpu_dbs_info variable in cpufreq_ondemand.c. Can someone please explain what is its function.?? - Thank You Johns -- View this message in

Re: definition of sys_access function

2013-05-29 Thread johnspaul92
Thanks, i got it. - Thank You Johns -- View this message in context: http://linux-kernel.2935.n7.nabble.com/definition-of-sys-access-function-tp657210p657262.html Sent from the Linux Kernel mailing list archive at Nabble.com. -- To unsubscribe from this list: send the line "unsubscribe

Re: definition of sys_access function

2013-05-29 Thread johnspaul92
I tried that and i got the result as fs/open.c But i couldnt find any references to sys_access. -- View this message in context: http://linux-kernel.2935.n7.nabble.com/definition-of-sys-access-function-tp657210p657226.html Sent from the Linux Kernel mailing list archive at Nabble.com. -- To

definition of sys_access function

2013-05-29 Thread johnspaul92
Where can i find the definition of the sys_access function??? I tried checking in syscalls.h. But there i found only the declaration. Where can i find the definition so that i can understand what that function actually does. -- View this message in context:

definition of sys_access function

2013-05-29 Thread johnspaul92
Where can i find the definition of the sys_access function??? I tried checking in syscalls.h. But there i found only the declaration. Where can i find the definition so that i can understand what that function actually does. -- View this message in context:

Re: definition of sys_access function

2013-05-29 Thread johnspaul92
I tried that and i got the result as fs/open.c But i couldnt find any references to sys_access. -- View this message in context: http://linux-kernel.2935.n7.nabble.com/definition-of-sys-access-function-tp657210p657226.html Sent from the Linux Kernel mailing list archive at Nabble.com. -- To

Re: definition of sys_access function

2013-05-29 Thread johnspaul92
Thanks, i got it. - Thank You Johns -- View this message in context: http://linux-kernel.2935.n7.nabble.com/definition-of-sys-access-function-tp657210p657262.html Sent from the Linux Kernel mailing list archive at Nabble.com. -- To unsubscribe from this list: send the line unsubscribe

why do we need atomic_set_unchecked

2013-05-27 Thread johnspaul92
When i tried to apply the GrSecurity patch on linux kernel 3.10 and there the patch actually modifies atomic_set to atomic_set_unchecked. When i checked the gcc patch to compile this code it just redefines atomic_set as atomic_set_unchecked. So what is the use of changing the function name.?? Am I

why do we need atomic_set_unchecked

2013-05-27 Thread johnspaul92
When i tried to apply the GrSecurity patch on linux kernel 3.10 and there the patch actually modifies atomic_set to atomic_set_unchecked. When i checked the gcc patch to compile this code it just redefines atomic_set as atomic_set_unchecked. So what is the use of changing the function name.?? Am I