| /linux-4.4.14/drivers/vhost/ | 
| D | scsi.c | 227 static void vhost_scsi_init_inflight(struct vhost_scsi *vs,  in vhost_scsi_init_inflight()  argument 235 		vq = &vs->vqs[i].vq;  in vhost_scsi_init_inflight() 240 		idx = vs->vqs[i].inflight_idx;  in vhost_scsi_init_inflight() 242 			old_inflight[i] = &vs->vqs[i].inflights[idx];  in vhost_scsi_init_inflight() 245 		vs->vqs[i].inflight_idx = idx ^ 1;  in vhost_scsi_init_inflight() 246 		new_inflight = &vs->vqs[i].inflights[idx ^ 1];  in vhost_scsi_init_inflight() 375 	struct vhost_scsi *vs = cmd->tvc_vhost;  in vhost_scsi_complete_cmd()  local 377 	llist_add(&cmd->tvc_completion_list, &vs->vs_completion_list);  in vhost_scsi_complete_cmd() 379 	vhost_work_queue(&vs->dev, &vs->vs_completion_work);  in vhost_scsi_complete_cmd() 408 static void vhost_scsi_free_evt(struct vhost_scsi *vs, struct vhost_scsi_evt *evt)  in vhost_scsi_free_evt()  argument [all …] 
 | 
| /linux-4.4.14/arch/arm/vfp/ | 
| D | vfpsingle.c | 54 static void vfp_single_normalise_denormal(struct vfp_single *vs)  in vfp_single_normalise_denormal()  argument 56 	int bits = 31 - fls(vs->significand);  in vfp_single_normalise_denormal() 58 	vfp_single_dump("normalise_denormal: in", vs);  in vfp_single_normalise_denormal() 61 		vs->exponent -= bits - 1;  in vfp_single_normalise_denormal() 62 		vs->significand <<= bits;  in vfp_single_normalise_denormal() 65 	vfp_single_dump("normalise_denormal: out", vs);  in vfp_single_normalise_denormal() 70 u32 __vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions)  in __vfp_single_normaliseround()  argument 72 u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions, const char …  in __vfp_single_normaliseround() 78 	vfp_single_dump("pack: in", vs);  in __vfp_single_normaliseround() 83 	if (vs->exponent == 255 && (vs->significand == 0 || exceptions))  in __vfp_single_normaliseround() [all …] 
 | 
| D | vfp.h | 249 u32 __vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions); 251 u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions, const char …
  | 
| /linux-4.4.14/arch/mips/math-emu/ | 
| D | ieee754int.h | 58 #define EXPLODESP(v, vc, vs, ve, vm)					\  argument 60 	vs = SPSIGN(v);							\ 92 #define EXPLODEDP(v, vc, vs, ve, vm)					\  argument 95 	vs = DPSIGN(v);							\ 119 #define FLUSHDP(v, vc, vs, ve, vm)					\  argument 126 			v = ieee754dp_zero(vs);				\ 130 #define FLUSHSP(v, vc, vs, ve, vm)					\  argument 137 			v = ieee754sp_zero(vs);				\
  | 
