[go: nahoru, domu]

Searched defs:lh (Results 1 - 25 of 27) sorted by relevance

12

/drivers/staging/lustre/lustre/libcfs/
H A Dkernel_user_comm.c155 struct kuc_hdr lh; local
157 lh.kuc_magic = KUC_MAGIC;
158 lh.kuc_transport = KUC_TRANSPORT_GENERIC;
159 lh.kuc_msgtype = KUC_MSG_SHUTDOWN;
160 lh.kuc_msglen = sizeof(lh);
161 libcfs_kkuc_group_put(group, &lh);
/drivers/staging/lustre/lustre/mdc/
H A Dlproc_mdc.c90 struct kuc_hdr *lh; local
104 len = sizeof(*lh) + sizeof(*hal) + MTI_NAME_MAXLEN +
107 OBD_ALLOC(lh, len);
109 lh->kuc_magic = KUC_MAGIC;
110 lh->kuc_transport = KUC_TRANSPORT_HSM;
111 lh->kuc_msgtype = HMT_ACTION_LIST;
112 lh->kuc_msglen = len;
114 hal = (struct hsm_action_list *)(lh + 1);
133 rc = libcfs_kkuc_group_put(KUC_GRP_HSM, lh);
137 rc = libcfs_kkuc_msg_put(fp, lh);
[all...]
H A Dmdc_request.c1529 struct kuc_hdr *lh = (struct kuc_hdr *)buf; local
1533 lh->kuc_magic = KUC_MAGIC;
1534 lh->kuc_transport = KUC_TRANSPORT_CHANGELOG;
1535 lh->kuc_flags = flags;
1536 lh->kuc_msgtype = CL_RECORD;
1537 lh->kuc_msglen = len;
1538 return lh;
1556 struct kuc_hdr *lh; local
1581 len = sizeof(*lh) + changelog_rec_size(&rec->cr) + rec->cr.cr_namelen;
1584 lh
2092 struct kuc_hdr *lh = (struct kuc_hdr *)val; local
[all...]
/drivers/infiniband/hw/mlx4/
H A Dcm.c417 struct list_head lh; local
422 INIT_LIST_HEAD(&lh);
447 list_splice_init(&dev->sriov.cm_list, &lh);
456 list_move_tail(&ent->list, &lh);
459 list_for_each_entry_safe(map, tmp_map, &lh, list) {
467 list_move_tail(&map->list, &lh);
474 list_for_each_entry_safe(map, tmp_map, &lh, list) {
/drivers/pci/pcie/aer/
H A Daer_inject.c133 struct list_head *lh = pci_bus_ops_list.next; local
134 list_del(lh);
135 bus_ops = list_entry(lh, struct pci_bus_ops, list);
/drivers/scsi/
H A Dscsi_devinfo.c832 struct list_head *lh, *lh_next; local
843 list_for_each_safe(lh, lh_next, &devinfo_table->scsi_dev_info_list) {
846 devinfo = list_entry(lh, struct scsi_dev_info_list,
/drivers/s390/block/
H A Ddcssblk.c45 struct list_head lh; member in struct:dcssblk_dev_info
61 struct list_head lh; member in struct:segment_info
91 list_for_each_entry_safe(entry, temp, &dev_info->seg_list, lh) {
92 list_del(&entry->lh);
116 list_for_each_entry(entry, &dcssblk_devices, lh)
137 list_for_each_entry(entry, &dcssblk_devices, lh) {
156 list_for_each_entry(dev_info, &dcssblk_devices, lh) {
157 list_for_each_entry(entry, &dev_info->seg_list, lh) {
175 list_for_each_entry(entry, &dev_info->seg_list, lh) {
194 list_for_each_entry(entry, &dev_info->seg_list, lh) {
[all...]
/drivers/staging/lustre/include/linux/lnet/
H A Dlib-lnet.h468 lnet_libhandle_t *lh);
470 lnet_res_lh_invalidate(lnet_libhandle_t *lh) argument
474 list_del(&lh->lh_hash_chain);
492 lnet_libhandle_t *lh; local
494 lh = lnet_res_lh_lookup(&the_lnet.ln_eq_container, handle->cookie);
495 if (lh == NULL)
498 return lh_entry(lh, lnet_eq_t, eq_lh);
511 lnet_libhandle_t *lh; local
515 lh = lnet_res_lh_lookup(the_lnet.ln_md_containers[cpt],
517 if (lh
527 lnet_libhandle_t *lh; local
552 lnet_libhandle_t *lh; local
[all...]
/drivers/block/drbd/
H A Ddrbd_debugfs.c252 struct drbd_device *device, struct list_head *lh,
257 list_for_each_entry(peer_req, lh, w.list) {
251 seq_print_peer_request(struct seq_file *m, struct drbd_device *device, struct list_head *lh, unsigned long now) argument
/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_opr_v5.c1481 static void s5p_mfc_cleanup_queue_v5(struct list_head *lh, struct vb2_queue *vq) argument
1486 while (!list_empty(lh)) {
1487 b = list_entry(lh->next, struct s5p_mfc_buf, list);
H A Ds5p_mfc_opr_v6.c1858 static void s5p_mfc_cleanup_queue_v6(struct list_head *lh, struct vb2_queue *vq) argument
1863 while (!list_empty(lh)) {
1864 b = list_entry(lh->next, struct s5p_mfc_buf, list);
/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c838 struct list_head *lh; local
846 lh = (struct list_head *) target->pipe.htc_packet_pool;
847 packet->list.next = lh;
/drivers/net/wireless/ath/wil6210/
H A Dwmi.c1208 struct list_head *lh; local
1211 while ((lh = next_wmi_ev(wil)) != NULL) {
1212 evt = list_entry(lh, struct pending_wmi_event, list);
/drivers/s390/scsi/
H A Dzfcp_fc.c595 static void zfcp_fc_validate_port(struct zfcp_port *port, struct list_head *lh) argument
606 list_move_tail(&port->list, lh);
/drivers/staging/lustre/lnet/lnet/
H A Dapi-ni.c575 lnet_libhandle_t *lh; local
584 list_for_each_entry(lh, head, lh_hash_chain) {
585 if (lh->lh_cookie == cookie)
586 return lh;
593 lnet_res_lh_initialize(struct lnet_res_container *rec, lnet_libhandle_t *lh) argument
599 lh->lh_cookie = rec->rec_lh_cookie;
602 hash = (lh->lh_cookie >> ibits) & LNET_LH_HASH_MASK;
604 list_add(&lh->lh_hash_chain, &rec->rec_lh_hash[hash]);
/drivers/staging/lustre/lustre/obdclass/
H A Dcl_object.c581 static unsigned cl_env_hops_hash(struct cfs_hash *lh, argument
H A Dgenops.c1788 struct kuc_hdr *lh = ((struct kuc_hdr *)p) - 1; local
1789 LASSERT(lh->kuc_magic == KUC_MAGIC);
1790 return lh;
1814 struct kuc_hdr *lh; local
1817 OBD_ALLOC(lh, len);
1818 if (lh == NULL)
1821 lh->kuc_magic = KUC_MAGIC;
1822 lh->kuc_transport = transport;
1823 lh->kuc_msgtype = type;
1824 lh
1833 struct kuc_hdr *lh = kuc_ptr(p); local
[all...]
/drivers/md/
H A Ddm-cache-policy-mq.c204 static struct list_head *list_pop(struct list_head *lh) argument
206 struct list_head *r = lh->next;
H A Ddm-snap.c1500 struct list_head *lh; local
1503 list_for_each_prev(lh, &s->out_of_order_list) {
1504 pe2 = list_entry(lh, struct dm_snap_pending_exception, out_of_order_entry);
1508 list_add(&pe->out_of_order_entry, lh);
/drivers/net/ethernet/freescale/
H A Ducc_geth.c192 static struct list_head *dequeue(struct list_head *lh) argument
197 if (!list_empty(lh)) {
198 struct list_head *node = lh->next;
/drivers/gpu/drm/
H A Ddrm_crtc.c1703 struct list_head *lh; local
1729 list_for_each(lh, &file_priv->fbs)
1752 list_for_each(lh, &dev->mode_config.crtc_list)
1755 list_for_each(lh, &dev->mode_config.connector_list)
1758 list_for_each(lh, &dev->mode_config.encoder_list)
/drivers/net/ethernet/altera/
H A Daltera_tse.h372 struct list_head lh; member in struct:tse_buffer
/drivers/staging/lustre/lustre/include/
H A Ddt_object.h458 struct lustre_handle *lh,
891 struct dt_object *o, struct lustre_handle *lh,
898 return o->do_ops->do_object_lock(env, o, lh, einfo, policy);
890 dt_object_lock(const struct lu_env *env, struct dt_object *o, struct lustre_handle *lh, struct ldlm_enqueue_info *einfo, void *policy) argument
/drivers/staging/lustre/lustre/obdecho/
H A Decho_client.c1164 struct lustre_handle lh = { 0 }; local
1191 rw == READ ? LCK_PR : LCK_PW, &lh.cookie,
1235 cl_echo_cancel0(env, ed, lh.cookie);
/drivers/s390/net/
H A Dqeth_core_main.c3247 struct list_head *lh; local
3281 list_for_each(lh, &card->qdio.in_buf_pool.entry_list)

Completed in 601 milliseconds

12