Home
last modified time | relevance | path

Searched full:pl (Results 1 – 25 of 517) sorted by relevance

12345678910>>...21

/linux/drivers/net/phy/
H A Dphylink.c70 /* Serialize updates to pl->phydev with phylink_resolve() */
98 #define phylink_printk(level, pl, fmt, ...) \ argument
100 if ((pl)->config->type == PHYLINK_NETDEV) \
101 netdev_printk(level, (pl)->netdev, fmt, ##__VA_ARGS__); \
102 else if ((pl)->config->type == PHYLINK_DEV) \
103 dev_printk(level, (pl)->dev, fmt, ##__VA_ARGS__); \
106 #define phylink_err(pl, fmt, ...) \ argument
107 phylink_printk(KERN_ERR, pl, fmt, ##__VA_ARGS__)
108 #define phylink_warn(pl, fmt, ...) \ argument
109 phylink_printk(KERN_WARNING, pl, fmt, ##__VA_ARGS__)
[all …]
/linux/net/ceph/
H A Dpagelist.c11 struct ceph_pagelist *pl; in ceph_pagelist_alloc() local
13 pl = kmalloc(sizeof(*pl), gfp_flags); in ceph_pagelist_alloc()
14 if (!pl) in ceph_pagelist_alloc()
17 INIT_LIST_HEAD(&pl->head); in ceph_pagelist_alloc()
18 pl->mapped_tail = NULL; in ceph_pagelist_alloc()
19 pl->length = 0; in ceph_pagelist_alloc()
20 pl->room = 0; in ceph_pagelist_alloc()
21 INIT_LIST_HEAD(&pl->free_list); in ceph_pagelist_alloc()
22 pl->num_pages_free = 0; in ceph_pagelist_alloc()
23 refcount_set(&pl->refcnt, 1); in ceph_pagelist_alloc()
[all …]
/linux/net/sctp/
H A Dtransport.c268 if (t->pl.probe_count < SCTP_MAX_PROBES) in sctp_transport_pl_send()
271 t->pl.probe_count = 0; in sctp_transport_pl_send()
272 if (t->pl.state == SCTP_PL_BASE) { in sctp_transport_pl_send()
273 if (t->pl.probe_size == SCTP_BASE_PLPMTU) { /* BASE_PLPMTU Confirmation Failed */ in sctp_transport_pl_send()
274 t->pl.state = SCTP_PL_ERROR; /* Base -> Error */ in sctp_transport_pl_send()
276 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_send()
277 t->pathmtu = t->pl.pmtu + sctp_transport_pl_hlen(t); in sctp_transport_pl_send()
280 } else if (t->pl.state == SCTP_PL_SEARCH) { in sctp_transport_pl_send()
281 if (t->pl.pmtu == t->pl.probe_size) { /* Black Hole Detected */ in sctp_transport_pl_send()
282 t->pl.state = SCTP_PL_BASE; /* Search -> Base */ in sctp_transport_pl_send()
[all …]
/linux/lib/
H A Dflex_proportions.c91 int fprop_local_init_percpu(struct fprop_local_percpu *pl, gfp_t gfp) in fprop_local_init_percpu() argument
95 err = percpu_counter_init(&pl->events, 0, gfp); in fprop_local_init_percpu()
98 pl->period = 0; in fprop_local_init_percpu()
99 raw_spin_lock_init(&pl->lock); in fprop_local_init_percpu()
103 void fprop_local_destroy_percpu(struct fprop_local_percpu *pl) in fprop_local_destroy_percpu() argument
105 percpu_counter_destroy(&pl->events); in fprop_local_destroy_percpu()
109 struct fprop_local_percpu *pl) in fprop_reflect_period_percpu() argument
115 if (pl->period == period) in fprop_reflect_period_percpu()
117 raw_spin_lock_irqsave(&pl->lock, flags); in fprop_reflect_period_percpu()
118 /* Someone updated pl->period while we were spinning? */ in fprop_reflect_period_percpu()
[all …]
/linux/include/linux/ceph/
H A Dpagelist.h22 extern void ceph_pagelist_release(struct ceph_pagelist *pl);
24 extern int ceph_pagelist_append(struct ceph_pagelist *pl, const void *d, size_t l);
26 extern int ceph_pagelist_reserve(struct ceph_pagelist *pl, size_t space);
28 extern int ceph_pagelist_free_reserve(struct ceph_pagelist *pl);
30 static inline int ceph_pagelist_encode_64(struct ceph_pagelist *pl, u64 v) in ceph_pagelist_encode_64() argument
33 return ceph_pagelist_append(pl, &ev, sizeof(ev)); in ceph_pagelist_encode_64()
35 static inline int ceph_pagelist_encode_32(struct ceph_pagelist *pl, u32 v) in ceph_pagelist_encode_32() argument
38 return ceph_pagelist_append(pl, &ev, sizeof(ev)); in ceph_pagelist_encode_32()
40 static inline int ceph_pagelist_encode_16(struct ceph_pagelist *pl, u16 v) in ceph_pagelist_encode_16() argument
43 return ceph_pagelist_append(pl, &ev, sizeof(ev)); in ceph_pagelist_encode_16()
[all …]
/linux/tools/perf/tests/shell/base_report/
H A Dtest_basic.sh29 "$DIR_PATH/../common/check_all_patterns_found.pl" \
33 "$DIR_PATH/../common/check_all_patterns_found.pl" \
38 "$DIR_PATH/../common/check_all_patterns_found.pl" \
43 "$DIR_PATH/../common/check_all_patterns_found.pl" \
48 "$DIR_PATH/../common/check_all_patterns_found.pl" \
53 "$DIR_PATH/../common/check_all_patterns_found.pl" \
58 "$DIR_PATH/../common/check_no_patterns_found.pl" \
79 "$DIR_PATH/../common/check_all_patterns_found.pl" \
83 "$DIR_PATH/../common/check_errors_whitelisted.pl" \
99 "$DIR_PATH/../common/check_all_patterns_found.pl" \
[all …]
/linux/tools/perf/tests/shell/base_probe/
H A Dtest_adding_kernel.sh48 "$DIR_PATH/../common/check_all_patterns_found.pl" \
64 "$DIR_PATH/../common/check_all_lines_matched.pl" \
80 "$DIR_PATH/../common/check_all_patterns_found.pl" \
104 "$DIR_PATH/../common/check_all_lines_matched.pl" \
108 "$DIR_PATH/../common/check_all_patterns_found.pl" \
123 "$DIR_PATH/../common/check_all_lines_matched.pl" \
137 "$DIR_PATH/../common/check_all_lines_matched.pl" \
153 "$DIR_PATH/../common/check_all_patterns_found.pl" \
172 "$DIR_PATH/../common/check_all_patterns_found.pl" \
184 "$DIR_PATH/../common/check_all_patterns_found.pl" \
[all …]
H A Dtest_basic.sh34 "$DIR_PATH/../common/check_all_patterns_found.pl" \
39 "$DIR_PATH/../common/check_all_patterns_found.pl" \
43 "$DIR_PATH/../common/check_all_patterns_found.pl" \
47 "$DIR_PATH/../common/check_all_patterns_found.pl" \
51 "$DIR_PATH/../common/check_no_patterns_found.pl" \
67 "$DIR_PATH/../common/check_all_patterns_found.pl" \
/linux/drivers/gpu/drm/radeon/
H A Drv770_dpm.c229 struct rv7xx_pl *pl) in rv770_get_seq_value() argument
231 return (pl->flags & ATOM_PPLIB_R600_FLAGS_LOWPOWER) ? in rv770_get_seq_value()
616 struct rv7xx_pl *pl, in rv770_convert_power_level_to_smc() argument
624 ((pl->flags & ATOM_PPLIB_R600_FLAGS_PCIEGEN2) ? 1 : 0) : 0; in rv770_convert_power_level_to_smc()
625 level->gen2XSP = (pl->flags & ATOM_PPLIB_R600_FLAGS_PCIEGEN2) ? 1 : 0; in rv770_convert_power_level_to_smc()
626 level->backbias = (pl->flags & ATOM_PPLIB_R600_FLAGS_BACKBIASENABLE) ? 1 : 0; in rv770_convert_power_level_to_smc()
630 ret = rv740_populate_sclk_value(rdev, pl->sclk, in rv770_convert_power_level_to_smc()
633 ret = rv730_populate_sclk_value(rdev, pl->sclk, in rv770_convert_power_level_to_smc()
636 ret = rv770_populate_sclk_value(rdev, pl->sclk, in rv770_convert_power_level_to_smc()
643 if (pl->mclk <= pi->mclk_strobe_mode_threshold) in rv770_convert_power_level_to_smc()
[all …]
H A Drv6xx_dpm.c1823 struct rv6xx_pl *pl; in rv6xx_parse_pplib_clock_info() local
1827 pl = &ps->low; in rv6xx_parse_pplib_clock_info()
1830 pl = &ps->medium; in rv6xx_parse_pplib_clock_info()
1834 pl = &ps->high; in rv6xx_parse_pplib_clock_info()
1843 pl->mclk = mclk; in rv6xx_parse_pplib_clock_info()
1844 pl->sclk = sclk; in rv6xx_parse_pplib_clock_info()
1845 pl->vddc = le16_to_cpu(clock_info->r600.usVDDC); in rv6xx_parse_pplib_clock_info()
1846 pl->flags = le32_to_cpu(clock_info->r600.ulFlags); in rv6xx_parse_pplib_clock_info()
1849 if (pl->vddc == 0xff01) { in rv6xx_parse_pplib_clock_info()
1851 pl->vddc = vddc; in rv6xx_parse_pplib_clock_info()
[all …]
H A Dsumo_dpm.c545 struct sumo_pl *pl, u32 index) in sumo_program_power_level() argument
553 pl->sclk, false, &dividers); in sumo_program_power_level()
559 sumo_set_vid(rdev, index, pl->vddc_index); in sumo_program_power_level()
561 if (pl->ss_divider_index == 0 || pl->ds_divider_index == 0) { in sumo_program_power_level()
565 sumo_set_ss_dividers(rdev, index, pl->ss_divider_index); in sumo_program_power_level()
566 sumo_set_ds_dividers(rdev, index, pl->ds_divider_index); in sumo_program_power_level()
572 sumo_set_allos_gnb_slow(rdev, index, pl->allow_gnb_slow); in sumo_program_power_level()
575 sumo_set_tdp_limit(rdev, index, pl->sclk_dpm_tdp_limit); in sumo_program_power_level()
1433 struct sumo_pl *pl = &ps->levels[index]; in sumo_parse_pplib_clock_info() local
1438 pl->sclk = sclk; in sumo_parse_pplib_clock_info()
[all …]
/linux/drivers/net/usb/
H A Dplusb.c3 * PL-2301/2302 USB host-to-host link cables
21 * Prolific PL-2301/PL-2302 driver ... http://www.prolific.com.tw/
85 .description = "Prolific PL-2301/PL-2302/PL-25A1/PL-27A1",
87 /* some PL-2302 versions seem to fail usb_set_interface() */
103 USB_DEVICE(0x067b, 0x0000), // PL-2301
106 USB_DEVICE(0x067b, 0x0001), // PL-2302
112 USB_DEVICE(0x067b, 0x25a1), /* PL-25A1, no eeprom */
115 USB_DEVICE(0x050d, 0x258a), /* Belkin F5U258/F5U279 (PL-25A1) */
127 USB_DEVICE(0x067b, 0x27a1), /* PL-27A1, no eeprom
152 MODULE_DESCRIPTION("Prolific PL-2301/2302/25A1/27A1 USB Host to Host Link Driver");
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgk20a.c32 /* PL: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 */
36 static u32 pl_to_div(u32 pl) in pl_to_div() argument
38 if (pl >= ARRAY_SIZE(_pl_to_div)) in pl_to_div()
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()
73 pll->pl = (val >> GPCPLL_COEFF_P_SHIFT) & MASK(GPCPLL_COEFF_P_WIDTH); in gk20a_pllg_read_mnp()
84 val |= (pll->pl & MASK(GPCPLL_COEFF_P_WIDTH)) << GPCPLL_COEFF_P_SHIFT; in gk20a_pllg_write_mnp()
[all …]
/linux/kernel/bpf/
H A Dcgroup.c318 struct bpf_prog_list *pl; in cgroup_bpf_release()
321 hlist_for_each_entry_safe(pl, pltmp, progs, node) { in cgroup_bpf_release()
322 hlist_del(&pl->node); in cgroup_bpf_release()
323 if (pl->prog) { in cgroup_bpf_release()
324 if (pl->prog->expected_attach_type == BPF_LSM_CGROUP) in cgroup_bpf_release()
325 bpf_trampoline_unlink_cgroup_shim(pl->prog); in cgroup_bpf_release()
326 bpf_prog_put(pl->prog); in cgroup_bpf_release()
328 if (pl->link) { in cgroup_bpf_release()
329 if (pl->link->link.prog->expected_attach_type == BPF_LSM_CGROUP) in cgroup_bpf_release()
330 bpf_trampoline_unlink_cgroup_shim(pl in cgroup_bpf_release()
319 struct bpf_prog_list *pl; cgroup_bpf_release() local
373 prog_list_prog(struct bpf_prog_list * pl) prog_list_prog() argument
387 struct bpf_prog_list *pl; prog_list_length() local
439 struct bpf_prog_list *pl; compute_effective_progs() local
629 struct bpf_prog_list *pl; find_attach_entry() local
687 struct bpf_prog_list *pltmp, *pl = ERR_PTR(-EINVAL); get_prog_list() local
751 insert_pl_to_hlist(struct bpf_prog_list * pl,struct hlist_head * progs,struct bpf_prog * prog,struct bpf_cgroup_link * link,u32 flags,u32 id_or_fd) insert_pl_to_hlist() argument
798 struct bpf_prog_list *pl; __cgroup_bpf_attach() local
932 struct bpf_prog_list *pl; replace_effective_prog() local
983 struct bpf_prog_list *pl; __cgroup_bpf_replace() local
1041 struct bpf_prog_list *pl; find_detach_entry() local
1084 struct bpf_prog_list *pl; purge_effective_progs() local
1142 struct bpf_prog_list *pl; __cgroup_bpf_detach() local
1282 struct bpf_prog_list *pl; __cgroup_bpf_query() local
[all...]
/linux/drivers/md/
H A Ddm-kcopyd.c220 struct page_list *pl; in alloc_pl() local
222 pl = kmalloc(sizeof(*pl), gfp); in alloc_pl()
223 if (!pl) in alloc_pl()
226 pl->page = alloc_page(gfp | __GFP_HIGHMEM); in alloc_pl()
227 if (!pl->page) { in alloc_pl()
228 kfree(pl); in alloc_pl()
232 return pl; in alloc_pl()
235 static void free_pl(struct page_list *pl) in free_pl() argument
237 __free_page(pl->page); in free_pl()
238 kfree(pl); in free_pl()
[all …]
/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";
/linux/include/linux/
H A Dflex_proportions.h52 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()
/linux/arch/x86/crypto/
H A Dpolyval-clmulni_asm.S31 #define PL %xmm8 macro
117 * the result in PL, PH.
118 * [PH : PL] = [HI_1 : HI_0 + MI_1 : LO_1 + MI_0 : LO_0]
121 vpslldq $8, MI, PL
123 pxor LO, PL
128 * Computes the 128-bit reduction of PH : PL. Stores the result in dest.
133 * We have a 256-bit polynomial PH : PL = P_3 : P_2 : P_1 : P_0 that is the
166 vpclmulqdq $0x00, PL, GSTAR, TMP_XMM # TMP_XMM = T_1 : T_0 = P_0 * g*(x)
168 pxor PL, TMP_XMM # TMP_XMM = P_1 + T_0 : P_0 + T_1
180 * (m_0 + REDUCE(PL, PH))h^8 + ... + m_7h^1.
[all …]
/linux/tools/testing/ktest/examples/include/
H A Dbisect.conf44 # it in the directory we called ktest.pl from and named it
48 # build or boot fails, ktest.pl will do a 'git bisect skip'.
54 # Set BISECT_REPLAY to /tmp/replay and ktest.pl will run the
59 # By setting BISECT_START to a new commit. ktest.pl will checkout
64 # Now if you don't trust ktest.pl to make the decisions for you, then
65 # set BISECT_MANUAL to 1. This will cause ktest.pl not to decide
70 # ktest if you think it was good or not and ktest.pl will continue
H A Dmin-config.conf29 # that ktest.pl found would not boot the target without them set.
30 # The config-new-min holds configs that ktest.pl could not test
40 # modifying this config, ktest.pl will notice that the config-new-min(-net)
42 # The USE_OUTPUT_MIN_CONFIG is set to 1 to keep ktest.pl from asking
44 # By using the OUTPUT_MIN_CONFIG as the starting point will allow ktest.pl to
/linux/arch/arm64/crypto/
H A Dpolyval-ce-core.S54 PL .req v16 label
130 * the result in PL, PH.
131 * [PH : PL] =
149 // PL = [HI_0 + MI_0 + LO_1 + LO_0 : LO_0]
150 ext PL.16b, LO.16b, v4.16b, #8
154 * Computes the 128-bit reduction of PH : PL. Stores the result in dest.
159 * We have a 256-bit polynomial PH : PL = P_3 : P_2 : P_1 : P_0 that is the
195 pmull TMP_V.1q, PL.1d, GSTAR.1d
199 eor TMP_V.16b, PL.16b, TMP_V.16b
213 * (m_0 + REDUCE(PL, PH))h^8 + ... + m_7h^1.
[all …]
/linux/drivers/target/iscsi/
H A Discsi_target_parameters.c149 struct iscsi_param_list *pl; in iscsi_create_default_params() local
151 pl = kzalloc(sizeof(struct iscsi_param_list), GFP_KERNEL); in iscsi_create_default_params()
152 if (!pl) { in iscsi_create_default_params()
157 INIT_LIST_HEAD(&pl->param_list); in iscsi_create_default_params()
158 INIT_LIST_HEAD(&pl->extra_response_list); in iscsi_create_default_params()
171 param = iscsi_set_default_param(pl, AUTHMETHOD, INITIAL_AUTHMETHOD, in iscsi_create_default_params()
177 param = iscsi_set_default_param(pl, HEADERDIGEST, INITIAL_HEADERDIGEST, in iscsi_create_default_params()
183 param = iscsi_set_default_param(pl, DATADIGEST, INITIAL_DATADIGEST, in iscsi_create_default_params()
189 param = iscsi_set_default_param(pl, MAXCONNECTIONS, in iscsi_create_default_params()
196 param = iscsi_set_default_param(pl, SENDTARGETS, INITIAL_SENDTARGETS, in iscsi_create_default_params()
[all …]
/linux/mm/
H A Dpercpu-stats.c159 #define PL(X) \ in percpu_stats_show()
166 PL(unit_size); in percpu_stats_show()
167 PL(static_size); in percpu_stats_show()
168 PL(reserved_size); in percpu_stats_show()
169 PL(dyn_size); in percpu_stats_show()
170 PL(atom_size); in percpu_stats_show()
171 PL(alloc_size); in percpu_stats_show()
174 #undef PL in percpu_stats_show()
160 #define PL( percpu_stats_show() macro
/linux/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c66 u8 *pl = NULL; in ep11_kb_split() local
87 pl = (u8 *)kb + hdrsize; in ep11_kb_split()
94 *kbpl = pl; in ep11_kb_split()
109 struct ep11keyblob *pl = NULL; in ep11_kb_decode() local
131 pl = (struct ep11keyblob *)tmpp; in ep11_kb_decode()
139 *kbpl = pl; in ep11_kb_decode()
468 static int check_reply_pl(const u8 *pl, const char *func) in check_reply_pl() argument
474 if (*pl++ != 0x30) { in check_reply_pl()
480 if (*pl < 127) { in check_reply_pl()
481 len = *pl; in check_reply_pl()
[all …]
/linux/net/ethtool/
H A Dcmis_fw_update.c120 struct cmis_cdb_start_fw_download_pl pl = {}; in cmis_fw_update_start_download() local
125 pl.image_size = cpu_to_be32(fw_update->fw->size); in cmis_fw_update_start_download()
126 memcpy(pl.vendor_data, fw_update->fw->data, vendor_data_size); in cmis_fw_update_start_download()
133 (u8 *)&pl, lpl_len, NULL, 0, in cmis_fw_update_start_download()
176 struct cmis_cdb_write_fw_block_lpl_pl pl = { in cmis_fw_update_write_image_lpl() local
187 memcpy(pl.fw_block, &fw_update->fw->data[offset], block_size); in cmis_fw_update_write_image_lpl()
194 (u8 *)&pl, lpl_len, NULL, 0, in cmis_fw_update_write_image_lpl()
369 struct cmis_cdb_run_fw_image_pl pl = {0}; in cmis_fw_update_run_image() local
373 (u8 *)&pl, sizeof(pl), NULL, 0, in cmis_fw_update_run_image()

12345678910>>...21