Searched refs:pl (Results 1 – 8 of 8) sorted by relevance
/include/linux/ceph/ |
D | pagelist.h | 21 struct ceph_pagelist *pl; /* pagelist, for error checking */ member 28 extern void ceph_pagelist_release(struct ceph_pagelist *pl); 30 extern int ceph_pagelist_append(struct ceph_pagelist *pl, const void *d, size_t l); 32 extern int ceph_pagelist_reserve(struct ceph_pagelist *pl, size_t space); 34 extern int ceph_pagelist_free_reserve(struct ceph_pagelist *pl); 36 extern void ceph_pagelist_set_cursor(struct ceph_pagelist *pl, 39 extern int ceph_pagelist_truncate(struct ceph_pagelist *pl, 42 static inline int ceph_pagelist_encode_64(struct ceph_pagelist *pl, u64 v) in ceph_pagelist_encode_64() argument 45 return ceph_pagelist_append(pl, &ev, sizeof(ev)); in ceph_pagelist_encode_64() 47 static inline int ceph_pagelist_encode_32(struct ceph_pagelist *pl, u32 v) in ceph_pagelist_encode_32() argument [all …]
|
/include/linux/ |
D | flex_proportions.h | 56 int fprop_local_init_single(struct fprop_local_single *pl); 57 void fprop_local_destroy_single(struct fprop_local_single *pl); 58 void __fprop_inc_single(struct fprop_global *p, struct fprop_local_single *pl); 60 struct fprop_local_single *pl, unsigned long *numerator, 64 void fprop_inc_single(struct fprop_global *p, struct fprop_local_single *pl) in fprop_inc_single() argument 69 __fprop_inc_single(p, pl); in fprop_inc_single() 84 int fprop_local_init_percpu(struct fprop_local_percpu *pl, gfp_t gfp); 85 void fprop_local_destroy_percpu(struct fprop_local_percpu *pl); 86 void __fprop_inc_percpu(struct fprop_global *p, struct fprop_local_percpu *pl); 87 void __fprop_inc_percpu_max(struct fprop_global *p, struct fprop_local_percpu *pl, [all …]
|
D | phylink.h | 444 int phylink_fwnode_phy_connect(struct phylink *pl, 454 void phylink_suspend(struct phylink *pl, bool mac_wol); 455 void phylink_resume(struct phylink *pl); 474 int phylink_speed_down(struct phylink *pl, bool sync); 475 int phylink_speed_up(struct phylink *pl);
|
D | dm-io.h | 43 struct page_list *pl; member
|
/include/net/sctp/ |
D | sctp.h | 636 if (t->pl.state == SCTP_PL_DISABLED) { in sctp_transport_pl_reset() 637 t->pl.state = SCTP_PL_BASE; in sctp_transport_pl_reset() 638 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_reset() 639 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_reset() 643 if (t->pl.state != SCTP_PL_DISABLED) { in sctp_transport_pl_reset() 646 t->pl.state = SCTP_PL_DISABLED; in sctp_transport_pl_reset() 653 if (t->pl.state == SCTP_PL_DISABLED) in sctp_transport_pl_update() 656 t->pl.state = SCTP_PL_BASE; in sctp_transport_pl_update() 657 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_update() 658 t->pl.probe_size = SCTP_BASE_PLPMTU; in sctp_transport_pl_update() [all …]
|
D | structs.h | 994 } pl; /* plpmtud related */ member
|
/include/acpi/ |
D | acoutput.h | 436 #define ACPI_DEBUG_PRINT(pl) argument 437 #define ACPI_DEBUG_PRINT_RAW(pl) argument
|
/include/net/ |
D | dsa.h | 261 struct phylink *pl; member
|