Home
last modified time | relevance | path

Searched refs:is_loop (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/elx/libefc/
H A Defc_domain.c281 domain->is_loop = drec->is_loop; in __efc_domain_init()
293 if (!domain->is_loop) { in __efc_domain_init()
305 drec->is_loop ? in __efc_domain_init()
392 if (domain->is_loop && !domain->is_nlport) { in __efc_domain_wait_alloc()
H A Defclib.h84 bool is_loop; member
231 bool is_loop; member
/linux/security/apparmor/
H A Dmatch.c692 static bool is_loop(struct match_workbuf *wb, aa_state_t state, in is_loop() function
746 if (is_loop(wb, state, &adjust)) { in leftmatch_fb()
765 if (is_loop(wb, state, &adjust)) { in leftmatch_fb()
/linux/tools/perf/util/
H A Dmachine.c2241 bool is_loop = true; in remove_loops() local
2246 is_loop = false; in remove_loops()
2249 if (is_loop) { in remove_loops()
/linux/drivers/scsi/elx/efct/
H A Defct_xport.c700 if (efc->domain->is_loop) { in efct_get_host_port_type()