Home
last modified time | relevance | path

Searched refs:pl (Results 1 – 25 of 475) sorted by relevance

12345678910>>...19

/openbmc/linux/net/ceph/
H A Dpagelist.c13 pl = kmalloc(sizeof(*pl), gfp_flags); in ceph_pagelist_alloc()
14 if (!pl) in ceph_pagelist_alloc()
19 pl->length = 0; in ceph_pagelist_alloc()
20 pl->room = 0; in ceph_pagelist_alloc()
25 return pl; in ceph_pagelist_alloc()
50 kfree(pl); in ceph_pagelist_release()
80 memcpy(pl->mapped_tail + (pl->length & ~PAGE_MASK), in ceph_pagelist_append()
91 memcpy(pl->mapped_tail + (pl->length & ~PAGE_MASK), buf, len); in ceph_pagelist_append()
93 pl->room -= len; in ceph_pagelist_append()
139 c->pl = pl; in ceph_pagelist_set_cursor()
[all …]
/openbmc/linux/drivers/gpu/drm/bridge/imx/
H A Dimx8qxp-pixel-link.c48 pl->dc_id, pl->stream_id, ret); in imx8qxp_pixel_link_enable_mst_en()
60 pl->dc_id, pl->stream_id, ret); in imx8qxp_pixel_link_enable_mst_vld()
72 pl->dc_id, pl->stream_id, ret); in imx8qxp_pixel_link_enable_sync()
84 pl->dc_id, pl->stream_id, ret); in imx8qxp_pixel_link_disable_mst_en()
98 pl->dc_id, pl->stream_id, ret); in imx8qxp_pixel_link_disable_mst_vld()
112 pl->dc_id, pl->stream_id, ret); in imx8qxp_pixel_link_disable_sync()
122 pl->sink_rsc, pl->mst_addr_ctrl, in imx8qxp_pixel_link_set_mst_addr()
127 pl->dc_id, pl->stream_id, pl->mst_addr, ret); in imx8qxp_pixel_link_set_mst_addr()
336 pl = devm_kzalloc(dev, sizeof(*pl), GFP_KERNEL); in imx8qxp_pixel_link_bridge_probe()
337 if (!pl) in imx8qxp_pixel_link_bridge_probe()
[all …]
/openbmc/linux/drivers/net/phy/
H A Dphylink.c825 phylink_validate(pl, pl->supported, &pl->link_config); in phylink_parse_fixedlink()
984 if (phylink_validate(pl, pl->supported, &pl->link_config)) { in phylink_parse_mode()
1107 pl->mac_ops->mac_config(pl->config, pl->cur_link_an_mode, &st); in phylink_mac_config()
1199 err = pl->mac_ops->mac_finish(pl->config, pl->cur_link_an_mode, in phylink_major_config()
1386 pl->mac_ops->mac_link_up(pl->config, pl->phydev, pl->cur_link_an_mode, in phylink_link_up()
1406 pl->mac_ops->mac_link_down(pl->config, pl->cur_link_an_mode, in phylink_link_down()
1660 phylink_validate(pl, pl->supported, &pl->link_config); in phylink_create()
2146 free_irq(pl->link_irq, pl); in phylink_stop()
2979 if (!pl->sfp_bus && pl->phydev) in phylink_speed_down()
3137 pl->link_port = pl->sfp_port; in phylink_sfp_config_phy()
[all …]
/openbmc/linux/lib/
H A Dflex_proportions.c92 pl->events = 0; in fprop_local_init_single()
93 pl->period = 0; in fprop_local_init_single()
109 if (pl->period == period) in fprop_reflect_period_single()
119 pl->events >>= period - pl->period; in fprop_reflect_period_single()
121 pl->events = 0; in fprop_reflect_period_single()
122 pl->period = period; in fprop_reflect_period_single()
130 pl->events++; in __fprop_inc_single()
145 num = pl->events; in fprop_fraction_single()
175 pl->period = 0; in fprop_local_init_percpu()
192 if (pl->period == period) in fprop_reflect_period_percpu()
[all …]
/openbmc/linux/net/sctp/
H A Dtransport.c288 t->pl.probe_high = t->pl.probe_size; in sctp_transport_pl_send()
289 t->pl.probe_size = t->pl.pmtu; in sctp_transport_pl_send()
304 __func__, t, t->pl.state, t->pl.pmtu, t->pl.probe_size, t->pl.probe_high); in sctp_transport_pl_send()
311 __func__, t, t->pl.state, t->pl.pmtu, t->pl.probe_size, t->pl.probe_high); in sctp_transport_pl_recv()
313 t->pl.pmtu = t->pl.probe_size; in sctp_transport_pl_recv()
321 t->pl.pmtu = t->pl.probe_size; in sctp_transport_pl_recv()
328 t->pl.probe_size = min(t->pl.probe_size + SCTP_PL_BIG_STEP, in sctp_transport_pl_recv()
335 if (t->pl.probe_size >= t->pl.probe_high) { in sctp_transport_pl_recv()
339 t->pl.probe_size = t->pl.pmtu; in sctp_transport_pl_recv()
356 __func__, t, t->pl.state, t->pl.pmtu, t->pl.probe_size, pmtu); in sctp_transport_pl_toobig()
[all …]
/openbmc/linux/include/linux/ceph/
H A Dpagelist.h21 struct ceph_pagelist *pl; /* pagelist, for error checking */ member
28 extern void ceph_pagelist_release(struct ceph_pagelist *pl);
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,
45 return ceph_pagelist_append(pl, &ev, sizeof(ev)); in ceph_pagelist_encode_64()
50 return ceph_pagelist_append(pl, &ev, sizeof(ev)); in ceph_pagelist_encode_32()
55 return ceph_pagelist_append(pl, &ev, sizeof(ev)); in ceph_pagelist_encode_16()
59 return ceph_pagelist_append(pl, &v, 1); in ceph_pagelist_encode_8()
64 int ret = ceph_pagelist_encode_32(pl, len); in ceph_pagelist_encode_string()
[all …]
/openbmc/linux/include/linux/
H A Dflex_proportions.h56 int fprop_local_init_single(struct fprop_local_single *pl);
57 void fprop_local_destroy_single(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);
89 struct fprop_local_percpu *pl, int max_frac, long nr);
91 struct fprop_local_percpu *pl, unsigned long *numerator,
95 void fprop_inc_percpu(struct fprop_global *p, struct fprop_local_percpu *pl) in fprop_inc_percpu() argument
[all …]
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_qsort.c63 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; in yaffs_qsort() local
71 for (pl = pm; pl > (char *) a && cmp(pl - es, pl) > 0; in yaffs_qsort()
72 pl -= es) in yaffs_qsort()
73 yswap(pl, pl - es); in yaffs_qsort()
78 pl = (char *)a; in yaffs_qsort()
82 pl = med3(pl, pl + d, pl + 2 * d, cmp); in yaffs_qsort()
86 pm = med3(pl, pm, pn, cmp); in yaffs_qsort()
118 for (pl = pm; pl > (char *) a && cmp(pl - es, pl) > 0; in yaffs_qsort()
119 pl -= es) in yaffs_qsort()
120 yswap(pl, pl - es); in yaffs_qsort()
/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dhfi_platform_v4.c23 .pl[0] = {HFI_H264_PROFILE_BASELINE, HFI_H264_LEVEL_52},
24 .pl[1] = {HFI_H264_PROFILE_MAIN, HFI_H264_LEVEL_52},
25 .pl[2] = {HFI_H264_PROFILE_HIGH, HFI_H264_LEVEL_52},
75 .pl[0] = {HFI_VPX_PROFILE_MAIN, HFI_VPX_LEVEL_VERSION_0},
76 .pl[1] = {HFI_VPX_PROFILE_MAIN, HFI_VPX_LEVEL_VERSION_1},
77 .pl[2] = {HFI_VPX_PROFILE_MAIN, HFI_VPX_LEVEL_VERSION_2},
100 .pl[0] = {HFI_VP9_PROFILE_P0, 200},
101 .pl[1] = {HFI_VP9_PROFILE_P2_10B, 200},
127 .pl[1] = {HFI_MPEG2_PROFILE_MAIN, HFI_MPEG2_LEVEL_H14},
161 .pl[1] = {HFI_H264_PROFILE_MAIN, HFI_H264_LEVEL_52},
[all …]
H A Dhfi_platform_v6.c23 .pl[0] = {HFI_H264_PROFILE_BASELINE, HFI_H264_LEVEL_52},
24 .pl[1] = {HFI_H264_PROFILE_MAIN, HFI_H264_LEVEL_52},
25 .pl[2] = {HFI_H264_PROFILE_HIGH, HFI_H264_LEVEL_52},
75 .pl[0] = {HFI_VPX_PROFILE_MAIN, HFI_VPX_LEVEL_VERSION_0},
76 .pl[1] = {HFI_VPX_PROFILE_MAIN, HFI_VPX_LEVEL_VERSION_1},
77 .pl[2] = {HFI_VPX_PROFILE_MAIN, HFI_VPX_LEVEL_VERSION_2},
100 .pl[0] = {HFI_VP9_PROFILE_P0, 200},
101 .pl[1] = {HFI_VP9_PROFILE_P2_10B, 200},
127 .pl[1] = {HFI_MPEG2_PROFILE_MAIN, HFI_MPEG2_LEVEL_H14},
161 .pl[1] = {HFI_H264_PROFILE_MAIN, HFI_H264_LEVEL_52},
[all …]
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.c293 pl.fpfn = 0; in vmw_bo_pin_reserved()
294 pl.lpfn = 0; in vmw_bo_pin_reserved()
758 pl[n].fpfn = 0; in set_placement_list()
759 pl[n].lpfn = 0; in set_placement_list()
765 pl[n].fpfn = 0; in set_placement_list()
766 pl[n].lpfn = 0; in set_placement_list()
772 pl[n].fpfn = 0; in set_placement_list()
773 pl[n].lpfn = 0; in set_placement_list()
779 pl[n].fpfn = 0; in set_placement_list()
780 pl[n].lpfn = 0; in set_placement_list()
[all …]
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dnet-lib.pl.patch7 diff -Nru webmin-1.570.orig//net/net-lib.pl webmin-1.570/net/net-lib.pl
8 --- webmin-1.570.orig//net/net-lib.pl 2011-10-03 09:01:48.000000000 +0800
9 +++ webmin-1.570/net/net-lib.pl 2011-10-28 13:52:56.138873664 +0800
11 do "$gconfig{'os_type'}-9.1-ALL-lib.pl";
14 - do "$gconfig{'os_type'}-lib.pl";
15 + #do "$gconfig{'os_type'}-lib.pl";
16 + do "debian-linux-lib.pl";
/openbmc/openbmc/poky/meta/files/common-licenses/
H A Dpsutils7 epsffit.c epsffit.man extractres.man extractres.pl
8 fixdlsrps.man fixdlsrps.pl fixfmps.man fixfmps.pl
9 fixmacps.man fixmacps.pl fixpsditps.man fixpsditps.pl
10 fixpspps.man fixpspps.pl fixscribeps.man fixscribeps.pl
11 fixtpps.man fixtpps.pl fixwfwps.man fixwfwps.pl
12 fixwpps.man fixwpps.pl fixwwps.man fixwwps.pl
13 getafm getafm.man includeres.man includeres.pl
15 pserror.c pserror.h psmerge.man psmerge.pl
/openbmc/openbmc/poky/meta/recipes-core/ifupdown/files/
H A Ddefn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch18 defn2c.pl | 6 +++---
19 defn2man.pl | 6 +++---
22 diff --git a/defn2c.pl b/defn2c.pl
24 --- a/defn2c.pl
25 +++ b/defn2c.pl
39 diff --git a/defn2man.pl b/defn2man.pl
41 --- a/defn2man.pl
42 +++ b/defn2man.pl
/openbmc/linux/drivers/md/
H A Ddm-kcopyd.c222 pl = kmalloc(sizeof(*pl), gfp); in alloc_pl()
223 if (!pl) in alloc_pl()
228 kfree(pl); in alloc_pl()
232 return pl; in alloc_pl()
238 kfree(pl); in free_pl()
260 pl = next; in kcopyd_put_pages()
261 } while (pl); in kcopyd_put_pages()
300 while (pl) { in drop_pages()
303 pl = next; in drop_pages()
318 if (pl) in client_reserve_pages()
[all …]
/openbmc/qemu/hw/cxl/
H A Dcxl-events.c162 memcpy(&pl->records[nr], &entry->data, CXL_EVENT_RECORD_SIZE); in cxl_event_get_records()
167 pl->flags |= CXL_GET_EVENT_FLAG_MORE_RECORDS; in cxl_event_get_records()
171 pl->flags |= CXL_GET_EVENT_FLAG_OVERFLOW; in cxl_event_get_records()
173 pl->first_overflow_timestamp = in cxl_event_get_records()
175 pl->last_overflow_timestamp = in cxl_event_get_records()
179 pl->record_count = cpu_to_le16(nr); in cxl_event_get_records()
186 CXLClearEventPayload *pl) in cxl_event_clear_records() argument
193 log_type = pl->event_log; in cxl_event_clear_records()
212 for (nr = 0; entry && nr < pl->nr_recs; nr++) { in cxl_event_clear_records()
213 uint16_t handle = pl->handle[nr]; in cxl_event_clear_records()
[all …]
/openbmc/linux/arch/arm/boot/dts/unisoc/
H A Drda8810pl.dtsi12 compatible = "rda,8810pl";
43 compatible = "rda,8810pl-gpio";
58 compatible = "rda,8810pl-intc";
72 compatible = "rda,8810pl-timer";
80 compatible = "rda,8810pl-gpio";
91 compatible = "rda,8810pl-gpio";
102 compatible = "rda,8810pl-gpio";
120 compatible = "rda,8810pl-uart";
127 compatible = "rda,8810pl-uart";
134 compatible = "rda,8810pl-uart";
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/
H A Dnss-fix-incorrect-shebang-of-perl.patch13 nss/cmd/signver/examples/1/form.pl | 2 +-
14 nss/cmd/signver/examples/1/signedForm.pl | 2 +-
16 nss/coreconf/version.pl | 2 +-
22 diff --git a/nss/cmd/signver/examples/1/form.pl b/nss/cmd/signver/examples/1/form.pl
24 --- a/nss/cmd/signver/examples/1/form.pl
25 +++ b/nss/cmd/signver/examples/1/form.pl
32 diff --git a/nss/cmd/signver/examples/1/signedForm.pl b/nss/cmd/signver/examples/1/signedForm.pl
34 --- a/nss/cmd/signver/examples/1/signedForm.pl
52 diff --git a/nss/coreconf/version.pl b/nss/coreconf/version.pl
54 --- a/nss/coreconf/version.pl
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgk20a.c36 static u32 pl_to_div(u32 pl) in pl_to_div() argument
41 return _pl_to_div[pl]; in pl_to_div()
46 u32 pl; in div_to_pl() local
48 for (pl = 0; pl < ARRAY_SIZE(_pl_to_div) - 1; pl++) { in div_to_pl()
49 if (_pl_to_div[pl] >= div) in div_to_pl()
50 return pl; in div_to_pl()
111 u32 pl; in gk20a_pllg_calc_mnp() local
139 for (pl = low_pl; pl <= high_pl; pl++) { in gk20a_pllg_calc_mnp()
179 best_pl = pl; in gk20a_pllg_calc_mnp()
199 pll->pl = best_pl; in gk20a_pllg_calc_mnp()
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dbuildimport.py349 pl.optional=False
350 pl.save()
357 pl.optional=False
358 pl.save()
388 pl.save()
424 pl.optional=False
425 pl.save()
471 … release_name = 'None' if not pl.layercommit.release else pl.layercommit.release.name
472 …print(" BEFORE:ProjectLayer=%s,%s,%s,%s" % (pl.layercommit.layer.name,release_name,pl.layercommit.…
476 … release_name = 'None' if not pl.layercommit.release else pl.layercommit.release.name
[all …]
/openbmc/linux/kernel/bpf/
H A Dcgroup.c304 kfree(pl); in cgroup_bpf_release()
345 if (pl->prog) in prog_list_prog()
347 if (pl->link) in prog_list_prog()
661 if (pl) { in __cgroup_bpf_attach()
666 pl = kmalloc(sizeof(*pl), GFP_KERNEL); in __cgroup_bpf_attach()
667 if (!pl) { in __cgroup_bpf_attach()
719 kfree(pl); in __cgroup_bpf_attach()
877 if (pl->prog == prog && pl->link == link) in find_detach_entry()
878 return pl; in find_detach_entry()
920 if (pl->prog == prog && pl->link == link) in purge_effective_progs()
[all …]
/openbmc/linux/drivers/gpu/drm/radeon/
H A Drv770_dpm.c2187 pl = &ps->low; in rv7xx_parse_pplib_clock_info()
2239 eg_pi->ulv.pl = pl; in rv7xx_parse_pplib_clock_info()
2444 pl = &ps->low; in rv770_dpm_print_power_state()
2446 pl->sclk, pl->mclk, pl->vddc, pl->vddci); in rv770_dpm_print_power_state()
2449 pl->sclk, pl->mclk, pl->vddc, pl->vddci); in rv770_dpm_print_power_state()
2452 pl->sclk, pl->mclk, pl->vddc, pl->vddci); in rv770_dpm_print_power_state()
2456 pl->sclk, pl->mclk, pl->vddc); in rv770_dpm_print_power_state()
2459 pl->sclk, pl->mclk, pl->vddc); in rv770_dpm_print_power_state()
2462 pl->sclk, pl->mclk, pl->vddc); in rv770_dpm_print_power_state()
2489 current_index, pl->sclk, pl->mclk, pl->vddc, pl->vddci); in rv770_dpm_debugfs_print_current_performance_level()
[all …]
/openbmc/qemu/
H A D.gitpublish9 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
15 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
21 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
27 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
33 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
39 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
45 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
51 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A D0001-search-for-log-help-in-build-dir.patch10 makeman.pl | 2 +-
13 diff --git a/makeman.pl b/makeman.pl
15 --- a/makeman.pl
16 +++ b/makeman.pl
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A Dcrosscompile_nm.patch1 Modifies export-check.pl to use look for $ENV{'NM'} before
9 export-check.pl | 7 ++++++-
12 Index: src/util/export-check.pl
14 --- src.orig/util/export-check.pl
15 +++ src/util/export-check.pl

12345678910>>...19