Home
last modified time | relevance | path

Searched hist:"158 e1645e07f3e9f7e4962d7a0997f5c3b98311b" (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dtask_work.hdiff 158e1645e07f3e9f7e4962d7a0997f5c3b98311b Wed Jun 27 00:24:13 CDT 2012 Al Viro <viro@zeniv.linux.org.uk> trim task_work: get rid of hlist

layout based on Oleg's suggestion; single-linked list,
task->task_works points to the last element, forward pointer
from said last element points to head. I'd still prefer
much more regular scheme with two pointers in task_work,
but...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
H A Dsched.hdiff 158e1645e07f3e9f7e4962d7a0997f5c3b98311b Wed Jun 27 00:24:13 CDT 2012 Al Viro <viro@zeniv.linux.org.uk> trim task_work: get rid of hlist

layout based on Oleg's suggestion; single-linked list,
task->task_works points to the last element, forward pointer
from said last element points to head. I'd still prefer
much more regular scheme with two pointers in task_work,
but...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
/openbmc/linux/kernel/
H A Dtask_work.cdiff 158e1645e07f3e9f7e4962d7a0997f5c3b98311b Wed Jun 27 00:24:13 CDT 2012 Al Viro <viro@zeniv.linux.org.uk> trim task_work: get rid of hlist

layout based on Oleg's suggestion; single-linked list,
task->task_works points to the last element, forward pointer
from said last element points to head. I'd still prefer
much more regular scheme with two pointers in task_work,
but...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
H A Dfork.cdiff 158e1645e07f3e9f7e4962d7a0997f5c3b98311b Wed Jun 27 00:24:13 CDT 2012 Al Viro <viro@zeniv.linux.org.uk> trim task_work: get rid of hlist

layout based on Oleg's suggestion; single-linked list,
task->task_works points to the last element, forward pointer
from said last element points to head. I'd still prefer
much more regular scheme with two pointers in task_work,
but...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>