Searched refs:decode (Results 126 - 144 of 144) sorted by relevance

123456

/linux-master/fs/ceph/
H A Dsnap.c10 #include <linux/ceph/decode.h>
487 * helper to allocate and decode an array of snapids. free prior
1039 /* decode */
H A Dsuper.c26 #include <linux/ceph/decode.h>
H A Dxattr.c8 #include <linux/ceph/decode.h>
H A Dinode.c23 #include <linux/ceph/decode.h>
916 "can't decode symlink (%d). Content: %.*s\n",
H A Dcaps.c18 #include <linux/ceph/decode.h>
4348 /* decode */
H A Dmds_client.c23 #include <linux/ceph/decode.h>
519 pr_err_client(cl, "unable to decode %.*s, got %d\n",
3025 * requests. While new cephs will decode the head depending the
4070 pr_err_client(cl, "decode error err=%d\n", err);
4120 /* decode */
4130 /* version >= 2 and < 5, decode metadata, skip otherwise
5103 /* decode */
/linux-master/tools/perf/
H A Dbuiltin-script.c2022 char decode[100]; local
2027 perf_script__meminfo_scnprintf(decode, 100, &mi);
2029 len = scnprintf(out, 100, "%16" PRIx64 " %s", data_src, decode);
/linux-master/net/ceph/
H A Dmessenger.c25 #include <linux/ceph/decode.h>
H A Dmessenger_v1.c11 #include <linux/ceph/decode.h>
H A Dosdmap.c10 #include <linux/ceph/decode.h>
69 * decode crush map
619 dout("crush decode tunable choose_local_tries = %d\n",
621 dout("crush decode tunable choose_local_fallback_tries = %d\n",
623 dout("crush decode tunable choose_total_tries = %d\n",
628 dout("crush decode tunable chooseleaf_descend_once = %d\n",
633 dout("crush decode tunable chooseleaf_vary_r = %d\n",
642 dout("crush decode tunable chooseleaf_stable = %d\n",
1664 * decode a full map.
1815 * Allocate and decode
[all...]
H A Dmessenger_v2.c24 #include <linux/ceph/decode.h>
2217 pr_err("failed to decode banner payload\n");
2236 pr_err("failed to decode addr_for_me: %d\n", ret);
2284 pr_err("failed to decode hello\n");
2346 pr_err("failed to decode auth_bad_method\n");
2377 pr_err("failed to decode auth_reply_more\n");
2448 pr_err("failed to decode auth_done\n");
2498 pr_err("failed to decode auth_signature\n");
2521 pr_err("failed to decode server addrs: %d\n", ret);
2582 pr_err("failed to decode server_iden
[all...]
H A Dosd_client.c20 #include <linux/ceph/decode.h>
3796 pr_err("failed to decode MOSDOpReply for tid %llu: %d\n",
4546 pr_err("failed to decode MOSDBackoff: %d\n", ret);
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py79 return text.decode('ascii', 'ignore')
964 out = codecs.decode(base64.b64decode(data), 'zlib').decode()
969 out = base64.b64encode(codecs.encode(data.encode(), 'zlib')).decode()
5821 s = data[idx-1].decode('utf-8')
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_av1_req_lat_if.c132 * @err : err type for decode
134 * @timeout : decode timeout or not
642 * @state: status after decode done
1751 /* buffer full, need to re-decode */
2083 /* update remote vsi if decode timeout */
2085 mtk_vdec_err(ctx, "AV1 Frame %d decode timeout %d\n", pfc->seq, ret);
2094 /* LAT trans full, re-decode */
2102 /* LAT trans full, no more UBE or decode timeout */
2172 /* update remote vsi if decode timeout */
2206 .decode
[all...]
H A Dvdec_vp9_req_lat_if.c668 * decode state
1626 /* buffer full, need to re-decode */
2012 /* update remote vsi if decode timeout */
2014 mtk_vdec_err(ctx, "VP9 decode timeout %d\n", ret);
2023 mtk_vdec_err(ctx, "VP9 decode error: %d\n", ret);
2083 /* update remote vsi if decode timeout */
2085 mtk_vdec_err(ctx, "VP9 decode timeout %d pic %d\n", ret, pfc->seq);
2094 /* LAT trans full, no more UBE or decode timeout */
2096 mtk_vdec_err(ctx, "VP9 decode error: %d\n", ret);
2171 /* update remote vsi if decode timeou
[all...]
/linux-master/scripts/
H A Dcheckpatch.pl16 use Encode qw(decode encode);
2956 if (decode("MIME-Header", $line) =~ /^From:\s*(.*)/) {
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S2421 # decode and emulate the instruction. No FP exceptions can be pending #
13821 tst.b %d3 # decode new rmode for pten table
13824 bra.b rmode # exit decode
13829 bra.b rmode # exit decode
H A Dfpsp.S2422 # decode and emulate the instruction. No FP exceptions can be pending #
10992 # has been decoded. Flow continues here where we now decode
23861 tst.b %d3 # decode new rmode for pten table
23864 bra.b rmode # exit decode
23869 bra.b rmode # exit decode
/linux-master/drivers/block/
H A Drbd.c36 #include <linux/ceph/decode.h>
1947 * and current_state we decode our own object_map_update op, encoded in
3803 "failed to decode ResponseMessage: %d",
4428 rbd_warn(rbd_dev, "failed to decode NotifyMessage: %d",

Completed in 497 milliseconds

123456