All of lore.kernel.org
 help / color / mirror / Atom feed
* some question about vma_interval_tree_insert
@ 2016-06-27  8:28 yoma sophian
  2016-06-27  8:39 ` Michal Hocko
  0 siblings, 1 reply; 3+ messages in thread
From: yoma sophian @ 2016-06-27  8:28 UTC (permalink / raw)
  To: linux-mm

hi all:
I try to find out where the function, vma_interval_tree_insert,
implemented but in vain.
http://lxr.free-electrons.com/ident?i=vma_interval_tree_insert

from linux cross-reference, it only show prototype defined and
referenced like below:
Defined as a function prototype in:
include/linux/mm.h, line 1919
Referenced (in 3 files total) in:
mm/mmap.c:
line 548
line 738
line 739
mm/nommu.c, line 709
include/linux/mm.h, line 1919

Would anyone help to let me know where it is implemented?
appreciate your kind help,

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: some question about vma_interval_tree_insert
  2016-06-27  8:28 some question about vma_interval_tree_insert yoma sophian
@ 2016-06-27  8:39 ` Michal Hocko
  2016-06-28  6:21   ` yoma sophian
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Hocko @ 2016-06-27  8:39 UTC (permalink / raw)
  To: yoma sophian; +Cc: linux-mm

On Mon 27-06-16 16:28:03, yoma sophian wrote:
> hi all:
> I try to find out where the function, vma_interval_tree_insert,
> implemented but in vain.

See
INTERVAL_TREE_DEFINE(struct vm_area_struct, shared.rb,
		     unsigned long, shared.rb_subtree_last,
		     vma_start_pgoff, vma_last_pgoff,, vma_interval_tree)
-- 
Michal Hocko
SUSE Labs

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: some question about vma_interval_tree_insert
  2016-06-27  8:39 ` Michal Hocko
@ 2016-06-28  6:21   ` yoma sophian
  0 siblings, 0 replies; 3+ messages in thread
From: yoma sophian @ 2016-06-28  6:21 UTC (permalink / raw)
  To: Michal Hocko; +Cc: linux-mm

hi Michael:
> See
> INTERVAL_TREE_DEFINE(struct vm_area_struct, shared.rb,
>                      unsigned long, shared.rb_subtree_last,
>                      vma_start_pgoff, vma_last_pgoff,, vma_interval_tree)
appreciate your kind help ^^

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-28  6:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-27  8:28 some question about vma_interval_tree_insert yoma sophian
2016-06-27  8:39 ` Michal Hocko
2016-06-28  6:21   ` yoma sophian

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.