| /linux-4.4.14/net/rose/ | 
| D | rose_out.c | 41 	skb->data[2] |= (rose->vs << 1) & 0x0E;  in rose_send_iframe() 63 	start = (skb_peek(&rose->ack_queue) == NULL) ? rose->va : rose->vs;  in rose_kick() 69 	rose->vs = start;  in rose_kick() 91 		rose->vs = (rose->vs + 1) % ROSE_MODULUS;  in rose_kick() 98 	} while (rose->vs != end &&  in rose_kick()
  | 
| D | rose_in.c | 48 		rose->vs        = 0;  in rose_state1_machine() 115 		rose->vs        = 0;  in rose_state3_machine() 133 			rose->vs        = 0;  in rose_state3_machine() 155 			rose->vs        = 0;  in rose_state3_machine() 174 				rose->vs        = 0;  in rose_state3_machine() 227 		rose->vs        = 0;  in rose_state4_machine()
  | 
| D | rose_subr.c | 90 	while (vc != rose->vs) {  in rose_validate_nr() 95 	return nr == rose->vs;  in rose_validate_nr()
  | 
| D | af_rose.c | 1032 	make_rose->vs        = 0;  in rose_rx_call_request() 1361 			rose->vs        = 0;  in rose_ioctl() 1431 			rose->vs,  in rose_info_show()
  | 
| /linux-4.4.14/net/lapb/ | 
| D | lapb_out.c | 53 		frame[0] |= lapb->vs << 1;  in lapb_send_iframe() 62 		*frame |= lapb->vs << 1;  in lapb_send_iframe() 66 		 lapb->dev, lapb->state, poll_bit, lapb->vs, lapb->vr);  in lapb_send_iframe() 77 	start = !skb_peek(&lapb->ack_queue) ? lapb->va : lapb->vs;  in lapb_kick() 82 		lapb->vs = start;  in lapb_kick() 103 			lapb->vs = (lapb->vs + 1) % modulus;  in lapb_kick() 110 		} while (lapb->vs != end && (skb = skb_dequeue(&lapb->write_queue)) != NULL);  in lapb_kick() 197 	if (lapb->vs == nr) {  in lapb_check_iframes_acked()
  | 
| D | lapb_subr.c | 98 	while (vc != lapb->vs) {  in lapb_validate_nr() 104 	return nr == lapb->vs;  in lapb_validate_nr() 280 		*dptr++ = (lapb->vs << 1) & 0xFE;  in lapb_transmit_frmr() 295 		*dptr   = (lapb->vs << 1) & 0x0E;  in lapb_transmit_frmr()
  | 
| D | lapb_in.c | 66 			lapb->vs        = 0;  in lapb_state0_machine() 86 			lapb->vs        = 0;  in lapb_state0_machine() 164 			lapb->vs        = 0;  in lapb_state1_machine() 275 			lapb->vs        = 0;  in lapb_state3_machine() 293 			lapb->vs        = 0;  in lapb_state3_machine() 500 			lapb->vs        = 0;  in lapb_state4_machine() 520 			lapb->vs        = 0;  in lapb_state4_machine()
  | 
| /linux-4.4.14/net/x25/ | 
| D | x25_out.c | 129 		skb->data[2]  = (x25->vs << 1) & 0xFE;  in x25_send_iframe() 134 		skb->data[2] |= (x25->vs << 1) & 0x0E;  in x25_send_iframe() 169 	start   = skb_peek(&x25->ack_queue) ? x25->vs : x25->va;  in x25_kick() 175 	x25->vs = start;  in x25_kick() 197 		x25->vs = (x25->vs + 1) % modulus;  in x25_kick() 204 	} while (x25->vs != end &&  in x25_kick()
  | 
| D | x25_in.c | 103 		x25->vs        = 0;  in x25_state1_machine() 218 			x25->vs        = 0;  in x25_state3_machine() 240 				x25->vs        = 0;  in x25_state3_machine() 262 				x25->vs        = 0;  in x25_state3_machine() 280 					x25->vs        = 0;  in x25_state3_machine() 353 			x25->vs        = 0;  in x25_state4_machine()
  | 
| D | x25_subr.c | 101 	while (vc != x25->vs) {  in x25_validate_nr() 107 	return nr == x25->vs ? 1 : 0;  in x25_validate_nr()
  | 
| D | x25_proc.c | 108 		   devname, x25->lci & 0x0FFF, x25->state, x25->vs, x25->vr,  in x25_seq_socket_show()
  | 
| /linux-4.4.14/drivers/net/ | 
| D | vxlan.c | 103 static inline bool vxlan_collect_metadata(struct vxlan_sock *vs)  in vxlan_collect_metadata()  argument 105 	return vs->flags & VXLAN_F_COLLECT_METADATA ||  in vxlan_collect_metadata() 200 static inline struct hlist_head *vni_head(struct vxlan_sock *vs, u32 id)  in vni_head()  argument 202 	return &vs->vni_list[hash_32(id, VNI_HASH_BITS)];  in vni_head() 232 	struct vxlan_sock *vs;  in vxlan_find_sock()  local 236 	hlist_for_each_entry_rcu(vs, vs_head(net, port), hlist) {  in vxlan_find_sock() 237 		if (inet_sk(vs->sock->sk)->inet_sport == port &&  in vxlan_find_sock() 238 		    vxlan_get_sk_family(vs) == family &&  in vxlan_find_sock() 239 		    vs->flags == flags)  in vxlan_find_sock() 240 			return vs;  in vxlan_find_sock() [all …] 
 | 
| /linux-4.4.14/net/netrom/ | 
| D | nr_out.c | 89 	skb->data[2] = nr->vs;  in nr_send_iframe() 140 	start = (skb_peek(&nr->ack_queue) == NULL) ? nr->va : nr->vs;  in nr_kick() 146 	nr->vs = start;  in nr_kick() 171 		nr->vs = (nr->vs + 1) % NR_MODULUS;  in nr_kick() 178 	} while (nr->vs != end &&  in nr_kick() 263 	if (nrom->vs == nr) {  in nr_check_iframes_acked()
  | 
| D | nr_subr.c | 93 	while (vc != nrom->vs) {  in nr_validate_nr() 98 	return nr == nrom->vs;  in nr_validate_nr()
  | 
| D | nr_in.c | 85 		nr->vs	       = 0;  in nr_state1_machine()
  | 
| D | af_netrom.c | 1005 	nr_make->vs        = 0;  in nr_rx_frame() 1310 			nr->vs,  in nr_info_show()
  | 
| /linux-4.4.14/net/ax25/ | 
| D | ax25_out.c | 229 		*frame |= (ax25->vs << 1);  in ax25_send_iframe() 234 		frame[0] |= (ax25->vs << 1);  in ax25_send_iframe() 259 	start = (skb_peek(&ax25->ack_queue) == NULL) ? ax25->va : ax25->vs;  in ax25_kick() 279 	ax25->vs = start;  in ax25_kick() 290 		next = (ax25->vs + 1) % ax25->modulus;  in ax25_kick() 311 		ax25->vs = next;  in ax25_kick() 381 	if (ax25->vs == nr) {  in ax25_check_iframes_acked()
  | 
| D | ax25_std_in.c | 67 			ax25->vs      = 0;  in ax25_std_state1_machine() 164 		ax25->vs        = 0;  in ax25_std_state3_machine() 289 		ax25->vs        = 0;  in ax25_std_state4_machine() 317 				if (ax25->vs == ax25->va) {  in ax25_std_state4_machine() 346 				if (ax25->vs == ax25->va) {  in ax25_std_state4_machine()
  | 
| D | ax25_subr.c | 86 	while (vc != ax25->vs) {  in ax25_validate_nr() 91 	if (nr == ax25->vs) return 1;  in ax25_validate_nr()
  | 
| D | ax25_ds_in.c | 59 		ax25->vs      = 0;  in ax25_ds_state1_machine() 167 		ax25->vs        = 0;  in ax25_ds_state3_machine()
  | 
| D | af_ax25.c | 1784 		ax25_info.vs        = ax25->vs;  in ax25_ioctl() 1787 		ax25_info.vs_max    = ax25->vs; /* reserved */  in ax25_ioctl() 1898 		   ax25->vs, ax25->vr, ax25->va,  in ax25_info_show()
  | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ | 
| D | nv40.c | 157 	int ret, vs;  in nv40_instmem_oneinit()  local 163 	vs = hweight8((nvkm_rd32(device, 0x001540) & 0x0000ff00) >> 8);  in nv40_instmem_oneinit() 164 	if      (device->chipset == 0x40) imem->base.reserved = 0x6aa0 * vs;  in nv40_instmem_oneinit() 165 	else if (device->chipset  < 0x43) imem->base.reserved = 0x4f00 * vs;  in nv40_instmem_oneinit() 166 	else if (nv44_gr_class(device))   imem->base.reserved = 0x4980 * vs;  in nv40_instmem_oneinit() 167 	else				  imem->base.reserved = 0x4a40 * vs;  in nv40_instmem_oneinit()
  | 
| /linux-4.4.14/drivers/video/fbdev/omap/ | 
| D | sossi.c | 398 	int hs, vs;  in sossi_setup_tearsync()  local 405 	vs = ps_to_sossi_ticks(vs_pulse_time, div);  in sossi_setup_tearsync() 406 	if (vs < 8 || vs <= hs || vs >= (1 << 12))  in sossi_setup_tearsync() 408 	vs /= 8;  in sossi_setup_tearsync() 409 	vs--;  in sossi_setup_tearsync() 417 		hs, vs, hs_pol_inv, vs_pol_inv);  in sossi_setup_tearsync() 422 	l |= vs << 3;  in sossi_setup_tearsync()
  | 
| D | hwa742.c | 793 	int hs, vs;  in setup_tearsync()  local 851 		vs = vndp;  in setup_tearsync() 859 		vs = vsw;  in setup_tearsync() 869 	vs = vs * (hdisp + hndp) * 1000000 / (pix_clk / 1000);	/* ps */  in setup_tearsync() 870 	vs *= 1000;  in setup_tearsync() 872 	if (vs <= hs)  in setup_tearsync() 875 	vs = hs * 12 / 10;  in setup_tearsync() 892 		hs, vs, (b & 0x3), !use_hsvs);  in setup_tearsync() 894 	return hwa742.extif->setup_tearsync(1, hs, vs,  in setup_tearsync()
  | 
| /linux-4.4.14/fs/afs/ | 
| D | super.c | 531 	struct afs_volume_status vs;  in afs_statfs()  local 540 	ret = afs_vnode_get_volume_status(vnode, key, &vs);  in afs_statfs() 551 	if (vs.max_quota == 0)  in afs_statfs() 552 		buf->f_blocks = vs.part_max_blocks;  in afs_statfs() 554 		buf->f_blocks = vs.max_quota;  in afs_statfs() 555 	buf->f_bavail = buf->f_bfree = buf->f_blocks - vs.blocks_in_use;  in afs_statfs()
  | 
| D | fsclient.c | 216 					    struct afs_volume_status *vs)  in xdr_decode_AFSFetchVolumeStatus()  argument 220 	vs->vid			= ntohl(*bp++);  in xdr_decode_AFSFetchVolumeStatus() 221 	vs->parent_id		= ntohl(*bp++);  in xdr_decode_AFSFetchVolumeStatus() 222 	vs->online		= ntohl(*bp++);  in xdr_decode_AFSFetchVolumeStatus() 223 	vs->in_service		= ntohl(*bp++);  in xdr_decode_AFSFetchVolumeStatus() 224 	vs->blessed		= ntohl(*bp++);  in xdr_decode_AFSFetchVolumeStatus() 225 	vs->needs_salvage	= ntohl(*bp++);  in xdr_decode_AFSFetchVolumeStatus() 226 	vs->type		= ntohl(*bp++);  in xdr_decode_AFSFetchVolumeStatus() 227 	vs->min_quota		= ntohl(*bp++);  in xdr_decode_AFSFetchVolumeStatus() 228 	vs->max_quota		= ntohl(*bp++);  in xdr_decode_AFSFetchVolumeStatus() [all …] 
 | 
| D | vnode.c | 877 				struct afs_volume_status *vs)  in afs_vnode_get_volume_status()  argument 897 		ret = afs_fs_get_volume_status(server, key, vnode, vs, &afs_sync_call);  in afs_vnode_get_volume_status()
  | 
| /linux-4.4.14/drivers/isdn/hisax/ | 
| D | isdnl2.c | 168 		p1 = (st->l2.vs - st->l2.va) % 128;  in cansend() 170 		p1 = (st->l2.vs - st->l2.va) % 8;  in cansend() 390 		return ((nr - l2->va) % 128) <= ((l2->vs - l2->va) % 128);  in legalnr() 392 		return ((nr - l2->va) % 8) <= ((l2->vs - l2->va) % 8);  in legalnr() 700 	st->l2.vs = 0;  in l2_start_multi() 741 	if (st->l2.vs != st->l2.va) {  in l2_restart_multi() 747 	st->l2.vs = 0;  in l2_restart_multi() 798 	} else if (st->l2.vs != st->l2.va) {  in l2_connected() 806 	st->l2.vs = 0;  in l2_connected() 941 	if (l2->vs != nr) {  in invoke_retransmission() [all …] 
 | 
| D | hisax.h | 256 	u_int vs, va, vr;  member
  | 
| /linux-4.4.14/net/dcb/ | 
| D | Kconfig | 12 	  requirements (highly reliable, no drops vs. best effort vs. low
  | 
| /linux-4.4.14/drivers/isdn/mISDN/ | 
| D | layer2.c | 384 		p1 = (l2->vs - l2->va) % 128;  in cansend() 386 		p1 = (l2->vs - l2->va) % 8;  in cansend() 595 		return ((nr - l2->va) % 128) <= ((l2->vs - l2->va) % 128);  in legalnr() 597 		return ((nr - l2->va) % 8) <= ((l2->vs - l2->va) % 8);  in legalnr() 922 	l2->vs = 0;  in l2_start_multi() 965 	if (l2->vs != l2->va) {  in l2_restart_multi() 971 	l2->vs = 0;  in l2_restart_multi() 1023 	} else if (l2->vs != l2->va) {  in l2_connected() 1029 	l2->vs = 0;  in l2_connected() 1169 	if (l2->vs != nr) {  in invoke_retransmission() [all …] 
 | 
| D | layer2.h | 63 	u_int			vs, va, vr;  member
  | 
| /linux-4.4.14/net/irda/ | 
| D | irlap_frame.c | 726 		skb->data[1] = I_FRAME | (self->vs << 1);  in irlap_send_data_primary() 741 		self->vs = (self->vs + 1) % 8;  in irlap_send_data_primary() 772 		skb->data[1] = I_FRAME | (self->vs << 1);  in irlap_send_data_primary_poll() 794 		self->vs = (self->vs + 1) % 8;  in irlap_send_data_primary_poll() 883 		skb->data[1] = I_FRAME | (self->vs << 1);  in irlap_send_data_secondary_final() 899 		self->vs = (self->vs + 1) % 8;  in irlap_send_data_secondary_final() 940 		skb->data[1] = I_FRAME | (self->vs << 1);  in irlap_send_data_secondary() 954 		self->vs = (self->vs + 1) % 8;  in irlap_send_data_secondary()
  | 
| D | irlap.c | 686 	if (nr == self->vs) {  in irlap_update_nr_received() 736 	if (nr == self->vs) {  in irlap_validate_nr_received() 745 	if (self->va < self->vs) {  in irlap_validate_nr_received() 746 		if ((nr >= self->va) && (nr <= self->vs))  in irlap_validate_nr_received() 749 		if ((nr >= self->va) || (nr <= self->vs))  in irlap_validate_nr_received() 769 	self->vs = self->vr = 0;  in irlap_initiate_connection_state() 1143 	seq_printf(seq, "vs: %d ", self->vs);  in irlap_seq_show()
  | 
| D | irlap_event.c | 1462 				 self->vs, self->vr);  in irlap_state_nrm_p() 1875 			 self->vs, info->ns, self->vr, info->pf);  in irlap_state_nrm_s()
  | 
| /linux-4.4.14/drivers/scsi/fnic/ | 
| D | fnic_main.c | 193 	struct vnic_stats *vs;  in fnic_get_stats()  local 210 	vs = fnic->stats;  in fnic_get_stats() 211 	stats->tx_frames = vs->tx.tx_unicast_frames_ok;  in fnic_get_stats() 212 	stats->tx_words  = vs->tx.tx_unicast_bytes_ok / 4;  in fnic_get_stats() 213 	stats->rx_frames = vs->rx.rx_unicast_frames_ok;  in fnic_get_stats() 214 	stats->rx_words  = vs->rx.rx_unicast_bytes_ok / 4;  in fnic_get_stats() 215 	stats->error_frames = vs->tx.tx_errors + vs->rx.rx_errors;  in fnic_get_stats() 216 	stats->dumped_frames = vs->tx.tx_drops + vs->rx.rx_drop;  in fnic_get_stats() 217 	stats->invalid_crc_count = vs->rx.rx_crc_errors;  in fnic_get_stats()
  | 
| /linux-4.4.14/arch/mips/kvm/ | 
| D | mips.c | 539 	s64 vs[2];  in kvm_mips_get_reg()  local 598 		vs[0] = get_fpr64(&fpu->fpr[idx], 0);  in kvm_mips_get_reg() 599 		vs[1] = get_fpr64(&fpu->fpr[idx], 1);  in kvm_mips_get_reg() 602 		vs[0] = get_fpr64(&fpu->fpr[idx], 1);  in kvm_mips_get_reg() 603 		vs[1] = get_fpr64(&fpu->fpr[idx], 0);  in kvm_mips_get_reg() 705 		return copy_to_user(uaddr, vs, 16) ? -EFAULT : 0;  in kvm_mips_get_reg() 717 	s64 vs[2];  in kvm_mips_set_reg()  local 735 		return copy_from_user(vs, uaddr, 16) ? -EFAULT : 0;  in kvm_mips_set_reg() 796 		set_fpr64(&fpu->fpr[idx], 0, vs[0]);  in kvm_mips_set_reg() 797 		set_fpr64(&fpu->fpr[idx], 1, vs[1]);  in kvm_mips_set_reg() [all …] 
 | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ | 
| D | dp.c | 192 nvbios_dpcfg_match(struct nvkm_bios *bios, u16 outp, u8 pc, u8 vs, u8 pe,  in nvbios_dpcfg_match()  argument 201 		idx = (pc * 10) + vsoff[vs] + pe;  in nvbios_dpcfg_match() 207 			if (nvbios_rd08(bios, data + 0x00) == vs &&  in nvbios_dpcfg_match()
  | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/ | 
| D | sorgf119.c | 69 		     int ln, int vs, int pe, int pc)  in gf119_sor_dp_drv_ctl()  argument 86 	addr = nvbios_dpcfg_match(bios, addr, pc, vs, pe,  in gf119_sor_dp_drv_ctl()
  | 
| D | sorgm204.c | 94 		     int ln, int vs, int pe, int pc)  in gm204_sor_dp_drv_ctl()  argument 111 	addr = nvbios_dpcfg_match(bios, addr, pc, vs, pe,  in gm204_sor_dp_drv_ctl()
  | 
| D | sorg94.c | 122 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 139 	addr = nvbios_dpcfg_match(bios, addr, 0, vs, pe,  in g94_sor_dp_drv_ctl()
  | 
| D | outpdp.h | 43 	int (*drv_ctl)(struct nvkm_output_dp *, int ln, int vs, int pe, int pc);
  | 
| /linux-4.4.14/drivers/video/fbdev/ | 
| D | asiliantfb.c | 181 	unsigned vs = p->var.yres + p->var.lower_margin;  in asiliant_set_timing()  local 205 	write_cr(0x10, (vs - 1) & 0xff);  in asiliant_set_timing() 206 	write_cr(0x32, ((vs - 1) >> 8) & 0xf);  in asiliant_set_timing() 212 	write_cr(0x15, (vs - 1) & 0xff);  in asiliant_set_timing() 213 	write_cr(0x33, ((vs - 1) >> 8) & 0xf);  in asiliant_set_timing()
  | 
| D | tdfxfb.c | 550 	u32 vd, vs, ve, vt, vbs, vbe;  in tdfxfb_set_par()  local 588 		vs  = vd + (info->var.lower_margin << 1);  in tdfxfb_set_par() 589 		ve  = vs + (info->var.vsync_len << 1);  in tdfxfb_set_par() 596 		vs  = vd + info->var.lower_margin;  in tdfxfb_set_par() 597 		ve  = vs + info->var.vsync_len;  in tdfxfb_set_par() 648 	reg.crt[0x07] = ((vs & 0x200) >> 2) |  in tdfxfb_set_par() 652 			((vs & 0x100) >> 6) |  in tdfxfb_set_par() 656 	reg.crt[0x10] = vs;  in tdfxfb_set_par()
  | 
| D | acornfb.c | 419 	unsigned long hs, vs;  in acornfb_validate_timing()  local 431 	vs = hs /  in acornfb_validate_timing() 434 	return (vs >= monspecs->vfmin && vs <= monspecs->vfmax &&  in acornfb_validate_timing()
  | 
| D | amifb.c | 2054 	u_short hs, vs, ve;  in ami_set_sprite()  local 2072 		vs = par->diwstrt_v + (my << par->line_shift);  in ami_set_sprite() 2073 		ve = vs + (par->crsr.height << par->line_shift);  in ami_set_sprite() 2076 			lofsprite[0] = spr2hw_pos(vs, hs);  in ami_set_sprite() 2077 			shfsprite[0] = spr2hw_pos(vs + 1, hs);  in ami_set_sprite() 2078 			if (mod2(vs)) {  in ami_set_sprite() 2079 				lofsprite[1 << par->crsr.fmode] = spr2hw_ctl(vs, hs, ve);  in ami_set_sprite() 2080 				shfsprite[1 << par->crsr.fmode] = spr2hw_ctl(vs + 1, hs, ve + 1);  in ami_set_sprite() 2083 				lofsprite[1 << par->crsr.fmode] = spr2hw_ctl(vs, hs, ve + 1);  in ami_set_sprite() 2084 				shfsprite[1 << par->crsr.fmode] = spr2hw_ctl(vs + 1, hs, ve);  in ami_set_sprite() [all …] 
 | 
| /linux-4.4.14/include/net/ | 
| D | vxlan.h | 253 static inline unsigned short vxlan_get_sk_family(struct vxlan_sock *vs)  in vxlan_get_sk_family()  argument 255 	return vs->sock->sk->sk_family;  in vxlan_get_sk_family()
  | 
| D | llc_pdu.h | 166 #define FRMR_INFO_SET_Vs(info,vs) (info->curr_ssv = (((u8) vs) << 1))  argument 424 			      u8 f_bit, u8 vs, u8 vr, u8 vzyxw);
  | 
| D | lapb.h | 88 	unsigned short		vs, vr, va;  member
  | 
| D | rose.h | 137 	unsigned short		vs, vr, va, vl;  member
  | 
| D | netrom.h | 70 	unsigned short		vs, vr, va, vl;  member
  | 
| D | x25.h | 153 	unsigned short		vs, vr, va, vl;  member
  | 
| D | ax25.h | 234 	unsigned short		vs, vr, va;  member
  | 
| /linux-4.4.14/Documentation/ | 
| D | sparse.txt | 41 sure that bitwise types don't get mixed up (little-endian vs big-endian 42 vs cpu-endian vs whatever), and there the constant "0" really _is_
  | 
| D | init.txt | 30    E.g. i386 vs. x86_64 mismatch, or trying to load x86 on ARM hardware.
  | 
| D | pi-futex.txt | 35 ratio of lockless vs. locky code for shared data structures is somewhere
  | 
| D | iostats.txt | 106 Disks vs Partitions
  | 
| D | bus-virt-phys-mapping.txt | 202 		vs
  | 
| D | memory-barriers.txt | 23      - Read memory barriers vs load speculation. 41      - Locks vs memory accesses. 42      - Locks vs I/O accesses. 58      - Cache coherency vs DMA. 59      - Cache coherency vs MMIO. 660 	WRITE_ONCE(b, p);  /* BUG: No ordering vs. load from a!!! */ 1769 See the subsection "Locks vs I/O accesses" for more information. 1817  (3) ACQUIRE vs ACQUIRE implication: 1822  (4) ACQUIRE vs RELEASE implication: 2945 changes vs new data occur in the right order.
  | 
| D | static-keys.txt | 236 vs. the jump label case just has a 'no-op' or 'jmp 0'. (The jmp 0, is patched
  | 
| D | unaligned-memory-access.txt | 232 Alignment vs. Networking
  | 
| D | this_cpu_ops.txt | 250 &this_cpu_ptr(pp)->n vs this_cpu_ptr(&pp->n)
  | 
| D | adding-syscalls.txt | 510  - Discussion from Michael Kerrisk of new system call vs. prctl(2) extension:
  | 
| D | kmemcheck.txt | 208 In fact, this option may also be used for fine-grained control over SLUB vs.
  | 
| D | kernel-docs.txt | 201        vs block devices, I/O access, hardware interrupts, DMA, access to
  | 
| D | pinctrl.txt | 555 expect pinmux drivers to present *all* possible function vs pin group mappings
  | 
| /linux-4.4.14/net/llc/ | 
| D | llc_c_ev.c | 507 	const u8 vs = llc_sk(sk)->vS;  in llc_conn_ev_rx_zzz_cmd_pbit_set_x_inval_nr()  local 512 	    nr != vs && llc_util_nr_inside_tx_window(sk, nr)) {  in llc_conn_ev_rx_zzz_cmd_pbit_set_x_inval_nr() 514 			__func__, llc_sk(sk)->state, vs, nr);  in llc_conn_ev_rx_zzz_cmd_pbit_set_x_inval_nr() 525 	const u8 vs = llc_sk(sk)->vS;  in llc_conn_ev_rx_zzz_rsp_fbit_set_x_inval_nr()  local 530 	    nr != vs && llc_util_nr_inside_tx_window(sk, nr)) {  in llc_conn_ev_rx_zzz_rsp_fbit_set_x_inval_nr() 533 			__func__, llc_sk(sk)->state, vs, nr);  in llc_conn_ev_rx_zzz_rsp_fbit_set_x_inval_nr()
  | 
| D | llc_pdu.c | 221 			      u8 f_bit, u8 vs, u8 vr, u8 vzyxw)  in llc_pdu_init_as_frmr_rsp()  argument 235 	FRMR_INFO_SET_Vs(frmr_info, vs);  in llc_pdu_init_as_frmr_rsp()
  | 
| /linux-4.4.14/include/drm/ | 
| D | drm_modes.h | 83 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \  argument 88 	.vscan = (vs), .flags = (f), \
  | 
| /linux-4.4.14/arch/arc/plat-sim/ | 
| D | Kconfig | 14 	  This includes the standalone nSIM (uart only) vs. System C OSCI VP
  | 
| /linux-4.4.14/drivers/video/fbdev/omap2/dss/ | 
| D | rfbi.c | 576 	int hs, vs;  in rfbi_setup_te()  local 581 	vs = ps_to_rfbi_ticks(vs_pulse_time, 1);  in rfbi_setup_te() 588 	if (vs < min)  in rfbi_setup_te() 590 	if (vs == hs)  in rfbi_setup_te() 594 		mode, hs, vs, hs_pol_inv, vs_pol_inv);  in rfbi_setup_te() 597 	rfbi_write_reg(RFBI_VSYNC_WIDTH, vs);  in rfbi_setup_te()
  | 
| D | dispc.c | 3089 	bool onoff, rf, ipc, vs, hs, de;  in _dispc_mgr_set_lcd_timings()  local 3103 		vs = true;  in _dispc_mgr_set_lcd_timings() 3106 		vs = false;  in _dispc_mgr_set_lcd_timings() 3164 		FLD_VAL(vs, 12, 12);  in _dispc_mgr_set_lcd_timings()
  | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/ | 
| D | ctxnv40.c | 553 	int vs, vs_nr, vs_len, vs_nr_b0, vs_nr_b1, b0_offset, b1_offset;  in nv40_gr_construct_shader()  local 587 	for (vs = 0; vs < vs_nr; vs++, offset += vs_len) {  in nv40_gr_construct_shader()
  | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ | 
| D | dp.h | 29 nvbios_dpcfg_match(struct nvkm_bios *, u16 outp, u8 pc, u8 vs, u8 pe,
  | 
| /linux-4.4.14/drivers/staging/media/lirc/ | 
| D | TODO | 2   (see drivers/media/IR/mceusb.c vs. lirc_mceusb.c in lirc cvs for an
  | 
| /linux-4.4.14/Documentation/scheduler/ | 
| D | sched-arch.txt | 68 ia64 - is safe_halt call racy vs interrupts? (does it sleep?) (See #4a) 70 sh64 - Is sleeping racy vs interrupts? (See #4a)
  | 
| /linux-4.4.14/drivers/video/fbdev/matrox/ | 
| D | matroxfb_misc.c | 192 	unsigned int vd, vs, ve, vt, lc;  in matroxfb_vgaHWinit()  local 268 	vs = m->VSyncStart - 1;  in matroxfb_vgaHWinit() 298 			  ((vs & 0xC00) >>  5) |  in matroxfb_vgaHWinit() 312 		      ((vs & 0x100) >> 6) |  in matroxfb_vgaHWinit() 317 		      ((vs & 0x200) >> 2);  in matroxfb_vgaHWinit() 325 	hw->CRTC[16] = vs /* & 0xFF */;  in matroxfb_vgaHWinit()
  | 
| D | matroxfb_base.c | 270 	struct matrox_vsync *vs;  in matroxfb_wait_for_sync()  local 276 			vs = &minfo->crtc1.vsync;  in matroxfb_wait_for_sync() 282 			vs = &minfo->crtc2.vsync;  in matroxfb_wait_for_sync() 292 	cnt = vs->cnt;  in matroxfb_wait_for_sync() 293 	ret = wait_event_interruptible_timeout(vs->wait, cnt != vs->cnt, HZ/10);  in matroxfb_wait_for_sync()
  | 
| /linux-4.4.14/include/linux/ | 
| D | nvme.h | 22 	__u32			vs;	/* Version */  member 141 	__u8			vs[1024];  member 184 	__u8			vs[3712];  member
  | 
| D | hugetlb.h | 135 #define follow_hugetlb_page(m,v,p,vs,a,b,i,w)	({ BUG(); 0; })  argument
  | 
| /linux-4.4.14/include/uapi/linux/ | 
| D | ax25.h | 106 	unsigned int	vs, vr, va, vs_max;  member
  | 
| /linux-4.4.14/arch/powerpc/kernel/ | 
| D | prom_init.c | 329 	long vs;  in prom_printf()  local 361 			vs = va_arg(args, int);  in prom_printf() 362 			if (vs < 0) {  in prom_printf() 364 				vs = -vs;  in prom_printf() 366 			prom_print_dec(vs);  in prom_printf() 382 				vs = va_arg(args, long);  in prom_printf() 383 				if (vs < 0) {  in prom_printf() 385 					vs = -vs;  in prom_printf() 387 				prom_print_dec(vs);  in prom_printf()
  | 
| /linux-4.4.14/Documentation/vm/ | 
| D | 00-INDEX | 4 	- An explanation from Linus about tsk->active_mm vs tsk->mm.
  | 
| D | userfaultfd.txt | 67 memory backend (anonymous memory vs tmpfs vs real filebacked
  | 
| D | active_mm.txt | 11 > Is there a brief description someplace on how "mm" vs. "active_mm" in
  | 
| D | unevictable-lru.txt | 387 do_mlock[all]() - as the mlock() and mlockall() system calls with the unlock vs
  | 
| /linux-4.4.14/arch/arm/boot/dts/ | 
| D | tegra114-tn7.dts | 118 						regulator-name = "vs-pmu-1v8"; 126 						regulator-name = "vs-sys-2v9";
  | 
| D | lpc32xx.dtsi | 265 			 * TSC vs. ADC: Since those two share the same
  | 
| /linux-4.4.14/drivers/gpu/drm/radeon/ | 
| D | r600_blit.c | 162 	u32 *vs, *ps;  in set_shaders()  local 168 	vs = (u32 *) ((char *)dev->agp_buffer_map->handle + dev_priv->blit_vb->offset);  in set_shaders() 172 		vs[i] = cpu_to_le32(r6xx_vs[i]);  in set_shaders()
  | 
| /linux-4.4.14/tools/testing/selftests/rcutorture/bin/ | 
| D | kvm-test-1-run.sh | 219 			echo "!!! PID $qemu_pid hung at $kruntime vs. $seconds seconds" >> $resdir/Warnings 2>&1
  | 
| /linux-4.4.14/Documentation/zh_CN/ | 
| D | gpio.txt | 424 (2 mA vs 20 mA)和电压(1.8V vs 3.3V)是平台特定问题,就像模型一样在
  | 
| /linux-4.4.14/drivers/video/fbdev/intelfb/ | 
| D | intelfbhw.c | 1053 	u32 *vs, *vb, *vt, *hs, *hb, *ht, *ss, *pipe_conf;  in intelfbhw_mode_to_hw()  local 1069 		vs = &hw->vsync_b;  in intelfbhw_mode_to_hw() 1081 		vs = &hw->vsync_a;  in intelfbhw_mode_to_hw() 1247 	*vs = (vsync_start << VSYNCSTART_SHIFT) | (vsync_end << VSYNCEND_SHIFT);  in intelfbhw_mode_to_hw() 1285 	const u32 *hs, *ht, *hb, *vs, *vt, *vb, *ss;  in intelfbhw_program_mode()  local 1313 		vs = &hw->vsync_b;  in intelfbhw_program_mode() 1337 		vs = &hw->vsync_a;  in intelfbhw_program_mode() 1427 	OUTREG(vsync_reg, *vs);  in intelfbhw_program_mode()
  | 
| /linux-4.4.14/Documentation/hwmon/ | 
| D | max1668 | 20 set; only two remote temperature inputs vs the four avaible on the other
  | 
| D | ds1621 | 63 readings. Be sure to have a high vs. low temperature limit gap of al least
  | 
| D | w83791d | 135 Alarms bitmap vs. beep_mask bitmask
  | 
| D | sysfs-interface | 277 		Define the PWM vs temperature curve. Number of trip points is 285 		Define the PWM vs temperature curve. Number of trip points is
  | 
| D | it87 | 245 This interface implements 4 temperature vs. PWM output trip points.
  | 
| /linux-4.4.14/include/net/irda/ | 
| D | irlap.h | 175 	__u8    vs;            /* Next frame to be sent */  member
  | 
| /linux-4.4.14/arch/arm/include/asm/ | 
| D | assembler.h | 189 	.irp	c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo 494 	.irp	c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo
  | 
| /linux-4.4.14/drivers/staging/iio/ | 
| D | TODO | 29 1) Open question of userspace vs kernel space balance when
  | 
| /linux-4.4.14/drivers/nvme/host/ | 
| D | lightnvm.c | 589 							id->vs[0] == 0x1)  in nvme_nvm_ns_supported() 595 							id->vs[0] == 0x1)  in nvme_nvm_ns_supported()
  | 
| D | pci.c | 1756 	dev->subsystem = readl(&dev->bar->vs) >= NVME_VS(1, 1) ?  in nvme_configure_admin_queue() 2644 			(pdev->device == 0x0953) && ctrl->vs[3]) {  in nvme_dev_add() 2647 		dev->stripe_size = 1 << (ctrl->vs[3] + shift);  in nvme_dev_add() 2732 	if (readl(&dev->bar->vs) >= NVME_VS(1, 2))  in nvme_dev_map()
  | 
| D | scsi.c | 614 	if (readl(&dev->bar->vs) >= NVME_VS(1, 1)) {  in nvme_trans_device_id_page() 626 		if (readl(&dev->bar->vs) >= NVME_VS(1, 2)) {  in nvme_trans_device_id_page()
  | 
| /linux-4.4.14/Documentation/devicetree/bindings/pci/ | 
| D | host-generic-pci.txt | 18                    depending on the layout of configuration space (CAM vs
  | 
| /linux-4.4.14/Documentation/devicetree/bindings/soc/ti/ | 
| D | keystone-navigator-dma.txt | 53  - ti,enable-all: Enable all DMA channels vs clients opening specific channels
  | 
| /linux-4.4.14/Documentation/networking/ | 
| D | ipvs-sysctl.txt | 1 /proc/sys/net/ipv4/vs/* Variables: 124         is controlled by the /proc/sys/net/ipv4/vs/am_droprate.
  | 
| D | ipvlan.txt | 52 5. What to choose (macvlan vs. ipvlan)?
  | 
| D | netdev-FAQ.txt | 85 Q: How do I indicate which tree (net vs. net-next) my patch should be in? 149    think it has been overlooked, vs. having been considered and rejected.
  | 
| D | 00-INDEX | 122 	- Per-inode explanation of the /proc/sys/net/ipv4/vs interface.
  | 
| D | de4x5.txt | 128     (runs the   service routine with interrupts turned   off) vs.  this card
  | 
| D | eql.txt | 253   very wide apart (57600 vs. 14400) the "faster" modem received all
  | 
| D | filter.txt | 1091 seccomp vs socket filters have different security restrictions for classic BPF.
  | 
| D | bonding.txt | 456 		vs. just updating a switch or set of switches (which 815 	ioctls vs. netif_carrier_ok() to determine the link
  | 
| /linux-4.4.14/arch/powerpc/include/asm/ | 
| D | kvm_book3s.h | 34 	bool vs		: 1;  member
  | 
| /linux-4.4.14/Documentation/frv/ | 
| D | kernel-ABI.txt | 7 consistent between modules vs core, and MMU vs no-MMU.
  | 
| /linux-4.4.14/Documentation/infiniband/ | 
| D | ipoib.txt | 30 Datagram vs Connected modes
  | 
| /linux-4.4.14/arch/powerpc/kvm/ | 
| D | book3s_32_mmu.c | 162 			if (!bat->vs)  in kvmppc_mmu_book3s_32_xlate_bat()
  | 
| D | book3s_emulate.c | 329 		bat->vs = (val & 2) ? 1 : 0;  in kvmppc_set_bat()
  | 
| /linux-4.4.14/Documentation/devicetree/bindings/regulator/ | 
| D | qcom,spmi-regulator.txt | 144 - qcom,vs-soft-start-strength:
  | 
| /linux-4.4.14/arch/m68k/fpsp040/ | 
| D | x_unfl.S | 211 | Differentiate between store to memory vs. store to register
  | 
| D | res_func.S | 1914 |				;vs norm bias
  | 
| /linux-4.4.14/Documentation/filesystems/ | 
| D | 00-INDEX | 91 	- info on file locking implementations, flock() vs. fcntl(), etc.
  | 
| D | gfs2-glocks.txt | 187 node is able to use a glock vs. time that the rest of the
  | 
| D | ramfs-rootfs-initramfs.txt | 286 And spawned a second thread (specifically on tar vs cpio), starting here:
  | 
| D | xfs-delayed-logging-design.txt | 408 vs two dirty cachelines except for the fact I've seen upwards of 80,000 log
  | 
| /linux-4.4.14/include/media/ | 
| D | v4l2-ioctl.h | 312 extern int v4l2_video_std_construct(struct v4l2_standard *vs,
  | 
| /linux-4.4.14/drivers/media/v4l2-core/ | 
| D | v4l2-ioctl.c | 115 int v4l2_video_std_construct(struct v4l2_standard *vs,  in v4l2_video_std_construct()  argument 118 	vs->id = id;  in v4l2_video_std_construct() 119 	v4l2_video_std_frame_period(id, &vs->frameperiod);  in v4l2_video_std_construct() 120 	vs->framelines = (id & V4L2_STD_525_60) ? 525 : 625;  in v4l2_video_std_construct() 121 	strlcpy(vs->name, name, sizeof(vs->name));  in v4l2_video_std_construct()
  | 
| /linux-4.4.14/Documentation/locking/ | 
| D | spinlocks.txt | 17 worry about UP vs SMP issues: the spinlocks work correctly under both.
  | 
| D | ww-mutex-design.txt | 11 domains (for example VRAM vs system memory), and so on.  And with
  | 
| /linux-4.4.14/Documentation/device-mapper/ | 
| D | cache-policies.txt | 84 The smq policy (vs mq) offers the promise of less memory utilization,
  | 
| /linux-4.4.14/arch/mips/include/uapi/asm/ | 
| D | inst.h | 631 	__BITFIELD_FIELD(unsigned int vs : 5,
  | 
| /linux-4.4.14/arch/arm/mach-omap2/ | 
| D | sram242x.S | 47 	mov	r12, r2			@ capture CS1 vs CS0
  | 
| D | sram243x.S | 47 	mov	r12, r2			@ capture CS1 vs CS0
  | 
| /linux-4.4.14/Documentation/input/ | 
| D | xpad.txt | 113 (5 pins vs. 4 on standard USB 1.0 connectors).
  | 
| /linux-4.4.14/Documentation/PCI/ | 
| D | PCIEBUS-HOWTO.txt | 66 5. Configuring the PCI Express Port Bus Driver vs. Service Drivers
  | 
| /linux-4.4.14/Documentation/thermal/ | 
| D | intel_powerclamp.txt | 17 	    - Power vs Performance
  | 
| /linux-4.4.14/tools/power/cpupower/po/ | 
| D | de.po | 683 "  -b, --perf-bias [VAL]    Sets CPU's power vs performance policy on some\n" 738 "  -b, --perf-bias    Gets CPU's power vs performance policy on some\n"
  | 
| D | it.po | 680 "  -b, --perf-bias [VAL]    Sets CPU's power vs performance policy on some\n" 735 "  -b, --perf-bias    Gets CPU's power vs performance policy on some\n"
  | 
| D | cs.po | 672 "  -b, --perf-bias [VAL]    Sets CPU's power vs performance policy on some\n" 727 "  -b, --perf-bias    Gets CPU's power vs performance policy on some\n"
  | 
| D | fr.po | 672 "  -b, --perf-bias [VAL]    Sets CPU's power vs performance policy on some\n" 727 "  -b, --perf-bias    Gets CPU's power vs performance policy on some\n"
  | 
| D | pt.po | 682 "  -b, --perf-bias [VAL]    Sets CPU's power vs performance policy on some\n" 737 "  -b, --perf-bias    Gets CPU's power vs performance policy on some\n"
  | 
| /linux-4.4.14/drivers/net/ethernet/myricom/myri10ge/ | 
| D | myri10ge.c | 3554 	int vs = mgp->vendor_specific_offset;  in myri10ge_read_reboot()  local 3558 	pci_write_config_byte(pdev, vs + 0x10, 0x3);  in myri10ge_read_reboot() 3561 	pci_write_config_dword(pdev, vs + 0x18, 0xfffffff0);  in myri10ge_read_reboot() 3562 	pci_read_config_dword(pdev, vs + 0x14, &reboot);  in myri10ge_read_reboot()
  | 
| /linux-4.4.14/arch/sh/lib/ | 
| D | memcpy-sh4.S | 196 	! cycle counts for differnet sizes using byte-at-a-time vs. optimised):
  | 
| /linux-4.4.14/net/netfilter/ipvs/ | 
| D | Kconfig | 42 	  level in /proc/sys/net/ipv4/vs/debug_level
  | 
| /linux-4.4.14/arch/arc/ | 
| D | Kconfig | 332 	  Choose between 8k vs 16k
  | 
| /linux-4.4.14/Documentation/nvdimm/ | 
| D | nvdimm.txt | 13 	    PMEM vs BLK 170 PMEM vs BLK
  | 
| /linux-4.4.14/Documentation/ABI/testing/ | 
| D | sysfs-bus-pci | 91 		the file is in (msi vs. msix)
  | 
| /linux-4.4.14/drivers/media/usb/pvrusb2/ | 
| D | pvrusb2-hdw.c | 2910 			v4l2_std_id vs;  in pvr2_subdev_update()  local 2911 			vs = hdw->std_mask_cur;  in pvr2_subdev_update() 2913 					     video, s_std, vs);  in pvr2_subdev_update()
  | 
| /linux-4.4.14/drivers/md/ | 
| D | Kconfig | 316          reads over writes.  This SMQ policy (vs MQ) offers the promise
  | 
| /linux-4.4.14/Documentation/gpio/ | 
| D | gpio-legacy.txt | 498 Likewise drive strength (2 mA vs 20 mA) and voltage (1.8V vs 3.3V) is a
  | 
| /linux-4.4.14/Documentation/devicetree/bindings/arm/ | 
| D | idle-states.txt | 141 		Graph 1: Energy vs time example
  | 
| /linux-4.4.14/Documentation/usb/ | 
| D | usb-serial.txt | 162      parity, 7 vs 8 bits per char, 1 or 2 stop bits
  | 
| /linux-4.4.14/Documentation/scsi/ | 
| D | ChangeLog.ncr53c8xx | 320 	- Rewrite the TARGET vs LUN capabilities management.
  | 
| D | ChangeLog.lpfc | 393 	* Small Makefile cleanup - Remove remnants of 2.4 vs. 2.6 1810 	* Clean up the 2.6 vs 2.4 #if blocks.
  | 
| /linux-4.4.14/tools/perf/Documentation/ | 
| D | intel-pt.txt | 546 Privileged vs non-privileged users
  | 
| /linux-4.4.14/Documentation/RCU/ | 
| D | RTFP.txt | 977 ,Title="{RCU} vs. Locking Performance on Different {CPUs}" 2639 	RCU-protected hash tables, barriers vs. read-side traversal order.
  | 
| /linux-4.4.14/Documentation/filesystems/cifs/ | 
| D | CHANGES | 276 vs. rename race which could cause each to hang. Return . and .. even
  | 
| /linux-4.4.14/Documentation/block/ | 
| D | biodoc.txt | 266   control (high/med/low) over the priority  of an i/o request vs other pending
  | 
| /linux-4.4.14/Documentation/security/ | 
| D | keys.txt | 879 prevent access vs modification races. See the section "Notes on accessing
  | 
| /linux-4.4.14/ | 
| D | MAINTAINERS | 5749 M:	Wensong Zhang <wensong@linux-vs.org>
  |