LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Kernel
User Name
Password
Linux - Kernel This forum is for all discussion relating to the Linux kernel.

Notices


Reply
  Search this Thread
Old 03-09-2011, 01:15 PM   #1
aniket_nagarnaik
LQ Newbie
 
Registered: Mar 2011
Posts: 2

Rep: Reputation: 0
urgent


struct rb_node **p = &vmap_area_root.rb_node;

where
static struct rb_root vmap_area_root = RB_ROOT;
and #define RB_ROOT (struct rb_root) { NULL, }
and
struct rb_root
{
struct rb_node *rb_node;
};

also
struct rb_node
{
unsigned long rb_parent_color;
#define RB_RED 0
#define RB_BLACK 1
struct rb_node *rb_right;
struct rb_node *rb_left;
};


explain da meaning of this means wht is in **p,*p,p nd dat macro means............

Last edited by aniket_nagarnaik; 03-09-2011 at 01:31 PM.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 03-09-2011, 02:06 PM   #2
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
If you would like to be helped, you could start by spelling out your words and use more proper english instead of "da" and "dat." And honestly, I don't even know what you are trying to find out, let a lone what this code is from. Also use code tags in the future.

Josh
 
Old 03-09-2011, 04:55 PM   #3
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
Homework... with a deadline 08:00 AM tomorrow morning... Indian Time.

jlinkels
 
Old 03-09-2011, 04:58 PM   #4
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
This is urgent so we had better escalate the priority. Too bad the programming techs went home.
 
0 members found this post helpful.
Old 03-09-2011, 05:05 PM   #5
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Quote:
Originally Posted by stress_junkie View Post
This is urgent so we had better escalate the priority. Too bad the programming techs went home.
I'm at work and don't have access to any of my linux boxes, that's my excuse
 
0 members found this post helpful.
Old 03-09-2011, 05:07 PM   #6
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
Quote:
Originally Posted by corp769 View Post
I'm at work and don't have access to any of my linux boxes, that's my excuse
My shift is over so that's my excuse. Jeremy won't authorize overtime pay for me.

Last edited by stress_junkie; 03-09-2011 at 05:09 PM.
 
0 members found this post helpful.
Old 03-09-2011, 05:25 PM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
for $100 US / hour with a min of 8 hours i "might" do your homework
that is 8 hour min PER question
10 questions and that is 80 hours
 
Old 03-10-2011, 01:44 AM   #8
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
One reference/joke to the urgent part seems more the enough.
Let's move on.

Kind regards
 
1 members found this post helpful.
Old 03-10-2011, 01:57 AM   #9
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by aniket_nagarnaik View Post
explain da meaning of this means wht is in **p,*p,p nd dat macro means
Asking this question means that you don't know C!

Check this out: http://www.cs.cf.ac.uk/Dave/C/node12.html
and this too: http://c-faq.com/~scs/cclass/int/sx8.html

Quote:
Originally Posted by jlinkels View Post
Homework... with a deadline 08:00 AM tomorrow morning... Indian Time.
You are from the Netherlands and you can still UNDERSTAND the user name??

Last edited by Aquarius_Girl; 03-10-2011 at 02:06 AM.
 
Old 03-10-2011, 02:08 AM   #10
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by corp769 View Post
I'm at work and don't have access to any of my linux boxes, that's my excuse
That is not an acceptable excuse, understanding C doesn't require Linux!
 
Old 03-10-2011, 02:18 AM   #11
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Quote:
Originally Posted by Anisha Kaul View Post
That is not an acceptable excuse, understanding C doesn't require Linux!
Hey, I was busy at work!
And I know that... I was just at work and didn't have time to think at that moment. Won't happen again! LOL
 
Old 03-10-2011, 02:19 AM   #12
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by corp769 View Post
Hey, I was busy at work!
And I know that... I was just at work and didn't have time to think at that moment. Won't happen again! LOL
What I posted was a bit of dry-humor, I was not picking at you, do I have to put a smiley everywhere now?
 
Old 03-10-2011, 02:22 AM   #13
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
I got your humor, I had to give some back. And no, you don't need to put a smiley everywhere
 
Old 03-10-2011, 05:54 AM   #14
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
Quote:
Originally Posted by Anisha Kaul View Post
You are from the Netherlands and you can still UNDERSTAND the user name??
No, what does the user name mean?

jlinkels
 
Old 03-10-2011, 06:03 AM   #15
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Never seen a thread go so far off topic like this one.

Kind regards
 
2 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
boot sector and lilo collapse !!!!! URGENT URGENT URGEN !!!!! frelihm Linux - Software 21 12-02-2009 10:21 AM
how to mv the files...urgent...urgent manojkarthi Programming 2 07-02-2008 02:21 AM
Urgent Question Regarding Urgent Questions! Need Help Now! Crashed_Again LQ Suggestions & Feedback 11 10-17-2007 08:07 PM
Urgent Urgent !!!! Mozilla Keeps All Your Deleted Emails !!!! odin123 Linux - Software 2 01-31-2004 02:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Kernel

All times are GMT -5. The time now is 07:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration