| /linux/net/ceph/ |
| H A D | pagelist.c | 11 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 D | transport.c | 259 if (t->pl.probe_count < SCTP_MAX_PROBES) in sctp_transport_pl_send() 262 t->pl.probe_count = 0; in sctp_transport_pl_send() 263 if (t->pl.state == SCTP_PL_BASE) { in sctp_transport_pl_send() 264 if (t->pl.probe_size == SCTP_BASE_PLPMTU) { /* BASE_PLPMTU Confirmation Failed */ in sctp_transport_pl_send() 265 t->pl.state = SCTP_PL_ERROR; /* Base -> Error */ in sctp_transport_pl_send() 267 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_send() 268 t->pathmtu = t->pl.pmtu + sctp_transport_pl_hlen(t); in sctp_transport_pl_send() 271 } else if (t->pl.state == SCTP_PL_SEARCH) { in sctp_transport_pl_send() 272 if (t->pl.pmtu == t->pl.probe_size) { /* Black Hole Detected */ in sctp_transport_pl_send() 273 t->pl.state = SCTP_PL_BASE; /* Search -> Base */ in sctp_transport_pl_send() [all …]
|
| /linux/lib/ |
| H A D | flex_proportions.c | 91 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 D | pagelist.h | 22 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 D | test_basic.sh | 29 "$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 D | test_adding_kernel.sh | 48 "$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 D | test_basic.sh | 34 "$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 D | rv770_dpm.c | 229 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 D | rv6xx_dpm.c | 1823 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 D | sumo_dpm.c | 545 struct sumo_pl *pl, u32 index) in sumo_program_power_level() argument 553 pl->sclk, false, ÷rs); 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 D | plusb.c | 3 * 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/md/ |
| H A D | dm-kcopyd.c | 220 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 D | rda8810pl.dtsi | 12 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 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()
|
| /linux/lib/crypto/x86/ |
| H A D | polyval-pclmul-avx.S | 31 #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 D | bisect.conf | 44 # 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 D | min-config.conf | 29 # 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/lib/crypto/arm64/ |
| H A D | polyval-ce-core.S | 54 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 D | iscsi_target_parameters.c | 149 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/net/ethtool/ |
| H A D | cmis_fw_update.c | 120 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()
|
| /linux/drivers/net/ethernet/intel/libie/ |
| H A D | rx.c | 23 #define LIBIE_RX_PT(oip, ofrag, tun, tp, tefr, iprot, pl) { \ argument 30 .payload_layer = LIBETH_RX_PT_PAYLOAD_##pl, \ 33 XDP_RSS_TYPE_##pl, \ 38 #define __LIBIE_RX_PT_L2(iprot, pl) \ argument 39 LIBIE_RX_PT(L2, NOT_FRAG, NONE, NONE, NOT_FRAG, iprot, pl)
|
| /linux/drivers/hwtracing/stm/ |
| H A D | dummy_stm.c | 23 u64 pl = 0; in dummy_stm_packet() local 26 pl = *(u64 *)payload; in dummy_stm_packet() 29 pl &= (1ull << (size * 8)) - 1; in dummy_stm_packet() 31 packet, size, pl); in dummy_stm_packet()
|
| /linux/Documentation/devicetree/bindings/timer/ |
| H A D | rda,8810pl-timer.yaml | 4 $id: http://devicetree.org/schemas/timer/rda,8810pl-timer.yaml# 14 const: rda,8810pl-timer 41 compatible = "rda,8810pl-timer";
|
| /linux/Documentation/devicetree/bindings/serial/ |
| H A D | rda,8810pl-uart.yaml | 4 $id: http://devicetree.org/schemas/serial/rda,8810pl-uart.yaml# 17 const: rda,8810pl-uart 41 compatible = "rda,8810pl-uart";
|
| /linux/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | rda,8810pl-intc.yaml | 4 $id: http://devicetree.org/schemas/interrupt-controller/rda,8810pl-intc.yaml# 17 const: rda,8810pl-intc 38 compatible = "rda,8810pl-intc";
|