Searched refs:pl (Results 1 - 4 of 4) sorted by relevance

/net/ceph/
H A Dpagelist.c8 static void ceph_pagelist_unmap_tail(struct ceph_pagelist *pl) argument
10 if (pl->mapped_tail) {
11 struct page *page = list_entry(pl->head.prev, struct page, lru);
13 pl->mapped_tail = NULL;
17 void ceph_pagelist_release(struct ceph_pagelist *pl) argument
19 if (!atomic_dec_and_test(&pl->refcnt))
21 ceph_pagelist_unmap_tail(pl);
22 while (!list_empty(&pl->head)) {
23 struct page *page = list_first_entry(&pl->head, struct page,
28 ceph_pagelist_free_reserve(pl);
33 ceph_pagelist_addpage(struct ceph_pagelist *pl) argument
53 ceph_pagelist_append(struct ceph_pagelist *pl, const void *buf, size_t len) argument
81 ceph_pagelist_reserve(struct ceph_pagelist *pl, size_t space) argument
100 ceph_pagelist_free_reserve(struct ceph_pagelist *pl) argument
115 ceph_pagelist_set_cursor(struct ceph_pagelist *pl, struct ceph_pagelist_cursor *c) argument
129 ceph_pagelist_truncate(struct ceph_pagelist *pl, struct ceph_pagelist_cursor *c) argument
[all...]
/net/irda/
H A Dparameters.c5 * Description: A more general way to handle (pi,pl,pv) parameters
85 p.pl = 0;
91 irda_param_pack(buf, "bb", p.pi, p.pl);
96 return 2; /* Inserted pl+2 bytes */
102 * Extracts a parameter without a pv field (pl=0)
112 irda_param_unpack(buf, "bb", &p.pi, &p.pl);
120 return 2; /* Extracted pl+2 bytes */
134 p.pl = type & PV_MASK; /* The integer type codes the length as well */
147 if (p.pl == 0) {
150 p.pl
[all...]
/net/sched/
H A Dact_csum.c382 unsigned int ixhl, unsigned int *pl)
400 *pl = ntohl(*(__be32 *)(xh + off + 2));
422 unsigned int pl; local
435 pl = ntohs(ip6h->payload_len);
453 !(tcf_csum_ipv6_hopopts(ip6xh, ixhl, &pl)))
461 hl, pl + sizeof(*ip6h)))
467 hl, pl + sizeof(*ip6h)))
473 pl + sizeof(*ip6h), 0))
479 pl + sizeof(*ip6h), 1))
381 tcf_csum_ipv6_hopopts(struct ipv6_opt_hdr *ip6xh, unsigned int ixhl, unsigned int *pl) argument
/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c743 struct ib_fast_reg_page_list *pl; local
754 pl = ib_alloc_fast_reg_page_list(xprt->sc_cm_id->device,
756 if (IS_ERR(pl))
760 frmr->page_list = pl;

Completed in 392 milliseconds