Home
last modified time | relevance | path

Searched refs:ln (Results 1 – 83 of 83) sorted by relevance

/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_lnode.c117 struct csio_lnode *ln = hw->rln; in csio_ln_lookup_by_portid() local
122 ln = (struct csio_lnode *) tmp; in csio_ln_lookup_by_portid()
123 if (ln->portid == portid) in csio_ln_lookup_by_portid()
124 return ln; in csio_ln_lookup_by_portid()
261 struct csio_lnode *ln = fdmi_req->lnode; in csio_ln_fdmi_done() local
264 csio_ln_dbg(ln, "WR error:%x in processing fdmi rpa cmd\n", in csio_ln_fdmi_done()
266 CSIO_INC_STATS(ln, n_fdmi_err); in csio_ln_fdmi_done()
271 csio_ln_dbg(ln, "fdmi rpa cmd rejected reason %x expl %x\n", in csio_ln_fdmi_done()
290 struct csio_lnode *ln = fdmi_req->lnode; in csio_ln_fdmi_rhba_cbfn() local
297 csio_ln_dbg(ln, "WR error:%x in processing fdmi rhba cmd\n", in csio_ln_fdmi_rhba_cbfn()
[all …]
Dcsio_attr.c48 csio_vport_set_state(struct csio_lnode *ln);
61 struct csio_lnode *ln = csio_rnode_to_lnode(rn); in csio_reg_rnode() local
62 struct Scsi_Host *shost = csio_ln_to_shost(ln); in csio_reg_rnode()
80 csio_ln_err(ln, "Failed to register rport = 0x%x.\n", in csio_reg_rnode()
85 ln->num_reg_rnodes++; in csio_reg_rnode()
108 csio_ln_dbg(ln, "Remote port x%x role 0x%x registered\n", in csio_reg_rnode()
123 struct csio_lnode *ln = csio_rnode_to_lnode(rn); in csio_unreg_rnode() local
128 ln->num_reg_rnodes--; in csio_unreg_rnode()
130 csio_ln_dbg(ln, "Remote port x%x un-registered\n", rn->nport_id); in csio_unreg_rnode()
141 csio_lnode_async_event(struct csio_lnode *ln, enum csio_ln_fc_evt fc_evt) in csio_lnode_async_event() argument
[all …]
Dcsio_rnode.c121 csio_rn_lookup(struct csio_lnode *ln, uint32_t flowid) in csio_rn_lookup() argument
123 struct csio_rnode *rnhead = (struct csio_rnode *) &ln->rnhead; in csio_rn_lookup()
145 csio_rn_lookup_wwpn(struct csio_lnode *ln, uint8_t *wwpn) in csio_rn_lookup_wwpn() argument
147 struct csio_rnode *rnhead = (struct csio_rnode *) &ln->rnhead; in csio_rn_lookup_wwpn()
169 csio_rnode_lookup_portid(struct csio_lnode *ln, uint32_t portid) in csio_rnode_lookup_portid() argument
171 struct csio_rnode *rnhead = (struct csio_rnode *) &ln->rnhead; in csio_rnode_lookup_portid()
185 csio_rn_dup_flowid(struct csio_lnode *ln, uint32_t rdev_flowid, in csio_rn_dup_flowid() argument
192 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_rn_dup_flowid()
196 if (ln_tmp == ln) in csio_rn_dup_flowid()
216 csio_alloc_rnode(struct csio_lnode *ln) in csio_alloc_rnode() argument
[all …]
Dcsio_lnode.h204 #define csio_lnode_to_hw(ln) ((ln)->hwp) argument
205 #define csio_root_lnode(ln) (csio_lnode_to_hw((ln))->rln) argument
206 #define csio_parent_lnode(ln) ((ln)->pln) argument
207 #define csio_ln_flowid(ln) ((ln)->vnp_flowid) argument
208 #define csio_ln_wwpn(ln) ((ln)->ln_sparm.wwpn) argument
209 #define csio_ln_wwnn(ln) ((ln)->ln_sparm.wwnn) argument
211 #define csio_is_root_ln(ln) (((ln) == csio_root_lnode((ln))) ? 1 : 0) argument
212 #define csio_is_phys_ln(ln) (((ln)->pln == NULL) ? 1 : 0) argument
213 #define csio_is_npiv_ln(ln) (((ln)->pln != NULL) ? 1 : 0) argument
238 void csio_lnode_state_to_str(struct csio_lnode *ln, int8_t *str);
Dcsio_init.c604 struct csio_lnode *ln; in csio_shost_init() local
625 ln = shost_priv(shost); in csio_shost_init()
626 memset(ln, 0, sizeof(struct csio_lnode)); in csio_shost_init()
629 ln->dev_num = (shost->host_no << 16); in csio_shost_init()
645 hw->rln = ln; in csio_shost_init()
648 if (csio_lnode_init(ln, hw, pln)) in csio_shost_init()
654 return ln; in csio_shost_init()
657 csio_lnode_exit(ln); in csio_shost_init()
670 csio_shost_exit(struct csio_lnode *ln) in csio_shost_exit() argument
672 struct Scsi_Host *shost = csio_ln_to_shost(ln); in csio_shost_exit()
[all …]
Dcsio_scsi.c1194 struct csio_lnode *ln = ioreq->lnode; in csio_abrt_cls() local
1195 struct csio_hw *hw = ln->hwp; in csio_abrt_cls()
1205 ready = csio_is_lnode_ready(ln); in csio_abrt_cls()
1318 csio_scsim_cleanup_io_lnode(struct csio_scsim *scm, struct csio_lnode *ln) in csio_scsim_cleanup_io_lnode() argument
1325 csio_dbg(hw, "Gathering all SCSI I/Os on lnode %p\n", ln); in csio_scsim_cleanup_io_lnode()
1328 sld.lnode = ln; in csio_scsim_cleanup_io_lnode()
1329 INIT_LIST_HEAD(&ln->cmpl_q); in csio_scsim_cleanup_io_lnode()
1330 csio_scsi_gather_active_ios(scm, &sld, &ln->cmpl_q); in csio_scsim_cleanup_io_lnode()
1333 if (list_empty(&ln->cmpl_q)) in csio_scsim_cleanup_io_lnode()
1337 while (!list_empty(&ln->cmpl_q) && count--) { in csio_scsim_cleanup_io_lnode()
[all …]
Dcsio_init.h83 csio_ln_to_shost(struct csio_lnode *ln) in csio_ln_to_shost() argument
85 return container_of((void *)ln, struct Scsi_Host, hostdata[0]); in csio_ln_to_shost()
Dcsio_mb.c834 csio_write_fcoe_link_cond_init_mb(struct csio_lnode *ln, struct csio_mb *mbp, in csio_write_fcoe_link_cond_init_mb() argument
842 CSIO_INIT_MBP(mbp, cmdp, mb_tmo, ln, cbfn, 1); in csio_write_fcoe_link_cond_init_mb()
903 csio_fcoe_vnp_alloc_init_mb(struct csio_lnode *ln, struct csio_mb *mbp, in csio_fcoe_vnp_alloc_init_mb() argument
911 CSIO_INIT_MBP(mbp, cmdp, mb_tmo, ln, cbfn, 1); in csio_fcoe_vnp_alloc_init_mb()
945 csio_fcoe_vnp_read_init_mb(struct csio_lnode *ln, struct csio_mb *mbp, in csio_fcoe_vnp_read_init_mb() argument
952 CSIO_INIT_MBP(mbp, cmdp, mb_tmo, ln, cbfn, 1); in csio_fcoe_vnp_read_init_mb()
974 csio_fcoe_vnp_free_init_mb(struct csio_lnode *ln, struct csio_mb *mbp, in csio_fcoe_vnp_free_init_mb() argument
981 CSIO_INIT_MBP(mbp, cmdp, mb_tmo, ln, cbfn, 1); in csio_fcoe_vnp_free_init_mb()
1005 csio_fcoe_read_fcf_init_mb(struct csio_lnode *ln, struct csio_mb *mbp, in csio_fcoe_read_fcf_init_mb() argument
1012 CSIO_INIT_MBP(mbp, cmdp, mb_tmo, ln, cbfn, 1); in csio_fcoe_read_fcf_init_mb()
Dcsio_rnode.h134 void csio_put_rnode(struct csio_lnode *ln, struct csio_rnode *rn);
/linux-4.1.27/fs/lockd/
Dsvc.c95 struct lockd_net *ln = container_of(dwork, struct lockd_net, in grace_ender() local
98 locks_end_grace(&ln->lockd_manager); in grace_ender()
104 struct lockd_net *ln = net_generic(net, lockd_net_id); in set_grace_period() local
106 locks_start_grace(net, &ln->lockd_manager); in set_grace_period()
107 cancel_delayed_work_sync(&ln->grace_period_end); in set_grace_period()
108 schedule_delayed_work(&ln->grace_period_end, grace_period); in set_grace_period()
115 struct lockd_net *ln = net_generic(net, lockd_net_id); in restart_grace() local
117 cancel_delayed_work_sync(&ln->grace_period_end); in restart_grace()
118 locks_end_grace(&ln->lockd_manager); in restart_grace()
241 struct lockd_net *ln = net_generic(net, lockd_net_id); in lockd_up_net() local
[all …]
Dmon.c90 static struct rpc_clnt *nsm_client_set(struct lockd_net *ln, in nsm_client_set() argument
93 spin_lock(&ln->nsm_clnt_lock); in nsm_client_set()
94 if (ln->nsm_users == 0) { in nsm_client_set()
97 ln->nsm_clnt = clnt; in nsm_client_set()
99 clnt = ln->nsm_clnt; in nsm_client_set()
100 ln->nsm_users++; in nsm_client_set()
102 spin_unlock(&ln->nsm_clnt_lock); in nsm_client_set()
109 struct lockd_net *ln = net_generic(net, lockd_net_id); in nsm_client_get() local
111 clnt = nsm_client_set(ln, NULL); in nsm_client_get()
119 clnt = nsm_client_set(ln, new); in nsm_client_get()
[all …]
Dprocfs.c24 struct lockd_net *ln = net_generic(current->nsproxy->net_ns, in nlm_end_grace_write() local
38 locks_end_grace(&ln->lockd_manager); in nlm_end_grace_write()
51 struct lockd_net *ln = net_generic(current->nsproxy->net_ns, in nlm_end_grace_read() local
55 resp[0] = list_empty(&ln->lockd_manager.list) ? 'Y' : 'N'; in nlm_end_grace_read()
Dhost.c177 struct lockd_net *ln = net_generic(host->net, lockd_net_id); in nlm_destroy_host_locked() local
191 ln->nrhosts--; in nlm_destroy_host_locked()
231 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlmclnt_lookup_host() local
266 ln->nrhosts++; in nlmclnt_lookup_host()
340 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlmsvc_lookup_host() local
348 if (time_after_eq(jiffies, ln->next_gc)) in nlmsvc_lookup_host()
386 ln->nrhosts++; in nlmsvc_lookup_host()
574 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlm_complain_hosts() local
576 if (ln->nrhosts == 0) in nlm_complain_hosts()
579 dprintk("lockd: %lu hosts left in net %p:\n", ln->nrhosts, net); in nlm_complain_hosts()
[all …]
/linux-4.1.27/arch/frv/mb93090-mb00/
Dpci-frv.c83 struct list_head *ln; in pcibios_allocate_bus_resources() local
90 for (ln=bus_list->next; ln != bus_list; ln=ln->next) { in pcibios_allocate_bus_resources()
91 bus = list_entry(ln, struct pci_bus, node); in pcibios_allocate_bus_resources()
/linux-4.1.27/drivers/md/persistent-data/
Ddm-btree.c430 struct btree_node *ln, *rn, *pn; in btree_split_sibling() local
439 ln = dm_block_data(left); in btree_split_sibling()
442 nr_left = le32_to_cpu(ln->header.nr_entries) / 2; in btree_split_sibling()
443 nr_right = le32_to_cpu(ln->header.nr_entries) - nr_left; in btree_split_sibling()
445 ln->header.nr_entries = cpu_to_le32(nr_left); in btree_split_sibling()
447 rn->header.flags = ln->header.flags; in btree_split_sibling()
449 rn->header.max_entries = ln->header.max_entries; in btree_split_sibling()
450 rn->header.value_size = ln->header.value_size; in btree_split_sibling()
451 memcpy(rn->keys, ln->keys + nr_left, nr_right * sizeof(rn->keys[0])); in btree_split_sibling()
453 size = le32_to_cpu(ln->header.flags) & INTERNAL_NODE ? in btree_split_sibling()
[all …]
/linux-4.1.27/net/ipv6/
Dip6_fib.c425 struct fib6_node *fn, *in, *ln; in fib6_add_1() local
503 ln = node_alloc(); in fib6_add_1()
505 if (!ln) in fib6_add_1()
507 ln->fn_bit = plen; in fib6_add_1()
509 ln->parent = pn; in fib6_add_1()
510 ln->fn_sernum = sernum; in fib6_add_1()
513 pn->right = ln; in fib6_add_1()
515 pn->left = ln; in fib6_add_1()
517 return ln; in fib6_add_1()
546 ln = node_alloc(); in fib6_add_1()
[all …]
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dsorgf110.c76 int ln, int vs, int pe, int pc) in gf110_sor_dp_drv_ctl() argument
80 const u32 shift = gf110_sor_dp_lane_map(priv, ln); in gf110_sor_dp_drv_ctl()
101 if ((data[2] & 0x0000ff00) < (ocfg.tx_pu << 8) || ln == 0) in gf110_sor_dp_drv_ctl()
Dsorg94.c99 g94_sor_dp_drv_ctl(struct nvkm_output_dp *outp, int ln, int vs, int pe, int pc) in g94_sor_dp_drv_ctl() argument
103 const u32 shift = g94_sor_dp_lane_map(priv, ln); in g94_sor_dp_drv_ctl()
124 if ((data[2] & 0x0000ff00) < (ocfg.tx_pu << 8) || ln == 0) in g94_sor_dp_drv_ctl()
Dsorgm204.c91 int ln, int vs, int pe, int pc) in gm204_sor_dp_drv_ctl() argument
95 const u32 shift = gm204_sor_dp_lane_map(priv, ln); in gm204_sor_dp_drv_ctl()
116 if ((data[2] & 0x0000ff00) < (ocfg.tx_pu << 8) || ln == 0) in gm204_sor_dp_drv_ctl()
Dpiornv50.c97 nv50_pior_dp_drv_ctl(struct nvkm_output_dp *outp, int ln, int vs, int pe, int pc) in nv50_pior_dp_drv_ctl() argument
101 return port->func->drv_ctl(port, ln, vs, pe); in nv50_pior_dp_drv_ctl()
Doutpdp.h57 int (*drv_ctl)(struct nvkm_output_dp *, int ln, int vs, int pe, int pc);
/linux-4.1.27/drivers/video/fbdev/matrox/
Dmatroxfb_maven.c258 unsigned int ln; in matroxfb_PLL_mavenclock() local
266 ln = fxtal * n; in matroxfb_PLL_mavenclock()
269 if (ln % dvd) in matroxfb_PLL_mavenclock()
271 ln = ln / dvd; in matroxfb_PLL_mavenclock()
273 if (ln < scrlen + 2) in matroxfb_PLL_mavenclock()
275 ln = ln - scrlen; in matroxfb_PLL_mavenclock()
276 if (ln > htotal) in matroxfb_PLL_mavenclock()
278 dprintk(KERN_DEBUG "Match: %u / %u / %u / %u\n", n, m, p, ln); in matroxfb_PLL_mavenclock()
279 if (ln > besth2) { in matroxfb_PLL_mavenclock()
281 *h2 = besth2 = ln; in matroxfb_PLL_mavenclock()
/linux-4.1.27/drivers/scsi/bfa/
Dbfa_svc.c171 static void bfa_fcport_queue_cb(struct bfa_fcport_ln_s *ln,
212 static void bfa_fcport_ln_sm_dn(struct bfa_fcport_ln_s *ln,
214 static void bfa_fcport_ln_sm_dn_nf(struct bfa_fcport_ln_s *ln,
216 static void bfa_fcport_ln_sm_dn_up_nf(struct bfa_fcport_ln_s *ln,
218 static void bfa_fcport_ln_sm_up(struct bfa_fcport_ln_s *ln,
220 static void bfa_fcport_ln_sm_up_nf(struct bfa_fcport_ln_s *ln,
222 static void bfa_fcport_ln_sm_up_dn_nf(struct bfa_fcport_ln_s *ln,
224 static void bfa_fcport_ln_sm_up_dn_up_nf(struct bfa_fcport_ln_s *ln,
2851 bfa_fcport_ln_sm_dn(struct bfa_fcport_ln_s *ln, in bfa_fcport_ln_sm_dn() argument
2854 bfa_trc(ln->fcport->bfa, event); in bfa_fcport_ln_sm_dn()
[all …]
Dbfa_svc.h496 struct bfa_fcport_ln_s ln; /* Link Notification */ member
/linux-4.1.27/scripts/
Dcheckpatch.pl1972 for (my $ln = $linenr + 1; $cnt > 0; $ln++) {
1973 next if (defined $rawlines[$ln - 1] &&
1974 $rawlines[$ln - 1] =~ /^-/);
1977 last if (!defined $rawlines[$ln - 1]);
1978 if ($rawlines[$ln - 1] =~ m@(/\*|\*/)@ &&
1979 $rawlines[$ln - 1] !~ m@"[^"]*(?:/\*|\*/)[^"]*"@) {
2416 my $ln = $linenr + 1;
2420 for (; $cnt > 0 && defined $lines[$ln - 1]; $ln++) {
2421 $f = $lines[$ln - 1];
2422 $cnt-- if ($lines[$ln - 1] !~ /^-/);
[all …]
Ddepmod.sh49 ln -s "$KERNELRELEASE" "$symlink"
/linux-4.1.27/Documentation/video4linux/bttv/
DMAKEDEV14 ln -s /dev/${1}0 /dev/$1
/linux-4.1.27/scripts/gdb/linux/
DMakefile7 $(Q)ln -fsn $(SRCTREE)/$(obj)/*.py $(objtree)/$(obj)
/linux-4.1.27/arch/m68k/68360/
DMakefile12 ln -sf head-$(model-y).o $(obj)/head.o
/linux-4.1.27/tools/lguest/
DMakefile8 ln -sf ../../../../include/uapi/linux/virtio_types.h $@
/linux-4.1.27/drivers/staging/unisys/visorchipset/
Dvisorchipset.h232 BOOL ok_to_block, char *fn, int ln);
234 char *fn, int ln);
Dvisorchipset_main.c2056 char *fn, int ln) in visorchipset_cache_alloc() argument
2084 visorchipset_cache_free(struct kmem_cache *pool, void *p, char *fn, int ln) in visorchipset_cache_free() argument
/linux-4.1.27/tools/testing/selftests/exec/
DMakefile13 ln -s -f $< $@
/linux-4.1.27/arch/ia64/hp/sim/boot/
DMakefile15 cmd_cptotop = ln -f $< $@
/linux-4.1.27/arch/arc/boot/
DMakefile34 @ln -sf $(notdir $<) $@
/linux-4.1.27/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt35 ln -sf /proc/mounts /etc/mtab
52 ln -s /run/initramfs /dev/.initramfs
/linux-4.1.27/drivers/staging/unisys/include/
Duisutils.h287 void *uislib_cache_alloc(struct kmem_cache *cur_pool, char *fn, int ln);
289 void uislib_cache_free(struct kmem_cache *cur_pool, void *p, char *fn, int ln);
/linux-4.1.27/scripts/package/
Dbuilddeb312 ln -sf "/usr/src/linux-headers-$version" "$kernel_headers_dir/lib/modules/$version/build"
368 ln -s ../lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/boot/vmlinux-$version
370 ln -s lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/vmlinux-$version
DMakefile46 ln -sf $(srctree) $(KERNELPATH)
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c58 static void sym_alloc_lcb_tags (struct sym_hcb *np, u_char tn, u_char ln);
1899 int ln; local
1901 for (ln = 1; ln < SYM_CONF_MAX_LUN; ln++)
1902 if (tp->lunmp[ln])
1903 tp->lunmp[ln]->to_clear = 0;
4653 u_char ln = cmd->device->lun; local
4655 struct sym_lcb *lp = sym_lp(tp, ln);
4686 sym_alloc_lcb_tags(np, tn, ln);
4761 cp->lun = ln;
4973 struct sym_lcb *sym_alloc_lcb (struct sym_hcb *np, u_char tn, u_char ln) argument
[all …]
Dsym_hipd.h1068 struct sym_lcb *sym_alloc_lcb(struct sym_hcb *np, u_char tn, u_char ln);
1069 int sym_free_lcb(struct sym_hcb *np, u_char tn, u_char ln);
/linux-4.1.27/tools/power/cpupower/po/
Dcs.po242 " minimální frekvence CPU - maximální frekvence CPU - regulátor\n"
393 " -f, --freq Zjistí aktuální frekvenci, na které CPU běží\n"
402 " -w, --hwfreq Zjistí aktuální frekvenci, na které CPU běží\n"
411 " -l, --hwlimits Zjistí minimální a maximální dostupnou frekvenci CPU "
422 msgstr " -p, --policy Zjistí aktuální taktiku cpufreq *\n"
456 " -l, --hwlimits Zjistí minimální a maximální dostupnou frekvenci CPU "
734 msgstr " -p, --policy Zjistí aktuální taktiku cpufreq *\n"
/linux-4.1.27/arch/metag/boot/
DMakefile67 @ln -sf $(notdir $<) $@
/linux-4.1.27/tools/lib/lockdep/
DMakefile101 $(CC) --shared $^ -o $@ -lpthread -ldl -Wl,-soname='"$@"';$(shell ln -s $@ liblockdep.so))
/linux-4.1.27/arch/arm/vdso/
DMakefile69 ln -sf "../../vdso.so" "$(MODLIB)/vdso/.build-id/$$first/$$last.debug"; \
/linux-4.1.27/arch/blackfin/boot/
DMakefile68 @ln -sf $(notdir $<) $@
/linux-4.1.27/arch/mips/boot/
DMakefile101 @ln -sf $(notdir $<) $@
/linux-4.1.27/net/ceph/crush/
Dmapper.c296 __s64 ln, draw, high_draw = 0; in bucket_straw2_choose() local
315 ln = crush_ln(u) - 0x1000000000000ll; in bucket_straw2_choose()
323 draw = div64_s64(ln, w); in bucket_straw2_choose()
/linux-4.1.27/arch/um/
DMakefile102 $(Q)ln -f $< $@
/linux-4.1.27/Documentation/hwmon/
Dda905260 where t1 = (1/B)* ln(( ADCval * 2.5)/(R25*ITBAT*255))
/linux-4.1.27/tools/perf/
Dperf-with-kcore.sh97 ln -s "$KCORE_DIR_BASENAME" "$PERF_DATA_DIR/kcore_dir"
DMakefile.perf116 LN = ln -f
/linux-4.1.27/arch/sh/boot/
DMakefile110 @ln -sf $(notdir $<) $@
/linux-4.1.27/Documentation/DocBook/media/
DMakefile205 @(ln -sf `cd $(MEDIA_SRC_DIR) && /bin/pwd`/v4l/*xml $(MEDIA_OBJ_DIR)/)
206 @(ln -sf `cd $(MEDIA_SRC_DIR) && /bin/pwd`/dvb/*xml $(MEDIA_OBJ_DIR)/)
/linux-4.1.27/Documentation/filesystems/
Ddevpts.txt41 $ ln -s pts/ptmx /dev/ptmx
72 $ ln -s pts/ptmx /dev/ptmx
Dhpfs.txt46 when you use chmod/chown/chgrp/mknod/ln -s on the filesystem.
/linux-4.1.27/arch/arm/common/
Dedma.c1618 int i, j, off, ln, found = 0; in edma_probe() local
1722 ln = rsv_chans[i][1]; in edma_probe()
1723 clear_bits(off, ln, in edma_probe()
1733 ln = rsv_slots[i][1]; in edma_probe()
1734 set_bits(off, ln, in edma_probe()
/linux-4.1.27/drivers/scsi/
Dncr53c8xx.c1919 static void ncr_alloc_ccb (struct ncb *np, u_char tn, u_char ln);
1925 static struct lcb * ncr_alloc_lcb (struct ncb *np, u_char tn, u_char ln);
5634 unsigned char tn = sdev->id, ln = sdev->lun; in ncr_setup_tags() local
5636 struct lcb *lp = tp->lp[ln]; in ncr_setup_tags()
7146 u_char ln = cmd->device->lun; in ncr_get_ccb() local
7148 struct lcb *lp = tp->lp[ln]; in ncr_get_ccb()
7167 ncr_alloc_ccb(np, tn, ln); in ncr_get_ccb()
7236 cp->lun = ln; in ncr_get_ccb()
7355 static void ncr_alloc_ccb(struct ncb *np, u_char tn, u_char ln) in ncr_alloc_ccb() argument
7358 struct lcb *lp = tp->lp[ln]; in ncr_alloc_ccb()
[all …]
Ddc395x.c2485 int ln = srb->total_xfer_length; in data_io_transfer() local
2519 if (ln % 2) { in data_io_transfer()
/linux-4.1.27/Documentation/kbuild/
Dheaders_install.txt43 Remember to provide the appropriate linux/asm directory via "mv" or "ln -s"
/linux-4.1.27/Documentation/usb/
Dgadget-testing.txt693 # ln -s header/h class/fs
694 # ln -s header/h class/ss
704 # ln -s ../../uncompressed/u
706 # ln -s ../../header/h
708 # ln -s ../../header/h
710 # ln -s ../../header/h
Dgadget_configfs.txt154 $ ln -s functions/<name>.<instance name> configs/<name>.<number>
158 $ ln -s functions/ncm.usb0 configs/c.1
/linux-4.1.27/
DMakefile461 $(Q)ln -fsn $(srctree) source
932 $(Q)ln -fsn `cd $(srctree) && /bin/pwd`/scripts/gdb/vmlinux-gdb.py
1127 @ln -s `cd $(srctree) && /bin/pwd` $(MODLIB)/source
1130 ln -s $(CURDIR) $(MODLIB)/build ; \
DCREDITS3565 D: Linux-Workshop Köln (aka LUG Cologne, Germany), Installfests
3567 S: D-50968 Köln
/linux-4.1.27/arch/x86/vdso/
DMakefile194 ln -sf "../../$(@:install_%=%)" "$(MODLIB)/vdso/.build-id/$$first/$$last.debug"; \
/linux-4.1.27/Documentation/input/
Djoystick.txt72 ln -s input/js0 js0
73 ln -s input/js1 js1
74 ln -s input/js2 js2
75 ln -s input/js3 js3
/linux-4.1.27/arch/x86/
DMakefile233 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
/linux-4.1.27/fs/gfs2/
Ddir.c778 u64 ln; in gfs2_dirent_search() local
794 ln = be64_to_cpu(leaf->lf_next); in gfs2_dirent_search()
796 if (!ln) in gfs2_dirent_search()
799 error = get_leaf(ip, ln, &bh); in gfs2_dirent_search()
/linux-4.1.27/Documentation/target/
Dtcm_mod_builder.txt99 target:/sys/kernel/config/target/nab5000/iqn.foo/tpgt_1/lun/lun_0# ln -s /sys/kernel/config/target/…
/linux-4.1.27/drivers/staging/unisys/uislib/
Duislib.c958 uislib_cache_alloc(struct kmem_cache *cur_pool, char *fn, int ln) in uislib_cache_alloc() argument
974 uislib_cache_free(struct kmem_cache *cur_pool, void *p, char *fn, int ln) in uislib_cache_free() argument
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dhif_usb.c241 int ln = skb->len; in ath9k_skb_queue_complete() local
247 TX_STAT_ADD(skb_success_bytes, ln); in ath9k_skb_queue_complete()
/linux-4.1.27/drivers/usb/atm/
Dueagle-atm.c1952 int ret, size, u, ln; in load_XILINX_firmware() local
1974 for (u = 0; u < size; u += ln) { in load_XILINX_firmware()
1975 ln = min(size - u, 64); in load_XILINX_firmware()
1976 ret = uea_request(sc, 0xe, 0, ln, pfw + u); in load_XILINX_firmware()
/linux-4.1.27/Documentation/serial/
Dmoxa-smartio310 # ln -s linux-2.4 linux
314 # ln -s /moxa/mxser/driver/mxser.c mxser.c
/linux-4.1.27/tools/perf/util/
Dprobe-event.c713 struct int_node *ln; in __show_line_range() local
774 intlist__for_each(ln, lr->line_list) { in __show_line_range()
775 for (; ln->i > l; l++) { in __show_line_range()
/linux-4.1.27/Documentation/scsi/
Dosst.txt72 ln -s nosst0 /dev/tape
/linux-4.1.27/Documentation/ide/
Dide.txt128 ln -sf /dev/hdc /dev/cdrom
/linux-4.1.27/Documentation/isdn/
DREADME.gigaset118 ln -s /dev/ttyGB0 /dev/ttyG
/linux-4.1.27/Documentation/cdrom/
Dide-cd109 ln -s /dev/hdX /dev/cdrom
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dfpsp.S9507 BIGRN: long 0x3ffe0000,0xb17217f7,0xd1cf79ac # ln(2)
9508 long 0x40000000,0x935d8ddd,0xaaa8ac17 # ln(10)
9526 long 0x3ffe0000,0xb17217f7,0xd1cf79ab # ln(2)
9527 long 0x40000000,0x935d8ddd,0xaaa8ac16 # ln(10)
9545 long 0x3ffe0000,0xb17217f7,0xd1cf79ac # ln(2)
9546 long 0x40000000,0x935d8ddd,0xaaa8ac17 # ln(10)
/linux-4.1.27/Documentation/sound/oss/
DREADME.OSS992 uses /dev/dsp (and /dev/audio). Command "ln -sf /dev/dsp1 /dev/dsp"
1125 !!!!! (cd /dev;rm dsp;ln -s dsp0 dsp). !!!!
/linux-4.1.27/Documentation/filesystems/cifs/
DREADME178 ln -s /mnt/foo bar
/linux-4.1.27/Documentation/trace/
Dftrace.txt58 ln -s /sys/kernel/debug /debug
/linux-4.1.27/drivers/staging/speakup/
Dspkguide.txt355 ln -s /sys/accessibility/speakup /speakup