| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | perf_asm.S | 141 blr %r1,%r0 ; branch to 8-instruction sequence 149 ; RDR 0 sequence 161 ; RDR 1 sequence 173 ; RDR 2 read sequence 185 ; RDR 3 read sequence 197 ; RDR 4 read sequence 209 ; RDR 5 read sequence 221 ; RDR 6 read sequence 233 ; RDR 7 read sequence 245 ; RDR 8 read sequence [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | modify_return.c | 13 static int sequence = 0; variable 20 sequence++; in BPF_PROG() 21 fentry_result = (sequence == 1); in BPF_PROG() 29 sequence++; in BPF_PROG() 31 fmod_ret_result = (sequence == 2 && ret == 0); in BPF_PROG() 39 sequence++; in BPF_PROG() 44 fexit_result = (sequence == 3 && ret == input_retval); in BPF_PROG() 46 fexit_result = (sequence == 3 && ret == 4); in BPF_PROG()
|
| /OK3568_Linux_fs/kernel/drivers/net/arcnet/ |
| H A D | rfc1201.c | 171 in->sequence, soft->split_flag, in rx() 172 soft->sequence); in rx() 173 lp->rfc1201.aborted_seq = soft->sequence; in rx() 179 in->sequence = soft->sequence; in rx() 256 soft->split_flag, in->sequence); in rx() 258 if (in->skb && in->sequence != soft->sequence) { in rx() 260 saddr, in->sequence, soft->sequence, in rx() 273 in->sequence, soft->split_flag, in rx() 274 soft->sequence); in rx() 279 in->sequence = soft->sequence; in rx() [all …]
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/ |
| H A D | libtraceevent-tseq.txt | 9 Initialize / destroy a trace sequence. 35 The _trace_seq_init()_ function initializes the trace sequence _s_. 37 The _trace_seq_destroy()_ function destroys the trace sequence _s_ and frees 40 The _trace_seq_reset()_ function re-initializes the trace sequence _s_. All 43 The _trace_seq_terminate()_ function terminates the trace sequence _s_. It puts 47 sequence _s_. 50 trace sequence _s_. 53 variable arguments _..._ in the trace sequence _s_. 56 list of arguments _args_ in the trace sequence _s_. 58 The _trace_seq_do_printf()_ function prints the buffer of trace sequence _s_ to [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/operator/ |
| H A D | sequence.hpp | 36 struct sequence : sequence_base<sequence<Elements>, Elements> struct 38 friend struct sequence_base<sequence<Elements>, Elements>; 40 sequence(Elements const& elements) in sequence() function 41 : sequence_base<sequence<Elements>, Elements>(elements) {} in sequence() 63 : make_nary_composite<Elements, sequence> 85 struct has_semantic_action<qi::sequence<Elements> > 91 struct handles_container<qi::sequence<Elements>, Attribute, Context
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | RawStreamProcUnit.cpp | 283 RawStreamProcUnit::match_lumadetect_map(uint32_t sequence, sint32_t &additional_times) in match_lumadetect_map() argument 289 if (iter->first < sequence) { in match_lumadetect_map() 293 } else if (iter->first == sequence) { in match_lumadetect_map() 301 __func__, sequence, iter->first); in match_lumadetect_map() 310 RawStreamProcUnit::match_globaltmostate_map(uint32_t sequence, bool &isHdrGlobalTmo) in match_globaltmostate_map() argument 316 if (iter->first < sequence) { in match_globaltmostate_map() 320 } else if (iter->first == sequence) { in match_globaltmostate_map() 328 __func__, sequence, iter->first); in match_globaltmostate_map() 336 RawStreamProcUnit::match_sof_timestamp_map(sint32_t sequence, uint64_t ×tamp) in match_sof_timestamp_map() argument 340 sint32_t search_id = sequence < 0 ? 0 : sequence; in match_sof_timestamp_map() [all …]
|
| H A D | CaptureRawData.h | 48 int detect_capture_raw_status(uint32_t sequence, bool first_trigger); 50 int dynamic_capture_raw(int i, uint32_t sequence, 75 … int dev_index, int sequence, int working_mode, SmartPtr<V4l2Device> dev); 77 int sequence, void* userptr, int size); 79 int len, int sequence); 86 bool set_value_to_file(const char* path, int value, uint32_t sequence = 0);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
| H A D | hwsq.h | 9 int sequence; member 13 int sequence; member 25 .sequence = 0, in hwsq_stride() 38 .sequence = 0, in hwsq_reg2() 51 .sequence = 0, in hwsq_reg() 69 ram->sequence++; in hwsq_init() 89 if (reg->sequence != ram->sequence) in hwsq_rd32() 99 reg->sequence = ram->sequence; in hwsq_wr32()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| H A D | ramfuc.h | 10 int sequence; member 14 int sequence; member 26 .sequence = 0, in ramfuc_stride() 38 .sequence = 0, in ramfuc_reg2() 50 .sequence = 0, in ramfuc_reg() 65 ram->sequence++; in ramfuc_init() 85 if (reg->sequence != ram->sequence) in ramfuc_rd32() 95 reg->sequence = ram->sequence; in ramfuc_wr32()
|
| /OK3568_Linux_fs/kernel/Documentation/locking/ |
| H A D | seqlock.rst | 14 A data set is consistent when the sequence count at the beginning of the 15 read side critical section is even and the same sequence count value is 17 be copied out inside the read side critical section. If the sequence 21 Writers increment the sequence count at the start and the end of their 22 critical section. After starting the critical section the sequence count 24 the end of the write side critical section the sequence count becomes 27 A sequence counter write side critical section must never be preempted 29 the entire scheduler tick due to the odd sequence count value and the 52 If it's desired to automatically handle the sequence counter 95 As discussed at :ref:`seqcount_t`, sequence count write side critical [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/ |
| H A D | mmp.rst | 10 sequence number. If the sequence number is EXT4\_MMP\_SEQ\_CLEAN, the 11 open continues. If the sequence number is EXT4\_MMP\_SEQ\_FSCK, then 14 the sequence number again. If the sequence number has changed, then the 16 code passes all of those checks, a new MMP sequence number is generated 21 the MMP sequence number is re-read; if it does not match the in-memory 22 MMP sequence number, then another node (node B) has mounted the 24 sequence numbers match, the sequence number is incremented both in
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | seqlock.h | 66 unsigned sequence; member 79 s->sequence = 0; in __seqcount_init() 118 #define SEQCNT_ZERO(name) { .sequence = 0, SEQCOUNT_DEP_MAP_INIT(name) } 215 unsigned seq = READ_ONCE(s->seqcount.sequence); \ 228 seq = READ_ONCE(s->seqcount.sequence); \ 261 return READ_ONCE(s->sequence); in __seqprop_sequence() 311 #define __seqcount_sequence(s) __seqprop(s, sequence) 433 return unlikely(READ_ONCE(s->sequence) != start); in __read_seqcount_t_retry() 471 s->sequence++; in raw_write_seqcount_t_begin() 490 s->sequence++; in raw_write_seqcount_t_end() [all …]
|
| /OK3568_Linux_fs/kernel/lib/xz/ |
| H A D | xz_dec_stream.c | 33 } sequence; member 103 } sequence; member 307 switch (s->index.sequence) { in dec_index() 319 s->index.sequence = SEQ_INDEX_UNPADDED; in dec_index() 324 s->index.sequence = SEQ_INDEX_UNCOMPRESSED; in dec_index() 334 s->index.sequence = SEQ_INDEX_UNPADDED; in dec_index() 560 switch (s->sequence) { in dec_main() 580 s->sequence = SEQ_BLOCK_START; in dec_main() 596 s->sequence = SEQ_INDEX; in dec_main() 609 s->sequence = SEQ_BLOCK_HEADER; in dec_main() [all …]
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_log_cil.c | 65 log->l_cilp->xc_ctx->sequence = 1; in xlog_cil_init_post_recovery() 266 lv->lv_item->li_seq = log->l_cilp->xc_ctx->sequence; in xfs_cil_prepare_item() 668 ASSERT(push_seq <= ctx->sequence); in xlog_cil_push_work() 694 if (push_seq < cil->xc_ctx->sequence) { in xlog_cil_push_work() 757 new_ctx->sequence = ctx->sequence + 1; in xlog_cil_push_work() 787 cil->xc_current_sequence = new_ctx->sequence; in xlog_cil_push_work() 839 if (new_ctx->sequence >= ctx->sequence) in xlog_cil_push_work() 1066 lip->li_ops->iop_committing(lip, cil->xc_ctx->sequence); in xlog_cil_commit() 1069 *commit_seq = cil->xc_ctx->sequence; in xlog_cil_commit() 1088 xfs_csn_t sequence) in xlog_cil_force_seq() argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/startup-notification/startup-notification-0.12/ |
| H A D | time_t.patch | 30 @@ -364,8 +364,8 @@ sn_startup_sequence_get_screen (SnStartupSequence *sequence) 33 sn_startup_sequence_get_initiated_time (SnStartupSequence *sequence, 40 *tv_sec = sequence->initiation_time.tv_sec; 41 @@ -386,8 +386,8 @@ sn_startup_sequence_get_initiated_time (SnStartupSequence *sequence, 44 sn_startup_sequence_get_last_active_time (SnStartupSequence *sequence, 57 int sn_startup_sequence_get_screen (SnStartupSequence *sequence); 59 void sn_startup_sequence_get_initiated_time (SnStartupSequence *sequence, 64 void sn_startup_sequence_get_last_active_time (SnStartupSequence *sequence, 70 void sn_startup_sequence_complete (SnStartupSequence *sequence);
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | status.c | 55 status->sequence = 0; in selinux_kernel_status_page() 88 status->sequence++; in selinux_status_update_setenforce() 94 status->sequence++; in selinux_status_update_setenforce() 114 status->sequence++; in selinux_status_update_policyload() 121 status->sequence++; in selinux_status_update_policyload()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/ |
| H A D | unpack_expr_.hpp | 28 static type const call(Sequence const &sequence) in call() 30 return proto::detail::protoify<terminal_type, Domain>()(fusion::at_c<0>(sequence)); in call() 50 static type const call(Sequence const &sequence) in call() 52 fusion_iterator0 it0 = fusion::begin(sequence); in call() 75 static type const call(Sequence const &sequence) in call() 77 return other::call(sequence); in call() 93 static type const call(Sequence const &sequence) in call() 95 … fusion_iterator0 it0 = fusion::begin(sequence); fusion_iterator1 it1 = fusion::next(it0); in call() 118 static type const call(Sequence const &sequence) in call() 120 return other::call(sequence); in call() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/statement/ |
| H A D | sequence.hpp | 23 struct sequence struct 30 struct sequence struct 31 : expression::sequence< 40 : enable_rule<rule::sequence, Dummy>
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | brcms_trace_brcmsmac_tx.h | 42 u16 status, u16 lasttxtime, u16 sequence, u16 phyerr, 44 TP_ARGS(dev, framelen, frameid, status, lasttxtime, sequence, phyerr, 52 __field(u16, sequence) 62 __entry->sequence = sequence; 69 __entry->lasttxtime, __entry->sequence, __entry->phyerr,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | streambuf | 73 * - The controlled input sequence can be not readable. 74 * - The controlled output sequence can be not writable. 81 * program can read characters from a sequence, write characters to 82 * a sequence, put characters back into an input sequence, or alter 85 * -# Each sequence is characterized by three pointers which, if non-null, 87 * represents, at any moment, a (sub)sequence of characters from the 88 * sequence. Operations performed on a sequence alter the values 101 * of three pointers for a sequence, using the pointer names given 107 * output sequence, then a <em>write position</em> is available. 109 * to write (to put, or to store a character value, into the sequence). [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | streambuf | 73 * - The controlled input sequence can be not readable. 74 * - The controlled output sequence can be not writable. 81 * program can read characters from a sequence, write characters to 82 * a sequence, put characters back into an input sequence, or alter 85 * -# Each sequence is characterized by three pointers which, if non-null, 87 * represents, at any moment, a (sub)sequence of characters from the 88 * sequence. Operations performed on a sequence alter the values 101 * of three pointers for a sequence, using the pointer names given 107 * output sequence, then a <em>write position</em> is available. 109 * to write (to put, or to store a character value, into the sequence). [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/dscr/ |
| H A D | dscr_default_test.c | 15 static unsigned long sequence; variable 27 s1 = READ_ONCE(sequence); in do_test() 37 s2 = sequence; in do_test() 89 sequence++; in dscr_default() 99 sequence++; in dscr_default()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | flex_proportions.c | 47 seqcount_init(&p->sequence); in fprop_global_init() 78 write_seqcount_begin(&p->sequence); in fprop_new_period() 84 write_seqcount_end(&p->sequence); in fprop_new_period() 147 seq = read_seqcount_begin(&p->sequence); in fprop_fraction_single() 151 } while (read_seqcount_retry(&p->sequence, seq)); in fprop_fraction_single() 235 seq = read_seqcount_begin(&p->sequence); in fprop_fraction_percpu() 239 } while (read_seqcount_retry(&p->sequence, seq)); in fprop_fraction_percpu()
|
| /OK3568_Linux_fs/kernel/lib/zstd/ |
| H A D | decompress.c | 880 size_t ZSTD_execSequenceLast7(BYTE *op, BYTE *const oend, seq_t sequence, const BYTE **litPtr, cons… in ZSTD_execSequenceLast7() argument 883 BYTE *const oLitEnd = op + sequence.litLength; in ZSTD_execSequenceLast7() 884 size_t const sequenceLength = sequence.litLength + sequence.matchLength; in ZSTD_execSequenceLast7() 887 const BYTE *const iLitEnd = *litPtr + sequence.litLength; in ZSTD_execSequenceLast7() 888 const BYTE *match = oLitEnd - sequence.offset; in ZSTD_execSequenceLast7() 908 if (sequence.offset > (size_t)(oLitEnd - base)) { in ZSTD_execSequenceLast7() 910 if (sequence.offset > (size_t)(oLitEnd - vBase)) in ZSTD_execSequenceLast7() 913 if (match + sequence.matchLength <= dictEnd) { in ZSTD_execSequenceLast7() 914 memmove(oLitEnd, match, sequence.matchLength); in ZSTD_execSequenceLast7() 922 sequence.matchLength -= length1; in ZSTD_execSequenceLast7() [all …]
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/video/ |
| H A D | intel-gma.txt | 15 - intel,panel-power-cycle-delay : T4 time sequence (6 = 500ms) 18 - intel,panel-power-up-delay : T1+T2 time sequence 19 - intel,panel-power-down-delay : T3 time sequence 20 - intel,panel-power-backlight-on-delay : T5 time sequence 21 - intel,panel-power-backlight-off-delay : Tx time sequence
|