Searched refs:pl (Results 1 – 9 of 9) sorted by relevance
| /include/linux/ceph/ |
| A D | pagelist.h | 22 extern void ceph_pagelist_release(struct ceph_pagelist *pl); 26 extern int ceph_pagelist_reserve(struct ceph_pagelist *pl, size_t space); 28 extern int ceph_pagelist_free_reserve(struct ceph_pagelist *pl); 33 return ceph_pagelist_append(pl, &ev, sizeof(ev)); in ceph_pagelist_encode_64() 38 return ceph_pagelist_append(pl, &ev, sizeof(ev)); in ceph_pagelist_encode_32() 43 return ceph_pagelist_append(pl, &ev, sizeof(ev)); in ceph_pagelist_encode_16() 45 static inline int ceph_pagelist_encode_8(struct ceph_pagelist *pl, u8 v) in ceph_pagelist_encode_8() argument 47 return ceph_pagelist_append(pl, &v, 1); in ceph_pagelist_encode_8() 49 static inline int ceph_pagelist_encode_string(struct ceph_pagelist *pl, in ceph_pagelist_encode_string() argument 52 int ret = ceph_pagelist_encode_32(pl, len); in ceph_pagelist_encode_string() [all …]
|
| /include/linux/ |
| A D | flex_proportions.h | 52 int fprop_local_init_percpu(struct fprop_local_percpu *pl, gfp_t gfp); 53 void fprop_local_destroy_percpu(struct fprop_local_percpu *pl); 54 void __fprop_add_percpu(struct fprop_global *p, struct fprop_local_percpu *pl, 57 struct fprop_local_percpu *pl, int max_frac, long nr); 59 struct fprop_local_percpu *pl, unsigned long *numerator, 63 void fprop_inc_percpu(struct fprop_global *p, struct fprop_local_percpu *pl) in fprop_inc_percpu() argument 68 __fprop_add_percpu(p, pl, 1); in fprop_inc_percpu()
|
| A D | phylink.h | 699 bool phylink_expects_phy(struct phylink *pl); 703 int phylink_fwnode_phy_connect(struct phylink *pl, 713 int phylink_pcs_pre_init(struct phylink *pl, struct phylink_pcs *pcs); 721 void phylink_suspend(struct phylink *pl, bool mac_wol); 722 void phylink_prepare_resume(struct phylink *pl); 723 void phylink_resume(struct phylink *pl); 741 int phylink_speed_down(struct phylink *pl, bool sync); 742 int phylink_speed_up(struct phylink *pl);
|
| A D | dm-io.h | 45 struct page_list *pl; member
|
| /include/net/sctp/ |
| A D | sctp.h | 629 if (t->pl.state == SCTP_PL_DISABLED) { in sctp_transport_pl_reset() 630 t->pl.state = SCTP_PL_BASE; in sctp_transport_pl_reset() 631 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_reset() 632 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_reset() 636 if (t->pl.state != SCTP_PL_DISABLED) { in sctp_transport_pl_reset() 639 t->pl.state = SCTP_PL_DISABLED; in sctp_transport_pl_reset() 646 if (t->pl.state == SCTP_PL_DISABLED) in sctp_transport_pl_update() 649 t->pl.state = SCTP_PL_BASE; in sctp_transport_pl_update() 650 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_update() 651 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_update() [all …]
|
| A D | structs.h | 991 } pl; /* plpmtud related */ member
|
| /include/acpi/ |
| A D | acoutput.h | 441 #define ACPI_DEBUG_PRINT(pl) argument 442 #define ACPI_DEBUG_PRINT_RAW(pl) argument
|
| /include/net/ |
| A D | ieee802154_netdev.h | 255 const void *pl, unsigned int pl_len);
|
| A D | dsa.h | 299 struct phylink *pl; member
|
Completed in 30 milliseconds