Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6974141
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T17:11:55+00:00 2026-05-27T17:11:55+00:00

When I run some simple while loop code in linux user space and kernel

  • 0

When I run some simple while loop code in linux user space and kernel space and measure elapsed time, I can get difference.

test code is that access some hardware registers in Arm Cortex SoC chip.

for(k = 0; k < 100000; k++)
{   //I tested this code in user space and kernel space with IOCTL.
    for(i = 0; i < 1000; i++)  
    {  
        tv2 = *(volatile UInt32 *)(0xfe110080);  
        *(volatile UInt32 *)(0xfe628024) = i + tv2 ;  
    }
}

The result is
User Layer : 52002.16 ms
Kernel Layer : 32650.53 ms

Kernel layer was 1.6x faster than User layer.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T17:11:56+00:00Added an answer on May 27, 2026 at 5:11 pm

    In general, User layer takes more time because it makes few extra calls to complete task.

    For example, take an example of reading a file.
    to read a file from user layer, we call read(file_name). This read call internally calls kernel read call, which talks with device driver of disk and gets data.

    Therefore, kernel layer is performing better because of reduction in number of calls.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to setup NACHOS java version in Linux and run some simple sample
I am using the .Net XslCompiledTranform to run some simple XSLT (see below for
I'm writing a simple .bat file and I've run into some weird behavior. There
For some weeks now I simply can't run gem install in windows. It sticks
I'm trying to run some queries to get rid of XSS in our database
I'm trying to run some python code under Apache 2.2 / mod_python 3.2.8. Eventually
suppose we have this next sample code: while(some condition){ lock1.lock(); . . } the
I was trying to run a sample code While launching the application in the
I have some simple Ruby scripts to run as a background job. They are
During our build process, we run sqlldr to populate our database with some sample

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.