Searched hist:"158 e1645e07f3e9f7e4962d7a0997f5c3b98311b" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | task_work.h | diff 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 D | sched.h | diff 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 D | task_work.c | diff 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 D | fork.c | diff 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>
|