Home
last modified time | relevance | path

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

/linux/drivers/scsi/csiostor/
A Dcsio_init.c695 struct csio_lnode *sln; in csio_lnodes_block_request() local
712 lnode_list[cur_cnt++] = sln; in csio_lnodes_block_request()
735 struct csio_lnode *sln; in csio_lnodes_unblock_request() local
751 lnode_list[cur_cnt++] = sln; in csio_lnodes_unblock_request()
773 struct csio_lnode *sln; in csio_lnodes_block_by_port() local
789 if (sln->portid != portid) in csio_lnodes_block_by_port()
792 lnode_list[cur_cnt++] = sln; in csio_lnodes_block_by_port()
814 struct csio_lnode *sln; in csio_lnodes_unblock_by_port() local
830 if (sln->portid != portid) in csio_lnodes_unblock_by_port()
832 lnode_list[cur_cnt++] = sln; in csio_lnodes_unblock_by_port()
[all …]
A Dcsio_lnode.c149 sln = (struct csio_lnode *) tmp1; in csio_ln_lookup_by_vnpi()
152 if (sln->vnp_flowid == vnp_id) in csio_ln_lookup_by_vnpi()
153 return sln; in csio_ln_lookup_by_vnpi()
155 if (list_empty(&sln->cln_head)) in csio_ln_lookup_by_vnpi()
159 list_for_each(tmp2, &sln->cln_head) { in csio_ln_lookup_by_vnpi()
189 sln = (struct csio_lnode *) tmp1; in csio_lnode_lookup_by_wwpn()
193 return sln; in csio_lnode_lookup_by_wwpn()
195 if (list_empty(&sln->cln_head)) in csio_lnode_lookup_by_wwpn()
199 list_for_each(tmp2, &sln->cln_head) { in csio_lnode_lookup_by_wwpn()
986 struct csio_lnode *cln, *sln; in csio_post_event_lns() local
[all …]
/linux/drivers/w1/
A Dw1_int.c177 struct w1_slave *sl, *sln; in __w1_remove_master_device() local
188 list_for_each_entry_safe(sl, sln, &dev->slist, w1_slave_entry) { in __w1_remove_master_device()
A Dw1.c880 struct w1_slave *sl, *sln; in w1_reconnect_slaves() local
889 list_for_each_entry_safe(sl, sln, &dev->slist, w1_slave_entry) { in w1_reconnect_slaves()
1100 struct w1_slave *sl, *sln; in w1_search_process_cb() local
1110 list_for_each_entry_safe(sl, sln, &dev->slist, w1_slave_entry) { in w1_search_process_cb()
/linux/kernel/bpf/
A Dverifier.c13310 struct bpf_verifier_state_list *sl, *sln; in free_states() local
13315 sln = sl->next; in free_states()
13318 sl = sln; in free_states()
13329 sln = sl->next; in free_states()
13332 sl = sln; in free_states()

Completed in 36 milliseconds