Home
last modified time | relevance | path

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

12

/linux-3.4.99/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.c413 ret = afs_vnode_update_record(vl, &vldb);
416 afs_vnode_apply_update(vl, &vldb);
457 afs_put_vnode(vl);
/linux-3.4.99/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-3.4.99/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()
/linux-3.4.99/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-3.4.99/net/x25/
Dx25_in.c104 x25->vl = 0; in x25_state1_machine()
219 x25->vl = 0; in x25_state3_machine()
241 x25->vl = 0; in x25_state3_machine()
263 x25->vl = 0; in x25_state3_machine()
281 x25->vl = 0; in x25_state3_machine()
293 if (((x25->vl + x25->facilities.winsize_in) % modulus) == x25->vr) { in x25_state3_machine()
352 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.c383 x25->vl = x25->vr; in x25_check_rbuf()
/linux-3.4.99/drivers/net/tokenring/
Dsmctr.c3694 rmf->vl = SWAP_BYTES(rmf->vl); in smctr_process_rx_packet()
3883 rmf->vl = SWAP_BYTES(rmf->vl); in smctr_process_rx_packet()
3993 vlen = (signed short)rmf->vl - 4; in smctr_rcv_chg_param()
4078 vlen = (signed short)rmf->vl - 4; in smctr_rcv_init()
4152 vlen = (signed short)rmf->vl - 4; in smctr_rcv_tx_forward()
4209 vlen = (signed short)rmf->vl - 4; in smctr_rcv_rq_addr_state_attch()
4266 vlen = (signed short)rmf->vl - 4; in smctr_rcv_unknown()
4523 tmf->vl = 4; in smctr_send_dat()
4524 tmf->vl = SWAP_BYTES(tmf->vl); in smctr_send_dat()
4630 tmf->vl = 4; in smctr_send_lobe_media_test()
[all …]
/linux-3.4.99/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()
/linux-3.4.99/drivers/media/video/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-3.4.99/tools/perf/util/
Dprobe-finder.c1205 struct variable_list *vl; in collect_variables_cb() local
1209 vl = &af->vls[af->nvls - 1]; in collect_variables_cb()
1220 strlist__add(vl->vars, buf); in collect_variables_cb()
1235 struct variable_list *vl; in add_available_vars() local
1244 vl = &af->vls[af->nvls++]; in add_available_vars()
1248 pf->pev->point.retprobe, &vl->point); in add_available_vars()
1252 pr_debug("Probe point found: %s+%lu\n", vl->point.symbol, in add_available_vars()
1253 vl->point.offset); in add_available_vars()
1256 vl->vars = strlist__new(true, NULL); in add_available_vars()
1257 if (vl->vars == NULL) in add_available_vars()
[all …]
Dprobe-event.c521 struct variable_list *vls = NULL, *vl; in show_available_vars_at() local
538 vl = &vls[i]; in show_available_vars_at()
543 fprintf(stdout, "\t@<%s+%lu>\n", vl->point.symbol, in show_available_vars_at()
544 vl->point.offset); in show_available_vars_at()
545 free(vl->point.symbol); in show_available_vars_at()
547 if (vl->vars) { in show_available_vars_at()
548 strlist__for_each(node, vl->vars) { in show_available_vars_at()
555 strlist__delete(vl->vars); in show_available_vars_at()
/linux-3.4.99/drivers/infiniband/hw/qib/
Dqib_mad.h176 u8 vl; /* Only low 4 bits, upper 4 bits reserved */ member
Dqib_iba7322.c4055 struct ib_vl_weight_elem *vl) in get_vl_weights() argument
4059 for (i = 0; i < 16; i++, regno++, vl++) { in get_vl_weights()
4062 vl->vl = (val >> SYM_LSB(LowPriority0_0, VirtualLane)) & in get_vl_weights()
4064 vl->weight = (val >> SYM_LSB(LowPriority0_0, Weight)) & in get_vl_weights()
4070 struct ib_vl_weight_elem *vl) in set_vl_weights() argument
4074 for (i = 0; i < 16; i++, regno++, vl++) { in set_vl_weights()
4077 val = ((vl->vl & SYM_RMASK(LowPriority0_0, VirtualLane)) << in set_vl_weights()
4079 ((vl->weight & SYM_RMASK(LowPriority0_0, Weight)) << in set_vl_weights()
6603 u8 srate, u8 vl) in qib_7322_setpbc_control() argument
6612 if (vl == 15) in qib_7322_setpbc_control()
[all …]
/linux-3.4.99/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-3.4.99/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()

12