Home
last modified time | relevance | path

Searched refs:vl (Results 1 – 31 of 31) sorted by relevance

/linux-4.1.27/fs/afs/
Dvlocation.c37 static int afs_vlocation_access_vl_by_name(struct afs_vlocation *vl, in afs_vlocation_access_vl_by_name() argument
41 struct afs_cell *cell = vl->cell; in afs_vlocation_access_vl_by_name()
45 _enter("%s,%s", cell->name, vl->vldb.name); in afs_vlocation_access_vl_by_name()
47 down_write(&vl->cell->vl_sem); in afs_vlocation_access_vl_by_name()
55 ret = afs_vl_get_entry_by_name(&addr, key, vl->vldb.name, vldb, in afs_vlocation_access_vl_by_name()
84 up_write(&vl->cell->vl_sem); in afs_vlocation_access_vl_by_name()
93 static int afs_vlocation_access_vl_by_id(struct afs_vlocation *vl, in afs_vlocation_access_vl_by_id() argument
99 struct afs_cell *cell = vl->cell; in afs_vlocation_access_vl_by_id()
105 down_write(&vl->cell->vl_sem); in afs_vlocation_access_vl_by_id()
127 vl->upd_busy_cnt++; in afs_vlocation_access_vl_by_id()
[all …]
Dcallback.c411 ret = afs_vnode_update_record(vl, &vldb);
414 afs_vnode_apply_update(vl, &vldb);
455 afs_put_vnode(vl);
/linux-4.1.27/drivers/block/paride/
Don20.c28 #define vl(v) w2(4);w0(v);w2(5);w2(7);w2(5);w2(4); macro
42 op(1); vl(r); op(0); in on20_read_regr()
65 op(1); vl(r); in on20_write_regr()
66 op(0); vl(val); in on20_write_regr()
67 op(0); vl(val); in on20_write_regr()
76 if (pi->mode) { op(2); vl(8); op(2); vl(9); } in on20_connect()
77 else { op(2); vl(0); op(2); vl(8); } in on20_connect()
91 op(1); vl(1); op(0); in on20_read_block()
108 op(1); vl(1); op(0); in on20_write_block()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Dunpack.h9 #define nvif_unpack(d,vl,vh,m) ({ \ argument
10 if ((vl) == 0 || ret == -ENOSYS) { \
12 if (_size <= size && (d).version >= (vl) && \
/linux-4.1.27/net/rose/
Drose_in.c51 rose->vl = 0; in rose_state1_machine()
118 rose->vl = 0; in rose_state3_machine()
136 rose->vl = 0; in rose_state3_machine()
158 rose->vl = 0; in rose_state3_machine()
177 rose->vl = 0; in rose_state3_machine()
191 if (((rose->vl + sysctl_rose_window_size) % ROSE_MODULUS) == rose->vr) { in rose_state3_machine()
228 rose->vl = 0; in rose_state4_machine()
Drose_out.c101 rose->vl = rose->vr; in rose_kick()
121 rose->vl = rose->vr; in rose_enquiry_response()
Drose_timer.c154 rose->vl = rose->vr; in rose_heartbeat_expiry()
Daf_rose.c1034 make_rose->vl = 0; in rose_rx_call_request()
1363 rose->vl = 0; in rose_ioctl()
/linux-4.1.27/sound/usb/6fire/
Dcomm.c60 u8 reg, u8 vl, u8 vh) in usb6fire_comm_init_buffer() argument
69 buffer[5] = vl; in usb6fire_comm_init_buffer()
83 buffer[12] = vl; in usb6fire_comm_init_buffer()
91 buffer[5] = vl; in usb6fire_comm_init_buffer()
129 u8 reg, u8 vl, u8 vh) in usb6fire_comm_write16() argument
139 usb6fire_comm_init_buffer(buffer, 0x00, request, reg, vl, vh); in usb6fire_comm_write16()
Dcomm.h36 u8 vh, u8 vl);
/linux-4.1.27/net/x25/
Dx25_in.c106 x25->vl = 0; in x25_state1_machine()
221 x25->vl = 0; in x25_state3_machine()
243 x25->vl = 0; in x25_state3_machine()
265 x25->vl = 0; in x25_state3_machine()
283 x25->vl = 0; in x25_state3_machine()
295 if (((x25->vl + x25->facilities.winsize_in) % modulus) == x25->vr) { in x25_state3_machine()
354 x25->vl = 0; in x25_state4_machine()
Dx25_out.c207 x25->vl = x25->vr; in x25_kick()
227 x25->vl = x25->vr; in x25_enquiry_response()
Dx25_subr.c385 x25->vl = x25->vr; in x25_check_rbuf()
/linux-4.1.27/net/netrom/
Dnr_out.c120 nr->vl = nr->vr; in nr_send_nak_frame()
181 nr->vl = nr->vr; in nr_kick()
255 nr->vl = nr->vr; in nr_enquiry_response()
Dnr_in.c88 nr->vl = 0; in nr_state1_machine()
258 if (((nrom->vl + nrom->window) % NR_MODULUS) == nrom->vr) { in nr_state3_machine()
Dnr_timer.c144 nr->vl = nr->vr; in nr_heartbeat_expiry()
Dnr_subr.c108 unsigned short vt = (nr->vl + nr->window) % NR_MODULUS; in nr_in_rx_window()
Daf_netrom.c1008 nr_make->vl = 0; in nr_rx_frame()
/linux-4.1.27/drivers/media/usb/pvrusb2/
Dpvrusb2-encoder.c321 va_list vl; in pvr2_encoder_vcmd() local
335 va_start(vl, args); in pvr2_encoder_vcmd()
337 data[idx] = va_arg(vl, u32); in pvr2_encoder_vcmd()
339 va_end(vl); in pvr2_encoder_vcmd()
/linux-4.1.27/tools/perf/util/
Dprobe-finder.c1246 struct variable_list *vl; in collect_variables_cb() local
1250 vl = &af->vls[af->nvls - 1]; in collect_variables_cb()
1262 strlist__add(vl->vars, buf); in collect_variables_cb()
1277 struct variable_list *vl; in add_available_vars() local
1286 vl = &af->vls[af->nvls++]; in add_available_vars()
1290 pf->pev->point.retprobe, &vl->point); in add_available_vars()
1294 pr_debug("Probe point found: %s+%lu\n", vl->point.symbol, in add_available_vars()
1295 vl->point.offset); in add_available_vars()
1298 vl->vars = strlist__new(true, NULL); in add_available_vars()
1299 if (vl->vars == NULL) in add_available_vars()
[all …]
Dprobe-event.c818 struct variable_list *vls = NULL, *vl; in show_available_vars_at() local
850 vl = &vls[i]; in show_available_vars_at()
855 fprintf(stdout, "\t@<%s+%lu>\n", vl->point.symbol, in show_available_vars_at()
856 vl->point.offset); in show_available_vars_at()
857 zfree(&vl->point.symbol); in show_available_vars_at()
859 if (vl->vars) { in show_available_vars_at()
860 strlist__for_each(node, vl->vars) { in show_available_vars_at()
867 strlist__delete(vl->vars); in show_available_vars_at()
/linux-4.1.27/include/net/
Drose.h137 unsigned short vs, vr, va, vl; member
Dnetrom.h70 unsigned short vs, vr, va, vl; member
Dx25.h153 unsigned short vs, vr, va, vl; member
/linux-4.1.27/tools/net/
Dbpf_dbg.c176 va_list vl; in rl_printf() local
178 va_start(vl, fmt); in rl_printf()
179 ret = vfprintf(rl_outstream, fmt, vl); in rl_printf()
180 va_end(vl); in rl_printf()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_mad.h178 u8 vl; /* Only low 4 bits, upper 4 bits reserved */ member
Dqib_iba7322.c4407 struct ib_vl_weight_elem *vl) in get_vl_weights() argument
4411 for (i = 0; i < 16; i++, regno++, vl++) { in get_vl_weights()
4414 vl->vl = (val >> SYM_LSB(LowPriority0_0, VirtualLane)) & in get_vl_weights()
4416 vl->weight = (val >> SYM_LSB(LowPriority0_0, Weight)) & in get_vl_weights()
4422 struct ib_vl_weight_elem *vl) in set_vl_weights() argument
4426 for (i = 0; i < 16; i++, regno++, vl++) { in set_vl_weights()
4429 val = ((vl->vl & SYM_RMASK(LowPriority0_0, VirtualLane)) << in set_vl_weights()
4431 ((vl->weight & SYM_RMASK(LowPriority0_0, Weight)) << in set_vl_weights()
7036 u8 srate, u8 vl) in qib_7322_setpbc_control() argument
7045 if (vl == 15) in qib_7322_setpbc_control()
[all …]
Dqib_iba6120.c3439 u8 srate, u8 vl) in qib_6120_setpbc_control() argument
3441 return vl == 15 ? PBC_6120_VL15_SEND_CTRL : 0; in qib_6120_setpbc_control()
Dqib_iba7220.c4387 u8 srate, u8 vl) in qib_7220_setpbc_control() argument
4397 if (vl == 15) in qib_7220_setpbc_control()
/linux-4.1.27/arch/tile/include/hv/
Dnetio_intf.h937 int vl = (mda->__flags >> _NETIO_PKT_VLAN_SHIFT) & _NETIO_PKT_VLAN_RMASK; in NETIO_PKT_VLAN_ID_M() local
942 if (vl == _NETIO_PKT_VLAN_NONE) in NETIO_PKT_VLAN_ID_M()
/linux-4.1.27/
DCREDITS2111 E: vl@kki.org