Searched refs:list_del_init (Results 51 - 75 of 972) sorted by last modified time

1234567891011>>

/linux-master/kernel/bpf/
H A Darraymap.c1051 list_del_init(&elem->list);
1162 list_del_init(&elem->list);
/linux-master/ipc/
H A Dshm.c251 * A concurrent exit_shm may do a list_del_init() as well.
263 * list_del_init() is a nop if the entry was already removed
266 list_del_init(&shp->shm_clist);
481 list_del_init(&shp->shm_clist);
500 list_del_init(&shp->shm_clist);
/linux-master/io_uring/
H A Dwaitid.c153 list_del_init(&iwa->wo.child_wait.entry);
281 list_del_init(&wait->entry);
H A Dtimeout.c101 list_del_init(&timeout->list);
243 list_del_init(&timeout->list);
280 list_del_init(&timeout->list);
H A Dsqpoll.c95 list_del_init(&ctx->sqd_list);
H A Drw.c707 list_del_init(&wait->entry);
H A Dpoll.c188 list_del_init(&poll->wait.entry);
417 list_del_init(&poll->wait.entry);
454 list_del_init(&poll->wait.entry);
H A Dio_uring.c538 list_del_init(&de->list);
2953 list_del_init(&de->list);
H A Dio-wq.c466 list_del_init(&wq->wait.entry);
1129 list_del_init(&wait->entry);
1246 list_del_init(&wq->wait.entry);
/linux-master/fs/
H A Duserfaultfd.c148 * After the effect of list_del_init is visible to the other
156 list_del_init(&wq->entry);
535 * list_del_init() to refile across the two lists, the prev
540 * only case where list_del_init() is called is the full
543 * kernel stack can be released after the list_del_init.
548 * No need of list_del_init(), the uwq on the stack
1063 * list_del_init() by hand) to be sure nobody
1065 * list_del_init() in turn breaking the
H A Dfs-writeback.c314 list_del_init(&inode->i_io_list);
1183 list_del_init(&inode->i_io_list);
1289 list_del_init(&inode->i_io_list);
1326 list_del_init(&inode->i_wb_list);
1353 list_del_init(&inode->i_io_list);
2181 list_del_init(&work->list);
/linux-master/fs/smb/client/
H A Dtransport.c164 list_del_init(&mid->qhead);
909 list_del_init(&mid->qhead);
H A Dsmb2pdu.c4179 list_del_init(&tcon->rlist);
4194 list_del_init(&ses->rlist);
4210 list_del_init(&ses->rlist);
H A Dsmb2ops.c375 list_del_init(&mid->qhead);
H A Dfile.c1434 list_del_init(&open_file->rlist);
1512 list_del_init(&li->blist);
1667 list_del_init(&lock->blist);
/linux-master/fs/nilfs2/
H A Dioctl.c648 list_del_init(&bh->b_assoc_buffers);
655 list_del_init(&bh->b_assoc_buffers);
/linux-master/fs/netfs/
H A Dwrite_collect.c472 list_del_init(&front->rreq_link);
/linux-master/fs/jffs2/
H A Dxattr.c96 list_del_init(&xd->xindex);
196 list_del_init(&xd->xindex);
867 list_del_init(&xd->xindex);
1309 list_del_init(&xd->xindex);
/linux-master/fs/iomap/
H A Dbuffered-io.c1581 list_del_init(&ioend->io_list);
/linux-master/fs/gfs2/
H A Dsuper.c66 list_del_init(&sdp->sd_jindex_list);
H A Dlog.c77 list_del_init(&bd->bd_ail_st_list);
78 list_del_init(&bd->bd_ail_gl_list);
718 list_del_init(&ip->i_ordered);
1017 list_del_init(&bd->bd_list);
1025 list_del_init(&bd->bd_list);
H A Dmeta_io.c344 list_del_init(&bd->bd_list);
H A Dglock.c203 list_del_init(&gl->gl_lru);
266 list_del_init(&gl->gl_lru);
426 list_del_init(&gh->gh_list);
1693 list_del_init(&gh->gh_list);
2061 list_del_init(&gl->gl_lru);
H A Daops.c617 list_del_init(&bd->bd_list);
721 list_del_init(&bd->bd_list);
/linux-master/fs/ext4/
H A Dsuper.c527 list_del_init(&jce->jce_list);

Completed in 373 milliseconds

1234567891011>>