Searched refs:b_list (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/lockd/
H A Dclntlock.c108 list_add(&block->b_list, &nlm_blocked);
120 list_del(&block->b_list);
173 list_for_each_entry(block, &nlm_blocked, b_list) {
284 list_for_each_entry(block, &nlm_blocked, b_list) {
H A Dsvclock.c96 if (list_empty(&block->b_list)) {
99 list_del_init(&block->b_list);
107 b = list_entry(pos, struct nlm_block, b_list);
116 list_add_tail(&block->b_list, pos);
134 if (!list_empty(&block->b_list)) {
135 list_del_init(&block->b_list);
158 list_for_each_entry(block, &nlm_blocked, b_list) {
194 list_for_each_entry(block, &nlm_blocked, b_list) {
241 INIT_LIST_HEAD(&block->b_list);
334 if (list_empty(&block->b_list))
[all...]
/linux-master/fs/xfs/
H A Dxfs_buf.c244 INIT_LIST_HEAD(&bp->b_list);
2136 list_del_init(&bp->b_list);
2137 wake_up_var(&bp->b_list);
2153 bp = list_first_entry(list, struct xfs_buf, b_list);
2202 if (list_empty(&bp->b_list)) {
2204 list_add_tail(&bp->b_list, list);
2227 while (!list_empty(&bp->b_list)) {
2229 wait_var_event(&bp->b_list, list_empty(&bp->b_list));
2249 struct xfs_buf *ap = container_of(a, struct xfs_buf, b_list);
[all...]
H A Dxfs_buf.h185 struct list_head b_list; member in struct:xfs_buf
/linux-master/include/linux/lockd/
H A Dlockd.h128 struct list_head b_list; /* linked list */ member in struct:nlm_wait
177 struct list_head b_list; /* linked list of all blocks */ member in struct:nlm_block
/linux-master/tools/perf/tests/
H A Dattr.py24 b_list = b.split('|')
27 for b_item in b_list:

Completed in 139 milliseconds