Searched refs:leader (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dpci_iommu.c462 -1 : Not leader, physically adjacent to previous.
463 -2 : Not leader, virtually adjacent to previous.
464 Write dma_length of each leader with the combined lengths of
474 struct scatterlist *leader;
477 leader = sg;
479 leader_length = leader->length;
480 next_paddr = SG_ENT_PHYS_ADDRESS(leader) + leader_length;
495 leader->dma_address = leader_flag;
496 leader->dma_length = leader_length;
497 leader
471 struct scatterlist *leader; local
510 sg_fill(struct scatterlist *leader, struct scatterlist *end, struct scatterlist *out, struct pci_iommu_arena *arena, dma_addr_t max_dma, int dac_allowed) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dexec.c584 struct task_struct *leader = NULL; local
640 * Account for the thread group leader hanging around:
647 * at us as the new group leader now. We have a race with
648 * a timer firing now getting the old leader, so we need to
650 * before we can safely let the old group leader die.
672 * do is to wait for the thread group leader to become inactive,
677 * Wait for the thread group leader to be a zombie.
681 leader = tsk->group_leader;
682 while (leader->exit_state != EXIT_ZOMBIE)
689 * from sister threads now dead. But in this non-leader
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dexit.c111 * group leader as they die, so they can be added into
113 * The group leader stays around as a zombie as long
116 * We won't ever get here for the group leader, since it
156 struct task_struct *leader; local
166 * If we are the last non-leader member of the thread
167 * group, and the leader is zombie, then notify the
168 * group leader's parent process. (if it wants notification.)
171 leader = p->group_leader;
172 if (leader != p && thread_group_empty(leader)
[all...]
H A Dposix-timers.c310 struct task_struct *leader; local
318 leader = timr->it_process->group_leader;
320 timr->it_process = leader;
H A Dsys.c1475 if (p->signal->leader)
1565 /* Fail if I am already a session leader */
1566 if (group_leader->signal->leader)
1580 group_leader->signal->leader = 1;
H A Dfork.c873 sig->leader = 0; /* session leadership doesn't inherit */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dbase.c2123 struct dentry *dentry, *leader, *dir; local
2141 leader = d_hash_and_lookup(proc_mnt->mnt_root, &name);
2142 if (!leader)
2147 dir = d_hash_and_lookup(leader, &name);
2162 dput(leader);
2249 * group leader, and don't worry if the task we have
2250 * found doesn't happen to be a thread group leader.
2415 struct task_struct *leader = get_proc_task(dir); local
2418 if (!leader)
2432 if (leader
2456 first_tid(struct task_struct *leader, int tid, int nr) argument
2527 struct task_struct *leader = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/ubiqx/
H A Dubi_BinTree.c1068 ubi_btNodePtr ubi_btLeafNode( ubi_btNodePtr leader )
1072 * Input: leader - Pointer to a node at which to start the descent.
1116 if( NULL == leader )
1122 p[0] = leader;
H A Dubi_BinTree.h756 ubi_btNodePtr ubi_btLeafNode( ubi_btNodePtr leader );
760 * Input: leader - Pointer to a node at which to start the descent.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dtty_io.c1399 if (!p->signal->leader) {
1514 * This function is typically called only by the session leader, when
1605 if (tsk->signal->leader)
2602 current->signal->leader &&
2920 * leader to set this tty as the controlling tty for the session.
2931 if (current->signal->leader && (task_session(current) == tty->session))
2936 * The process must be a session leader and
2939 if (!current->signal->leader || current->signal->tty) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsched.h506 /* boolean value for session group leader */
507 int leader; member in struct:signal_struct
515 * in __exit_signal, except for the group leader.
526 * group, not including a zombie group leader. (This only differs
1026 struct task_struct *group_leader; /* threadgroup leader */
1668 * to have the pid of the thread group leader without actually being
1669 * the thread group leader. For iteration through the pids in proc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex759 It is the leader of the group of all secondary addresses. When the leader

Completed in 119 milliseconds