Searched refs:nc (Results 51 - 75 of 87) sorted by relevance

1234

/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_vma.c156 unsigned long no, nc; local
176 nc = 0;
178 for (; nc < num_ctx; nc++) {
192 __func__, no, nc))
/linux-master/drivers/spi/
H A Dspi-fsl-espi.c621 struct device_node *nc; local
632 for_each_available_child_of_node(host->dev.of_node, nc) {
634 ret = of_property_read_u32(nc, "reg", &cs);
641 ret = of_property_read_u32(nc, "fsl,csbef", &prop);
648 ret = of_property_read_u32(nc, "fsl,csaft", &prop);
H A Dspi-intel.c1273 u32 buf[2], nc, fcba, flcomp; local
1340 nc = (buf[1] & FLMAP0_NC_MASK) >> FLMAP0_NC_SHIFT;
1341 if (!nc)
1343 else if (nc == 1)
/linux-master/fs/nilfs2/
H A Dsufile.c690 ssize_t n, nc; local
734 nc = 0;
738 nc++;
742 if (nc > 0) {
744 ncleaned += nc;
/linux-master/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.c71 .nc = -1,
80 .nc = 3,
94 .nc = 3,
108 .nc = 4,
122 .nc = 4,
136 .nc = 3,
149 .nc = 3,
162 .nc = 3,
175 .nc = 3,
188 .nc
[all...]
/linux-master/tools/testing/ktest/
H A Dconfig-bisect.pl396 my ($tc, $nc, $gc, $bc) = @_;
424 %{$nc} = %new_configs;
/linux-master/drivers/net/ethernet/sun/
H A Dsunvnet_common.c1069 int i, nc, err, blen; local
1082 nc = err;
1088 if (nc < ncookies) {
1093 blen, cookies + nc, ncookies - nc,
1101 ldc_unmap(lp, cookies, nc);
1104 nc += err;
1106 return nc;
/linux-master/drivers/block/drbd/
H A Ddrbd_worker.c1891 struct net_conf *nc; local
1895 nc = rcu_dereference(connection->net_conf);
1896 timeo = nc->ping_int * HZ + nc->ping_timeo * HZ / 9;
2088 struct net_conf *nc; local
2102 nc = rcu_dereference(connection->net_conf);
2103 uncork = nc ? nc->tcp_cork : 0;
2157 nc = rcu_dereference(connection->net_conf);
2158 cork = nc
[all...]
H A Ddrbd_nl.c621 struct net_conf *nc; local
691 nc = rcu_dereference(connection->net_conf);
692 timeo = nc ? (nc->ping_timeo + 1) * HZ / 10 : 1;
725 nc = connection->net_conf;
726 if (nc)
727 nc->discard_my_data = 0; /* without copy; single bit op is atomic */
1733 struct net_conf *nc; local
1806 nc = rcu_dereference(connection->net_conf);
1807 if (nc) {
3741 struct net_conf *nc; local
3931 struct net_conf *nc; local
[all...]
H A Ddrbd_int.h2071 struct net_conf *nc; local
2075 nc = rcu_dereference(first_peer_device(device)->connection->net_conf);
2076 mxb = nc ? nc->max_buffers : 1000000; /* arbitrary limit on open requests */
/linux-master/drivers/crypto/cavium/zip/
H A Dzip_regs.h155 u64 nc : 1; member in struct:zip_zptr_ctl_s::__anon2013
159 u64 nc : 1;
308 u64 nc : 1; member in struct:zip_zptr_s::__anon2016
312 u64 nc : 1; member in struct:zip_zptr_s::__anon2016
/linux-master/tools/testing/selftests/netfilter/
H A Dconntrack_tcp_unreplied.sh87 ip netns exec $ns2 nc -l -p 8080 < /dev/null &
111 nc -p 60000 10.99.99.99 80
H A Dnft_flowtable.sh42 checktool "which nc" "run test without nc (netcat)"
356 ip netns exec $nsb nc -w 5 -l -p 12345 < "$nsin" > "$ns2out" &
360 ip netns exec $nsa nc -w 4 "$dstip" "$dstport" < "$nsin" > "$ns1out" &
/linux-master/drivers/net/ethernet/socionext/
H A Dsni_ave.c1173 int nc, nr, ret; local
1176 for (nc = 0; nc < priv->nclks; nc++) {
1177 ret = clk_prepare_enable(priv->clk[nc]);
1245 while (--nc >= 0)
1246 clk_disable_unprepare(priv->clk[nc]);
/linux-master/arch/sparc/kernel/
H A Dldc.c2081 u32 nc; member in struct:cookie_state
2105 sp->cookies[sp->nc - 1].cookie_size += tlen;
2107 sp->cookies[sp->nc].cookie_addr = this_cookie;
2108 sp->cookies[sp->nc].cookie_size = tlen;
2109 sp->nc++;
2182 state.nc = 0;
2189 return state.nc;
2224 state.nc = 0;
2226 BUG_ON(state.nc > ncookies);
2228 return state.nc;
[all...]
/linux-master/fs/nfsd/
H A Dnfsctl.c1255 struct nfsdfs_client *nc; local
1258 nc = inode->i_private;
1259 if (nc)
1260 kref_get(&nc->cl_ref);
1262 return nc;
/linux-master/drivers/tty/
H A Dn_gsm.c3976 static int gsm_create_network(struct gsm_dlci *dlci, struct gsm_netconfig *nc) argument
3990 if (nc->protocol != htons(ETH_P_IP))
3993 if (nc->adaption != 3 && nc->adaption != 4)
3999 if (nc->if_name[0] != '\0')
4000 netname = nc->if_name;
4013 strncpy(nc->if_name, net->name, IFNAMSIZ); /* return net name */
4018 dlci->adaption = nc->adaption;
4391 struct gsm_netconfig nc; local
4399 if (copy_from_user(&nc, (voi
[all...]
/linux-master/fs/fat/
H A Ddir.c217 unsigned char nc = t->charset2lower[*c]; local
219 if (!nc)
220 nc = *c;
222 charlen = t->char2uni(&nc, 1, uni);
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h164 u8 nc:1; member in struct:stmmac_tc_entry::__anon773
H A Ddwmac5.c470 entry->val.nc = 1;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
H A Dcom.fuc277 bra nc #chsw_load_ctx_dma
445 bra nc #cmp_c0
457 bra nc #cmp_zero
/linux-master/tools/testing/selftests/bpf/
H A Dtest_lwt_seg6local.sh147 ip netns exec ${NS6} nc -l -6 -u -d 7330 > $TMP_FILE &
148 ip netns exec ${NS1} bash -c "echo 'foobar' | nc -w0 -6 -u -p 2121 -s fb00::1 fb00::6 7330"
/linux-master/drivers/acpi/arm64/
H A Diort.c1270 struct acpi_iort_named_component *nc; local
1272 nc = (struct acpi_iort_named_component *)node->node_data;
1275 nc->node_flags));
1276 if (nc->node_flags & ACPI_IORT_NC_STALL_SUPPORTED)
/linux-master/sound/soc/sof/intel/
H A Dhda.h377 * nc = number of supported cores
379 #define SOF_DSP_CORES_MASK(nc) GENMASK(((nc) - 1), 0)
/linux-master/net/batman-adv/
H A Dtypes.h955 * @BATADV_CNT_NC_CODE: transmitted nc-combined traffic packet counter
960 * @BATADV_CNT_NC_CODE_BYTES: transmitted nc-combined traffic bytes
966 * @BATADV_CNT_NC_RECODE: transmitted nc-recombined traffic packet
972 * @BATADV_CNT_NC_RECODE_BYTES: transmitted nc-recombined traffic bytes
978 * @BATADV_CNT_NC_BUFFER: counter for packets buffered for later nc
984 * @BATADV_CNT_NC_DECODE: received and nc-decoded traffic packet counter
989 * @BATADV_CNT_NC_DECODE_BYTES: received and nc-decoded traffic bytes
1001 * @BATADV_CNT_NC_SNIFFED: counter for nc-decoded packets received in
1809 /** @nc: network coding data */
1810 struct batadv_priv_nc nc; member in struct:batadv_priv
[all...]

Completed in 331 milliseconds

1234