Searched refs:lh (Results 26 - 50 of 67) sorted by relevance

123

/linux-master/security/apparmor/include/
H A Dpolicy_unpack.h119 int aa_unpack(struct aa_loaddata *udata, struct list_head *lh, const char **ns);
/linux-master/drivers/dma/
H A Dfsldma.h191 #define to_fsl_desc(lh) container_of(lh, struct fsl_desc_sw, node)
/linux-master/net/atm/
H A Dbr2684.c126 struct list_head *lh; local
130 list_for_each(lh, &br2684_devs) {
131 net_dev = list_entry_brdev(lh);
137 list_for_each(lh, &br2684_devs) {
138 net_dev = list_entry_brdev(lh);
151 struct list_head *lh; local
160 list_for_each(lh, &br2684_devs) {
161 net_dev = list_entry_brdev(lh);
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_ipp.c481 struct drm_exynos_ipp_limit_val *lh = &l.h, *lv = &l.v; local
494 lh = &l.v;
497 if (!__size_limit_check(buf->rect.w, lh) ||
498 !__align_check(buf->rect.x, lh->align) ||
526 const struct drm_exynos_ipp_limit_val *lh, *lv; local
536 lh = (!swap) ? &limits->h : &limits->v;
541 if (!__scale_limit_check(src->w, dw, lh->min, lh->max) ||
/linux-master/fs/coda/
H A Dpsdev.c97 struct list_head *lh; local
148 list_for_each(lh, &vcp->vc_processing) {
149 tmp = list_entry(lh, struct upc_req , uc_chain);
/linux-master/arch/mips/kernel/
H A Dcps-vec-ns16550.S21 # define UART_L lh
/linux-master/fs/proc/
H A Dinode.c246 list_del(&pdeo->lh);
268 pdeo = list_first_entry(&de->pde_openers, struct pde_opener, lh);
535 list_add(&pdeo->lh, &pde->pde_openers);
562 list_for_each_entry(pdeo, &pde->pde_openers, lh) {
H A Dinternal.h211 struct list_head lh; member in struct:pde_opener
/linux-master/net/dccp/ccids/lib/
H A Dpacket_history.c298 * @lh: Loss Intervals database to update
301 * @calc_first_li: Caller-dependent computation of first loss interval in @lh
312 struct tfrc_loss_hist *lh,
328 is_new_loss = tfrc_lh_interval_add(lh, h, calc_first_li, sk);
311 tfrc_rx_handle_loss(struct tfrc_rx_hist *h, struct tfrc_loss_hist *lh, struct sk_buff *skb, const u64 ndp, u32 (*calc_first_li)(struct sock *), struct sock *sk) argument
/linux-master/arch/xtensa/lib/
H A Dmulsi3.S58 mula.aa.lh a2, a3
H A Dumulsidi3.S89 #define umul_aa_lh umul.aa.lh
/linux-master/arch/s390/mm/
H A Dpgtable.c568 struct list_head *lh = (struct list_head *) pgtable; local
574 INIT_LIST_HEAD(lh);
576 list_add(lh, (struct list_head *) pmd_huge_pte(mm, pmdp));
582 struct list_head *lh; local
590 lh = (struct list_head *) pgtable;
591 if (list_empty(lh))
594 pmd_huge_pte(mm, pmdp) = (pgtable_t) lh->next;
595 list_del(lh);
/linux-master/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c1407 struct list_head *lh = (struct list_head *) pgtable; local
1413 INIT_LIST_HEAD(lh);
1415 list_add(lh, (struct list_head *) pmd_huge_pte(mm, pmdp));
1423 struct list_head *lh; local
1429 lh = (struct list_head *) pgtable;
1430 if (list_empty(lh))
1433 pmd_huge_pte(mm, pmdp) = (pgtable_t) lh->next;
1434 list_del(lh);
/linux-master/fs/jfs/
H A Djfs_dtree.c3369 struct ldtentry *lh; local
3397 lh = (struct ldtentry *) & p->slot[si];
3398 si = lh->next;
3399 name = lh->name;
3400 namlen = lh->namlen;
3541 struct ldtentry *lh; local
3552 lh = (struct ldtentry *) & p->slot[si];
3553 si = lh->next;
3554 namlen = lh->namlen;
3555 name = lh
3604 struct ldtentry *lh = NULL; local
[all...]
/linux-master/drivers/scsi/
H A Dscsi_devinfo.c818 struct list_head *lh, *lh_next; local
829 list_for_each_safe(lh, lh_next, &devinfo_table->scsi_dev_info_list) {
832 devinfo = list_entry(lh, struct scsi_dev_info_list,
/linux-master/fs/gfs2/
H A Dlops.c422 struct gfs2_log_header_host lh; local
429 if (!__get_log_header(sdp, kaddr + offset, 0, &lh)) {
430 if (lh.lh_sequence >= head->lh_sequence)
431 *head = lh;
H A Dsuper.c334 struct gfs2_log_header_host lh; local
369 error = gfs2_find_jhead(jd, &lh, false);
372 if (!(lh.lh_flags & GFS2_LOG_HEAD_UNMOUNT)) {
/linux-master/net/bluetooth/
H A Dl2cap_core.c1097 struct l2cap_hdr *lh; local
1108 lh = skb_put(skb, L2CAP_HDR_SIZE);
1109 lh->len = cpu_to_le16(hlen - L2CAP_HDR_SIZE);
1110 lh->cid = cpu_to_le16(chan->dcid);
2220 struct l2cap_hdr *lh; local
2233 lh = skb_put(skb, L2CAP_HDR_SIZE);
2234 lh->cid = cpu_to_le16(chan->dcid);
2235 lh->len = cpu_to_le16(len + L2CAP_PSMLEN_SIZE);
2252 struct l2cap_hdr *lh; local
2264 lh
2283 struct l2cap_hdr *lh; local
2403 struct l2cap_hdr *lh; local
2918 struct l2cap_hdr *lh; local
6759 struct l2cap_hdr *lh = (void *) skb->data; local
[all...]
/linux-master/include/linux/
H A Dnetdevice.h3017 #define net_device_entry(lh) list_entry(lh, struct net_device, dev_list)
3024 struct list_head *lh; local
3028 lh = dev->dev_list.next;
3029 return lh == &net->dev_base_head ? NULL : net_device_entry(lh);
3034 struct list_head *lh; local
3038 lh = rcu_dereference(list_next_rcu(&dev->dev_list));
3039 return lh == &net->dev_base_head ? NULL : net_device_entry(lh);
3050 struct list_head *lh = rcu_dereference(list_next_rcu(&net->dev_base_head)); local
[all...]
/linux-master/net/ipv6/
H A Daf_inet6.c754 struct list_head *lh; local
770 list_for_each(lh, &inetsw6[p->type]) {
771 answer = list_entry(lh, struct inet_protosw, list);
777 last_perm = lh;
/linux-master/fs/
H A Dexec.c90 insert ? list_add(&fmt->lh, &formats) :
91 list_add_tail(&fmt->lh, &formats);
100 list_del(&fmt->lh);
159 list_for_each_entry(fmt, &formats, lh) {
1773 list_for_each_entry(fmt, &formats, lh) {
/linux-master/block/partitions/
H A Dldm.c1397 * @lh: Head of a linked list of struct vblk
1403 static void ldm_free_vblks (struct list_head *lh) argument
1407 BUG_ON (!lh);
1409 list_for_each_safe (item, tmp, lh)
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c835 struct list_head *lh; local
843 lh = (struct list_head *) target->pipe.htc_packet_pool;
844 packet->list.next = lh;
/linux-master/security/apparmor/
H A Dpolicy_unpack.c1392 * @lh: list to place unpacked profiles in a aa_repl_ws
1396 * @lh in order of discovery, with the list chain stored in base.list
1399 * Returns: profile(s) on @lh else error pointer if fails to unpack
1401 int aa_unpack(struct aa_loaddata *udata, struct list_head *lh, argument
1447 list_add_tail(&ent->list, lh);
1471 list_for_each_entry_safe(ent, tmp, lh, list) {
/linux-master/arch/mips/include/asm/
H A Dasm-eva.h24 #define kernel_lh(reg, addr) "lh " reg ", " addr "\n"
111 #define kernel_lh(reg, addr) lh reg, addr

Completed in 303 milliseconds

123