Home
last modified time | relevance | path

Searched defs:t (Results 201 – 225 of 3450) sorted by relevance

12345678910>>...138

/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-imx-irqsteer.c19 #define CHANMASK(n, t) (CTRL_STRIDE_OFF(t, 0) + 0x4 * (n) + 0x4) argument
20 #define CHANSET(n, t) (CTRL_STRIDE_OFF(t, 1) + 0x4 * (n) + 0x4) argument
21 #define CHANSTATUS(n, t) (CTRL_STRIDE_OFF(t, 2) + 0x4 * (n) + 0x4) argument
22 #define CHAN_MINTDIS(t) (CTRL_STRIDE_OFF(t, 3) + 0x4) argument
23 #define CHAN_MASTRSTAT(t) (CTRL_STRIDE_OFF(t, 3) + 0x8) argument
/OK3568_Linux_fs/kernel/kernel/
H A Dsignal.c70 static void __user *sig_handler(struct task_struct *t, int sig) in sig_handler()
82 static bool sig_task_ignored(struct task_struct *t, int sig, bool force) in sig_task_ignored()
104 static bool sig_ignored(struct task_struct *t, int sig, bool force) in sig_ignored()
157 static bool recalc_sigpending_tsk(struct task_struct *t) in recalc_sigpending_tsk()
179 void recalc_sigpending_and_wake(struct task_struct *t) in recalc_sigpending_and_wake()
416 __sigqueue_alloc(int sig, struct task_struct *t, gfp_t flags, int override_rlimit) in __sigqueue_alloc()
479 void flush_signals(struct task_struct *t) in flush_signals()
527 void ignore_signals(struct task_struct *t) in ignore_signals()
542 flush_signal_handlers(struct task_struct *t, int force_default) in flush_signal_handlers()
763 void signal_wake_up_state(struct task_struct *t, unsigned int state) in signal_wake_up_state()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_rf.c61 int t; in zd_rf_init_hw() local
126 int r, t; in zd_switch_radio_on() local
142 int r, t; in zd_switch_radio_off() local
/OK3568_Linux_fs/kernel/drivers/ide/
H A Damd74xx.c49 u8 t = 0, offset = amd_offset(dev); in amd_set_speed() local
82 struct ide_timing t, p; in amd_set_drive() local
123 u8 t = 0, offset = amd_offset(dev); in amd7411_cable_detect() local
143 u8 t = 0, offset = amd_offset(dev); in init_chipset_amd74xx() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/common/
H A Dshapes.cpp46 void Triangle::MarkNeighbor(Point* p1, Point* p2, Triangle* t) in MarkNeighbor()
59 void Triangle::MarkNeighbor(Triangle& t) in MarkNeighbor()
78 Triangle *t; in Clear() local
119 Point* Triangle::OppositePoint(Triangle& t, Point& p) in OppositePoint()
/OK3568_Linux_fs/kernel/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c898 struct tid_info *t = lldi->tids; in do_act_establish() local
987 static void csk_act_open_retry_timer(struct timer_list *t) in csk_act_open_retry_timer()
1051 struct tid_info *t = lldi->tids; in do_act_open_rpl() local
1097 struct tid_info *t = lldi->tids; in do_peer_close() local
1118 struct tid_info *t = lldi->tids; in do_close_con_rpl() local
1157 struct tid_info *t = lldi->tids; in do_abort_req_rss() local
1205 struct tid_info *t = lldi->tids; in do_abort_rpl_rss() local
1229 struct tid_info *t = lldi->tids; in do_rx_data() local
1251 struct tid_info *t = lldi->tids; in do_rx_iscsi_hdr() local
1354 struct tid_info *t = lldi->tids; in do_rx_iscsi_data() local
[all …]
/OK3568_Linux_fs/kernel/net/netfilter/ipset/
H A Dip_set_hash_gen.h388 mtype_ahash_memsize(const struct htype *h, const struct htable *t) in mtype_ahash_memsize()
412 struct htable *t; in mtype_flush() local
441 mtype_ahash_destroy(struct ip_set *set, struct htable *t, bool ext_destroy) in mtype_ahash_destroy()
499 mtype_gc_do(struct ip_set *set, struct htype *h, struct htable *t, u32 r) in mtype_gc_do()
577 struct htable *t; in mtype_gc() local
631 struct htable *t, *orig; in mtype_resize() local
817 const struct htable *t; in mtype_ext_size() local
849 struct htable *t; in mtype_add() local
1039 struct htable *t; in mtype_del() local
1165 struct htable *t = rcu_dereference_bh(h->table); in mtype_test_cidrs() local
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dlockdep.h348 # define lock_acquire(l, s, t, r, c, n, i) do { } while (0) argument
515 #define lock_acquire_exclusive(l, s, t, n, i) lock_acquire(l, s, t, 0, 1, n, i) argument
516 #define lock_acquire_shared(l, s, t, n, i) lock_acquire(l, s, t, 1, 1, n, i) argument
517 #define lock_acquire_shared_recursive(l, s, t, n, i) lock_acquire(l, s, t, 2, 1, n, i) argument
519 #define spin_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) argument
520 #define spin_acquire_nest(l, s, t, n, i) lock_acquire_exclusive(l, s, t, n, i) argument
523 #define rwlock_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) argument
524 #define rwlock_acquire_read(l, s, t, i) \ argument
534 #define seqcount_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) argument
535 #define seqcount_acquire_read(l, s, t, i) lock_acquire_shared_recursive(l, s, t, NULL, i) argument
[all …]
H A Dstackleak.h18 static inline void stackleak_task_init(struct task_struct *t) in stackleak_task_init()
32 static inline void stackleak_task_init(struct task_struct *t) { } in stackleak_task_init()
H A Drcupdate.h153 # define rcu_tasks_classic_qs(t, preempt) \ argument
161 # define rcu_tasks_classic_qs(t, preempt) do { } while (0) argument
167 # define rcu_tasks_trace_qs(t) \ argument
176 # define rcu_tasks_trace_qs(t) do { } while (0) argument
179 #define rcu_tasks_qs(t, preempt) \ argument
190 #define rcu_note_voluntary_context_switch(t) rcu_tasks_qs(t, false) argument
194 #define rcu_tasks_qs(t, preempt) do { } while (0) argument
195 #define rcu_note_voluntary_context_switch(t) do { } while (0) argument
/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyaffs_packedtags1.c26 const struct yaffs_ext_tags *t) in yaffs_pack_tags1()
38 void yaffs_unpack_tags1(struct yaffs_ext_tags *t, in yaffs_unpack_tags1()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Das_lvalue.hpp25 T &as_lvalue(T &t) in as_lvalue()
32 T const &as_lvalue(T const &t) in as_lvalue()
/OK3568_Linux_fs/kernel/lib/
H A Dtest_overflow.c17 #define DEFINE_TEST_ARRAY(t) \ argument
218 #define check_one_op(t, fmt, op, sym, a, b, r, of) do { \ argument
237 #define DEFINE_TEST_FUNC(t, fmt) \ argument
296 #define TEST_ONE_SHIFT(a, s, t, expect, of) ({ \ in test_overflow_shift() argument
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dfgraph.c375 struct task_struct *g, *t; in alloc_retstack_tasklist() local
490 graph_init_task(struct task_struct *t, struct ftrace_ret_stack *ret_stack) in graph_init_task()
503 void ftrace_graph_init_idle_task(struct task_struct *t, int cpu) in ftrace_graph_init_idle_task()
532 void ftrace_graph_init_task(struct task_struct *t) in ftrace_graph_init_task()
551 void ftrace_graph_exit_task(struct task_struct *t) in ftrace_graph_exit_task()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c140 bool v4l2_valid_dv_timings(const struct v4l2_dv_timings *t, in v4l2_valid_dv_timings()
190 int v4l2_enum_dv_timings_cap(struct v4l2_enum_dv_timings *t, in v4l2_enum_dv_timings_cap()
210 bool v4l2_find_dv_timings_cap(struct v4l2_dv_timings *t, in v4l2_find_dv_timings_cap()
239 bool v4l2_find_dv_timings_cea861_vic(struct v4l2_dv_timings *t, u8 vic) in v4l2_find_dv_timings_cea861_vic()
298 const struct v4l2_dv_timings *t, bool detailed) in v4l2_print_dv_timings()
378 struct v4l2_fract v4l2_dv_timings_aspect_ratio(const struct v4l2_dv_timings *t) in v4l2_dv_timings_aspect_ratio()
407 struct v4l2_fract v4l2_calc_timeperframe(const struct v4l2_dv_timings *t) in v4l2_calc_timeperframe()
/OK3568_Linux_fs/kernel/tools/usb/
H A Dffs-test.c379 static void init_thread(struct thread *t) in init_thread()
390 struct thread *t = arg; in cleanup_thread() local
422 struct thread *t = arg; in start_thread_helper() local
464 static void start_thread(struct thread *t) in start_thread()
472 static void join_thread(struct thread *t) in join_thread()
483 static ssize_t read_wrap(struct thread *t, void *buf, size_t nbytes) in read_wrap()
488 static ssize_t write_wrap(struct thread *t, const void *buf, size_t nbytes) in write_wrap()
626 static void ep0_init(struct thread *t, bool legacy_descriptors) in ep0_init()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dvisit_each.hpp15 inline void visit_each(Visitor& visitor, const T& t, long) in visit_each()
21 inline void visit_each(Visitor& visitor, const T& t) in visit_each()
H A Drational.hpp315 rational t(*this); in operator ++() local
321 rational t(*this); in operator --() local
608 rational<IntType> t(a); in operator +() local
616 rational<IntType> t(a); in operator +() local
625 rational<IntType> t(a); in operator -() local
633 rational<IntType> t(a); in operator -() local
642 rational<IntType> t(a); in operator *() local
650 rational<IntType> t(a); in operator *() local
659 rational<IntType> t(a); in operator /() local
667 rational<IntType> t(b); in operator /() local
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dmt7621_wdt.c60 static int mt7621_wdt_set_timeout(struct watchdog_device *w, unsigned int t) in mt7621_wdt_set_timeout()
71 u32 t; in mt7621_wdt_start() local
87 u32 t; in mt7621_wdt_stop() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/detail/
H A Dpolynomial_horner3_7.hpp48 V t[2]; in evaluate_polynomial_c_imp() local
61 V t[2]; in evaluate_polynomial_c_imp() local
76 V t[2]; in evaluate_polynomial_c_imp() local
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dvpe-mt.c31 struct tc *t; in vpe_run() local
209 struct tc *t; in vpe_stop() local
230 struct tc *t; in vpe_free() local
333 struct tc *t; in vpe_module_init() local
/OK3568_Linux_fs/kernel/drivers/staging/octeon/
H A Dethernet-tx.c96 struct sk_buff *t; in cvm_oct_free_tx_skbs() local
107 struct sk_buff *t = to_free_list; in cvm_oct_free_tx_skbs() local
460 struct sk_buff *t = __skb_dequeue(&priv->tx_free_list[qos]); in cvm_oct_xmit() local
471 struct sk_buff *t = to_free_list; in cvm_oct_xmit() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32.c156 struct cxgb4_tc_u32_table *t; in cxgb4_config_knode() local
357 struct cxgb4_tc_u32_table *t; in cxgb4_delete_knode() local
479 struct cxgb4_tc_u32_table *t; in cxgb4_cleanup_tc_u32() local
498 struct cxgb4_tc_u32_table *t; in cxgb4_init_tc_u32() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Donline_file_source.hpp17 void setAPIBaseURL(const std::string& t) { apiBaseURL = t; } in setAPIBaseURL()
20 void setAccessToken(const std::string& t) { accessToken = t; } in setAccessToken()
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Debtables.c187 const struct ebt_entry_target *t; in ebt_do_table() local
620 struct ebt_entry_target *t; in ebt_cleanup_entry() local
647 struct ebt_entry_target *t; in ebt_check_entry() local
766 const struct ebt_entry_target *t; in check_chainloops() local
974 struct ebt_table *t; in do_replace_finish() local
1141 struct ebt_table *t, *table; in ebt_register_table() local
1233 struct ebt_table *t; in __ebt_find_table() local
1269 struct ebt_table *t; in do_update_counters() local
1365 const struct ebt_entry_target *t; in ebt_entry_to_user() local
1396 static int copy_counters_to_user(struct ebt_table *t, in copy_counters_to_user()
[all …]

12345678910>>...138