Searched refs:on_list (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/smb/client/
H A Dcached_dir.h39 bool on_list:1; member in struct:cached_fid
H A Dcached_dir.c60 cfid->on_list = true;
352 if (cfid->on_list) {
354 cfid->on_list = false;
423 if (cfid->on_list) {
425 cfid->on_list = false;
514 cfid->on_list = false;
570 cfid->on_list = false;
638 cfid->on_list = false;
704 cfid->on_list = false;
/linux-master/drivers/infiniband/hw/irdma/
H A Dverbs.h91 bool on_list:1; member in struct:irdma_pbl
H A Dverbs.c444 iwpbl->on_list = false;
2968 iwpbl->on_list = true;
3002 iwpbl->on_list = true;
3361 if (iwpbl->on_list) {
3362 iwpbl->on_list = false;
3369 if (iwpbl->on_list) {
3370 iwpbl->on_list = false;
/linux-master/fs/jffs2/
H A Dnodemgmt.c565 static inline int on_list(struct list_head *obj, struct list_head *head) function
653 if (on_list(&jeb->list, &c->bad_used_list)) {
/linux-master/kernel/sched/
H A Drt.c1266 rt_se->on_list = 0;
1389 if (rt_se->on_list)
1395 WARN_ON_ONCE(rt_se->on_list);
1402 rt_se->on_list = 1;
1415 WARN_ON_ONCE(!rt_se->on_list);
H A Dfair.c321 if (cfs_rq->on_list)
324 cfs_rq->on_list = 1;
336 cfs_rq->tg->parent->cfs_rq[cpu]->on_list) {
386 if (cfs_rq->on_list) {
400 cfs_rq->on_list = 0;
4063 if (cfs_rq->on_list) {
5870 if (!cfs_rq->on_list)
5873 * Nothing to run but something to decay (on_list)?
12925 * check on_list without danger of it being re-added.
12927 if (!tg->cfs_rq[cpu]->on_list)
[all...]
H A Dsched.h652 int on_list; member in struct:cfs_rq
H A Dcore.c4554 p->rt.on_list = 0;
/linux-master/include/linux/
H A Dsched.h583 unsigned short on_list; member in struct:sched_rt_entity
/linux-master/drivers/usb/dwc2/
H A Dgadget.c4306 * on_list - check request is on the given endpoint
4310 static bool on_list(struct dwc2_hsotg_ep *ep, struct dwc2_hsotg_req *test) function
4338 if (!on_list(hs_ep, hs_req)) {

Completed in 270 milliseconds