/linux/tools/lib/bpf/ |
H A D | btf.h | 363 static inline __u16 btf_kind(const struct btf_type *t) in btf_kind() argument 368 static inline __u16 btf_vlen(const struct btf_type *t) in btf_vlen() argument 373 static inline bool btf_kflag(const struct btf_type *t) in btf_kflag() argument 378 static inline bool btf_is_void(const struct btf_type *t) in btf_is_void() argument 383 static inline bool btf_is_int(const struct btf_type *t) in btf_is_int() argument 388 btf_is_ptr(const struct btf_type * t) btf_is_ptr() argument 393 btf_is_array(const struct btf_type * t) btf_is_array() argument 398 btf_is_struct(const struct btf_type * t) btf_is_struct() argument 403 btf_is_union(const struct btf_type * t) btf_is_union() argument 408 btf_is_composite(const struct btf_type * t) btf_is_composite() argument 415 btf_is_enum(const struct btf_type * t) btf_is_enum() argument 420 btf_is_enum64(const struct btf_type * t) btf_is_enum64() argument 425 btf_is_fwd(const struct btf_type * t) btf_is_fwd() argument 430 btf_is_typedef(const struct btf_type * t) btf_is_typedef() argument 435 btf_is_volatile(const struct btf_type * t) btf_is_volatile() argument 440 btf_is_const(const struct btf_type * t) btf_is_const() argument 445 btf_is_restrict(const struct btf_type * t) btf_is_restrict() argument 450 btf_is_mod(const struct btf_type * t) btf_is_mod() argument 460 btf_is_func(const struct btf_type * t) btf_is_func() argument 465 btf_is_func_proto(const struct btf_type * t) btf_is_func_proto() argument 470 btf_is_var(const struct btf_type * t) btf_is_var() argument 475 btf_is_datasec(const struct btf_type * t) btf_is_datasec() argument 480 btf_is_float(const struct btf_type * t) btf_is_float() argument 485 btf_is_decl_tag(const struct btf_type * t) btf_is_decl_tag() argument 490 btf_is_type_tag(const struct btf_type * t) btf_is_type_tag() argument 495 btf_is_any_enum(const struct btf_type * t) btf_is_any_enum() argument 507 btf_int_encoding(const struct btf_type * t) btf_int_encoding() argument 512 btf_int_offset(const struct btf_type * t) btf_int_offset() argument 517 btf_int_bits(const struct btf_type * t) btf_int_bits() argument 522 btf_array(const struct btf_type * t) btf_array() argument 527 btf_enum(const struct btf_type * t) btf_enum() argument 534 btf_enum64(const struct btf_type * t) btf_enum64() argument 565 btf_members(const struct btf_type * t) btf_members() argument 571 btf_member_bit_offset(const struct btf_type * t,__u32 member_idx) btf_member_bit_offset() argument 583 btf_member_bitfield_size(const struct btf_type * t,__u32 member_idx) btf_member_bitfield_size() argument 592 btf_params(const struct btf_type * t) btf_params() argument 597 btf_var(const struct btf_type * t) btf_var() argument 603 btf_var_secinfos(const struct btf_type * t) btf_var_secinfos() argument 609 btf_decl_tag(const struct btf_type * t) btf_decl_tag() argument [all...] |
/linux/lib/crypto/powerpc/ |
H A D | sha1-powerpc-asm.S | 26 #define RT(t) ((((t)+5)%6)+7) argument 27 #define RA(t) ((((t)+4)%6)+7) argument 28 #define RB(t) ((((t)+3)%6)+7) argument 29 #define RC(t) ((((t) argument 30 RD(t) global() argument 31 RE(t) global() argument 34 W(t) global() argument 36 LOADW(t) global() argument 39 STEPD0_LOAD(t) global() argument 51 STEPD0_UPDATE(t) global() argument 66 STEPD1(t) global() argument 76 STEPD1_UPDATE(t) global() argument 90 STEPD2_UPDATE(t) global() argument 107 STEP0LD4(t) global() argument 113 STEPUP4(t,fn) global() argument 119 STEPUP20(t,fn) global() argument [all...] |
/linux/include/linux/ |
H A D | btf.h | 257 static inline bool btf_type_is_ptr(const struct btf_type *t) in btf_type_is_ptr() argument 262 static inline bool btf_type_is_int(const struct btf_type *t) in btf_type_is_int() argument 267 btf_type_is_small_int(const struct btf_type * t) btf_type_is_small_int() argument 272 btf_int_encoding(const struct btf_type * t) btf_int_encoding() argument 277 btf_type_is_signed_int(const struct btf_type * t) btf_type_is_signed_int() argument 282 btf_type_is_enum(const struct btf_type * t) btf_type_is_enum() argument 287 btf_is_any_enum(const struct btf_type * t) btf_is_any_enum() argument 305 btf_kind(const struct btf_type * t) btf_kind() argument 310 btf_is_enum(const struct btf_type * t) btf_is_enum() argument 315 btf_is_enum64(const struct btf_type * t) btf_is_enum64() argument 325 btf_is_composite(const struct btf_type * t) btf_is_composite() argument 332 btf_is_array(const struct btf_type * t) btf_is_array() argument 337 btf_is_int(const struct btf_type * t) btf_is_int() argument 342 btf_is_ptr(const struct btf_type * t) btf_is_ptr() argument 347 btf_int_offset(const struct btf_type * t) btf_int_offset() argument 352 btf_int_bits(const struct btf_type * t) btf_int_bits() argument 357 btf_type_is_scalar(const struct btf_type * t) btf_type_is_scalar() argument 362 btf_type_is_fwd(const struct btf_type * t) btf_type_is_fwd() argument 367 btf_type_is_typedef(const struct btf_type * t) btf_type_is_typedef() argument 372 btf_type_is_volatile(const struct btf_type * t) btf_type_is_volatile() argument 377 btf_type_is_func(const struct btf_type * t) btf_type_is_func() argument 382 btf_type_is_func_proto(const struct btf_type * t) btf_type_is_func_proto() argument 387 btf_type_is_var(const struct btf_type * t) btf_type_is_var() argument 392 btf_type_is_type_tag(const struct btf_type * t) btf_type_is_type_tag() argument 400 btf_type_is_struct(const struct btf_type * t) btf_type_is_struct() argument 407 __btf_type_is_struct(const struct btf_type * t) __btf_type_is_struct() argument 412 btf_type_is_array(const struct btf_type * t) btf_type_is_array() argument 417 btf_type_vlen(const struct btf_type * t) btf_type_vlen() argument 422 btf_vlen(const struct btf_type * t) btf_vlen() argument 427 btf_func_linkage(const struct btf_type * t) btf_func_linkage() argument 432 btf_type_kflag(const struct btf_type * t) btf_type_kflag() argument 451 btf_members(const struct btf_type * t) btf_members() argument 456 btf_member_bit_offset(const struct btf_type * t,u32 member_idx) btf_member_bit_offset() argument 463 btf_member_bitfield_size(const struct btf_type * t,u32 member_idx) btf_member_bitfield_size() argument 470 btf_type_member(const struct btf_type * t) btf_type_member() argument 475 btf_array(const struct btf_type * t) btf_array() argument 480 btf_enum(const struct btf_type * t) btf_enum() argument 485 btf_enum64(const struct btf_type * t) btf_enum64() argument 491 btf_type_var_secinfo(const struct btf_type * t) btf_type_var_secinfo() argument 496 btf_params(const struct btf_type * t) btf_params() argument 501 btf_decl_tag(const struct btf_type * t) btf_decl_tag() argument 598 btf_type_is_struct_ptr(struct btf * btf,const struct btf_type * t) btf_type_is_struct_ptr() argument 624 btf_field_iter_init(struct btf_field_iter * it,struct btf_type * t,enum btf_field_iter_kind iter_kind) btf_field_iter_init() argument 667 btf_is_prog_ctx_type(struct bpf_verifier_log * log,const struct btf * btf,const struct btf_type * t,enum bpf_prog_type prog_type,int arg) btf_is_prog_ctx_type() argument [all...] |
H A D | rseq.h | 26 static inline void rseq_set_notify_resume(struct task_struct *t) in rseq_set_notify_resume() argument 51 static inline void rseq_preempt(struct task_struct *t) in rseq_preempt() argument 58 static inline void rseq_migrate(struct task_struct *t) in rseq_migrate() argument 68 static inline void rseq_fork(struct task_struct *t, unsigne argument 83 rseq_execve(struct task_struct * t) rseq_execve() argument 93 rseq_set_notify_resume(struct task_struct * t) rseq_set_notify_resume() argument 104 rseq_preempt(struct task_struct * t) rseq_preempt() argument 107 rseq_migrate(struct task_struct * t) rseq_migrate() argument 110 rseq_fork(struct task_struct * t,unsigned long clone_flags) rseq_fork() argument 113 rseq_execve(struct task_struct * t) rseq_execve() argument [all...] |
H A D | units.h | 44 static inline long milli_kelvin_to_millicelsius(long t) in milli_kelvin_to_millicelsius() argument 49 static inline long millicelsius_to_milli_kelvin(long t) in millicelsius_to_milli_kelvin() argument 57 static inline long kelvin_to_millicelsius(long t) in kelvin_to_millicelsius() argument 62 static inline long millicelsius_to_kelvin(long t) in millicelsius_to_kelvin() argument 69 deci_kelvin_to_celsius(long t) deci_kelvin_to_celsius() argument 76 celsius_to_deci_kelvin(long t) celsius_to_deci_kelvin() argument 90 deci_kelvin_to_millicelsius_with_offset(long t,long offset) deci_kelvin_to_millicelsius_with_offset() argument 95 deci_kelvin_to_millicelsius(long t) deci_kelvin_to_millicelsius() argument 100 millicelsius_to_deci_kelvin(long t) millicelsius_to_deci_kelvin() argument 107 kelvin_to_celsius(long t) kelvin_to_celsius() argument 113 celsius_to_kelvin(long t) celsius_to_kelvin() argument [all...] |
H A D | user_events.h | 35 static inline void user_events_fork(struct task_struct *t, in user_events_fork() argument 54 static inline void user_events_execve(struct task_struct *t) in user_events_execve() argument 62 user_events_exit(struct task_struct * t) user_events_exit() argument 70 user_events_fork(struct task_struct * t,unsigned long clone_flags) user_events_fork() argument 75 user_events_execve(struct task_struct * t) user_events_execve() argument 79 user_events_exit(struct task_struct * t) user_events_exit() argument [all...] |
/linux/drivers/media/pci/saa7134/ |
H A D | saa7134-reg.h | 210 #define SAA7134_TASK_CONDITIONS(t) (0x000 +t) argument 211 #define SAA7134_FIELD_HANDLING(t) (0x001 +t) argument 212 #define SAA7134_DATA_PATH(t) (0x002 +t) argument 213 #define SAA7134_VBI_H_START1(t) (0x004 +t) argument 214 #define SAA7134_VBI_H_START2(t) (0x005 +t) argument 215 SAA7134_VBI_H_STOP1(t) global() argument 216 SAA7134_VBI_H_STOP2(t) global() argument 217 SAA7134_VBI_V_START1(t) global() argument 218 SAA7134_VBI_V_START2(t) global() argument 219 SAA7134_VBI_V_STOP1(t) global() argument 220 SAA7134_VBI_V_STOP2(t) global() argument 221 SAA7134_VBI_H_LEN1(t) global() argument 222 SAA7134_VBI_H_LEN2(t) global() argument 223 SAA7134_VBI_V_LEN1(t) global() argument 224 SAA7134_VBI_V_LEN2(t) global() argument 226 SAA7134_VIDEO_H_START1(t) global() argument 227 SAA7134_VIDEO_H_START2(t) global() argument 228 SAA7134_VIDEO_H_STOP1(t) global() argument 229 SAA7134_VIDEO_H_STOP2(t) global() argument 230 SAA7134_VIDEO_V_START1(t) global() argument 231 SAA7134_VIDEO_V_START2(t) global() argument 232 SAA7134_VIDEO_V_STOP1(t) global() argument 233 SAA7134_VIDEO_V_STOP2(t) global() argument 234 SAA7134_VIDEO_PIXELS1(t) global() argument 235 SAA7134_VIDEO_PIXELS2(t) global() argument 236 SAA7134_VIDEO_LINES1(t) global() argument 237 SAA7134_VIDEO_LINES2(t) global() argument 239 SAA7134_H_PRESCALE(t) global() argument 240 SAA7134_ACC_LENGTH(t) global() argument 241 SAA7134_LEVEL_CTRL(t) global() argument 242 SAA7134_FIR_PREFILTER_CTRL(t) global() argument 243 SAA7134_LUMA_BRIGHT(t) global() argument 244 SAA7134_LUMA_CONTRAST(t) global() argument 245 SAA7134_CHROMA_SATURATION(t) global() argument 246 SAA7134_VBI_H_SCALE_INC1(t) global() argument 247 SAA7134_VBI_H_SCALE_INC2(t) global() argument 248 SAA7134_VBI_PHASE_OFFSET_LUMA(t) global() argument 249 SAA7134_VBI_PHASE_OFFSET_CHROMA(t) global() argument 250 SAA7134_H_SCALE_INC1(t) global() argument 251 SAA7134_H_SCALE_INC2(t) global() argument 252 SAA7134_H_PHASE_OFF_LUMA(t) global() argument 253 SAA7134_H_PHASE_OFF_CHROMA(t) global() argument 254 SAA7134_V_SCALE_RATIO1(t) global() argument 255 SAA7134_V_SCALE_RATIO2(t) global() argument 256 SAA7134_V_FILTER(t) global() argument 257 SAA7134_V_PHASE_OFFSET0(t) global() argument 258 SAA7134_V_PHASE_OFFSET1(t) global() argument 259 SAA7134_V_PHASE_OFFSET2(t) global() argument 260 SAA7134_V_PHASE_OFFSET3(t) global() argument [all...] |
/linux/tools/perf/util/ |
H A D | trigger.h | 36 #define TRIGGER_WARN_ONCE(t, exp) \ argument 40 static inline bool trigger_is_available(struct trigger *t) in trigger_is_available() argument 45 static inline bool trigger_is_error(struct trigger *t) in trigger_is_error() argument 50 static inline void trigger_on(struct trigger *t) in trigger_on() argument 56 trigger_ready(struct trigger * t) trigger_ready() argument 63 trigger_hit(struct trigger * t) trigger_hit() argument 71 trigger_off(struct trigger * t) trigger_off() argument 78 trigger_error(struct trigger * t) trigger_error() argument 83 trigger_is_ready(struct trigger * t) trigger_is_ready() argument 88 trigger_is_hit(struct trigger * t) trigger_is_hit() argument [all...] |
/linux/drivers/scsi/esas2r/ |
H A D | esas2r_targdb.c | 48 struct esas2r_target *t; in esas2r_targ_db_initialize() local 61 struct esas2r_target *t; in esas2r_targ_db_remove_all() local 84 struct esas2r_target *t; esas2r_targ_db_report_changes() local 123 struct esas2r_target *t; esas2r_targ_db_add_raid() local 177 struct esas2r_target *t; esas2r_targ_db_add_pthru() local 221 esas2r_targ_db_remove(struct esas2r_adapter * a,struct esas2r_target * t) esas2r_targ_db_remove() argument 235 struct esas2r_target *t; esas2r_targ_db_find_by_sas_addr() local 248 struct esas2r_target *t; esas2r_targ_db_find_by_ident() local 265 struct esas2r_target *t = a->targetdb + id; esas2r_targ_db_find_next_present() local 279 struct esas2r_target *t; esas2r_targ_db_find_by_virt_id() local 295 struct esas2r_target *t; esas2r_targ_db_get_tgt_cnt() local [all...] |
/linux/arch/riscv/kvm/ |
H A D | vcpu_timer.c | 25 struct kvm_vcpu_timer *t) in kvm_riscv_delta_cycles2ns() argument 45 struct kvm_vcpu_timer *t = container_of(h, struct kvm_vcpu_timer, hrt); in kvm_riscv_vcpu_hrtimer_expired() local 61 static int kvm_riscv_vcpu_timer_cancel(struct kvm_vcpu_timer *t) in kvm_riscv_vcpu_timer_cancel() argument 85 struct kvm_vcpu_timer *t = &vcpu->arch.timer; kvm_riscv_vcpu_update_hrtimer() local 104 struct kvm_vcpu_timer *t = &vcpu->arch.timer; kvm_riscv_vcpu_timer_next_event() local 112 struct kvm_vcpu_timer *t = container_of(h, struct kvm_vcpu_timer, hrt); kvm_riscv_vcpu_vstimer_expired() local 130 struct kvm_vcpu_timer *t = &vcpu->arch.timer; kvm_riscv_vcpu_timer_pending() local 142 struct kvm_vcpu_timer *t = &vcpu->arch.timer; kvm_riscv_vcpu_timer_blocking() local 162 struct kvm_vcpu_timer *t = &vcpu->arch.timer; kvm_riscv_vcpu_get_reg_timer() local 202 struct kvm_vcpu_timer *t = &vcpu->arch.timer; kvm_riscv_vcpu_set_reg_timer() local 246 struct kvm_vcpu_timer *t = &vcpu->arch.timer; kvm_riscv_vcpu_timer_init() local 282 struct kvm_vcpu_timer *t = &vcpu->arch.timer; kvm_riscv_vcpu_timer_reset() local 302 struct kvm_vcpu_timer *t = &vcpu->arch.timer; kvm_riscv_vcpu_timer_restore() local 325 struct kvm_vcpu_timer *t = &vcpu->arch.timer; kvm_riscv_vcpu_timer_sync() local 340 struct kvm_vcpu_timer *t = &vcpu->arch.timer; kvm_riscv_vcpu_timer_save() local [all...] |
/linux/drivers/md/ |
H A D | dm-table.c | 60 static inline sector_t *get_node(struct dm_table *t, in get_node() argument 70 static sector_t high(struct dm_table *t, unsigned int l, unsigned int n) in high() argument 85 static int setup_btree_index(unsigned int l, struct dm_table *t) in setup_btree_index() argument 104 alloc_targets(struct dm_table * t,unsigned int num) alloc_targets() argument 131 struct dm_table *t; dm_table_create() local 183 dm_table_destroy(struct dm_table * t) dm_table_destroy() argument 372 struct dm_table *t = ti->table; dm_get_device() local 467 struct dm_table *t = ti->table; dm_put_device() local 498 adjoin(struct dm_table * t,struct dm_target * ti) adjoin() argument 619 validate_hardware_logical_block_alignment(struct dm_table * t,struct queue_limits * limits) validate_hardware_logical_block_alignment() argument 686 dm_table_add_target(struct dm_table * t,const char * type,sector_t start,sector_t len,char * params) dm_table_add_target() argument 859 dm_table_set_type(struct dm_table * t,enum dm_queue_mode type) dm_table_set_type() argument 883 dm_table_supports_dax(struct dm_table * t,iterate_devices_callout_fn iterate_fn) dm_table_supports_dax() argument 915 dm_table_determine_type(struct dm_table * t) dm_table_determine_type() argument 1016 dm_table_get_type(struct dm_table * t) dm_table_get_type() argument 1021 dm_table_get_immutable_target_type(struct dm_table * t) dm_table_get_immutable_target_type() argument 1026 dm_table_get_immutable_target(struct dm_table * t) dm_table_get_immutable_target() argument 1036 dm_table_get_wildcard_target(struct dm_table * t) dm_table_get_wildcard_target() argument 1048 dm_table_request_based(struct dm_table * t) dm_table_request_based() argument 1053 dm_table_alloc_md_mempools(struct dm_table * t,struct mapped_device * md) dm_table_alloc_md_mempools() argument 1105 setup_indexes(struct dm_table * t) setup_indexes() argument 1134 dm_table_build_index(struct dm_table * t) dm_table_build_index() argument 1178 struct dm_table *t; dm_keyslot_evict() local 1280 struct dm_table *t; dm_exec_wrappedkey_op() local 1394 dm_table_destroy_crypto_profile(struct dm_table * t) dm_table_destroy_crypto_profile() argument 1409 dm_table_construct_crypto_profile(struct dm_table * t) dm_table_construct_crypto_profile() argument 1485 dm_update_crypto_profile(struct request_queue * q,struct dm_table * t) dm_update_crypto_profile() argument 1503 dm_table_construct_crypto_profile(struct dm_table * t) dm_table_construct_crypto_profile() argument 1512 dm_table_destroy_crypto_profile(struct dm_table * t) dm_table_destroy_crypto_profile() argument 1517 dm_update_crypto_profile(struct request_queue * q,struct dm_table * t) dm_update_crypto_profile() argument 1527 dm_table_complete(struct dm_table * t) dm_table_complete() argument 1557 dm_table_event_callback(struct dm_table * t,void (* fn)(void *),void * context) dm_table_event_callback() argument 1566 dm_table_event(struct dm_table * t) dm_table_event() argument 1575 dm_table_get_size(struct dm_table * t) dm_table_get_size() argument 1587 dm_table_find_target(struct dm_table * t,sector_t sector) dm_table_find_target() argument 1630 dm_table_any_dev_attr(struct dm_table * t,iterate_devices_callout_fn func,void * data) dm_table_any_dev_attr() argument 1660 dm_table_has_no_data_devices(struct dm_table * t) dm_table_has_no_data_devices() argument 1677 dm_table_is_wildcard(struct dm_table * t) dm_table_is_wildcard() argument 1710 dm_table_supports_zoned(struct dm_table * t,bool zoned) dm_table_supports_zoned() argument 1756 validate_hardware_zoned(struct dm_table * t,bool zoned,unsigned int zone_sectors) validate_hardware_zoned() argument 1784 dm_calculate_queue_limits(struct dm_table * t,struct queue_limits * limits) dm_calculate_queue_limits() argument 1890 dm_table_supports_flush(struct dm_table * t) dm_table_supports_flush() argument 1928 dm_table_supports_write_zeroes(struct dm_table * t) dm_table_supports_write_zeroes() argument 1944 dm_table_supports_nowait(struct dm_table * t) dm_table_supports_nowait() argument 1962 dm_table_supports_discards(struct dm_table * t) dm_table_supports_discards() argument 1991 dm_table_supports_secure_erase(struct dm_table * t) dm_table_supports_secure_erase() argument 2014 dm_table_supports_atomic_writes(struct dm_table * t) dm_table_supports_atomic_writes() argument 2033 dm_table_supports_size_change(struct dm_table * t,sector_t old_size,sector_t new_size) dm_table_supports_size_change() argument 2046 dm_table_set_restrictions(struct dm_table * t,struct request_queue * q,struct queue_limits * limits) dm_table_set_restrictions() argument 2132 dm_table_get_devices(struct dm_table * t) dm_table_get_devices() argument 2137 dm_table_get_mode(struct dm_table * t) dm_table_get_mode() argument 2149 suspend_targets(struct dm_table * t,enum suspend_mode mode) suspend_targets() argument 2173 dm_table_presuspend_targets(struct dm_table * t) dm_table_presuspend_targets() argument 2181 dm_table_presuspend_undo_targets(struct dm_table * t) dm_table_presuspend_undo_targets() argument 2189 dm_table_postsuspend_targets(struct dm_table * t) dm_table_postsuspend_targets() argument 2197 dm_table_resume_targets(struct dm_table * t) dm_table_resume_targets() argument 2228 dm_table_get_md(struct dm_table * t) dm_table_get_md() argument 2234 dm_table_device_name(struct dm_table * t) dm_table_device_name() argument 2240 dm_table_run_md_queue_async(struct dm_table * t) dm_table_run_md_queue_async() argument [all...] |
H A D | dm-cache-policy.c | 23 struct dm_cache_policy_type *t; in __find_policy() local 34 struct dm_cache_policy_type *t = __find_policy(name); in __get_policy_once() local 46 struct dm_cache_policy_type *t; get_policy_once() local 57 struct dm_cache_policy_type *t; get_policy() local 75 put_policy(struct dm_cache_policy_type * t) put_policy() argument 139 struct dm_cache_policy_type *t = p->private; dm_cache_policy_destroy() local 148 struct dm_cache_policy_type *t = p->private; dm_cache_policy_get_name() local 160 struct dm_cache_policy_type *t = p->private; dm_cache_policy_get_version() local 168 struct dm_cache_policy_type *t = p->private; dm_cache_policy_get_hint_size() local [all...] |
/linux/fs/bcachefs/ |
H A D | bset.c | 123 struct bset_tree *t = bch2_bkey_to_bset(b, k); in bch2_dump_btree_node_iter() local 183 struct bset_tree *t = bch2_bkey_to_bset(b, k2); in __bch2_btree_node_iter_next_check() local 241 struct bset_tree *t = bch2_bkey_to_bset(b, where); __bch2_verify_insert_pos() local 318 bset_aux_tree_buf_end(const struct bset_tree * t) bset_aux_tree_buf_end() argument 337 bset_aux_tree_buf_start(const struct btree * b,const struct bset_tree * t) bset_aux_tree_buf_start() argument 345 __aux_tree_base(const struct btree * b,const struct bset_tree * t) __aux_tree_base() argument 351 ro_aux_tree_base(const struct btree * b,const struct bset_tree * t) ro_aux_tree_base() argument 359 bkey_float(const struct btree * b,const struct bset_tree * t,unsigned idx) bkey_float() argument 422 bset_cacheline(const struct btree * b,const struct bset_tree * t,unsigned cacheline) bset_cacheline() argument 431 cacheline_to_bkey(const struct btree * b,const struct bset_tree * t,unsigned cacheline,unsigned offset) cacheline_to_bkey() argument 439 bkey_to_cacheline(const struct btree * b,const struct bset_tree * t,const struct bkey_packed * k) bkey_to_cacheline() argument 446 __bkey_to_cacheline_offset(const struct btree * b,const struct bset_tree * t,unsigned cacheline,const struct bkey_packed * k) __bkey_to_cacheline_offset() argument 454 bkey_to_cacheline_offset(const struct btree * b,const struct bset_tree * t,unsigned cacheline,const struct bkey_packed * k) bkey_to_cacheline_offset() argument 465 tree_to_bkey(const struct btree * b,const struct bset_tree * t,unsigned j) tree_to_bkey() argument 474 rw_aux_tree(const struct btree * b,const struct bset_tree * t) rw_aux_tree() argument 486 rw_aux_to_bkey(const struct btree * b,struct bset_tree * t,unsigned j) rw_aux_to_bkey() argument 492 rw_aux_tree_set(const struct btree * b,struct bset_tree * t,unsigned j,struct bkey_packed * k) rw_aux_tree_set() argument 503 __bch2_bset_verify_rw_aux_tree(struct btree * b,struct bset_tree * t) __bch2_bset_verify_rw_aux_tree() argument 535 bch2_bset_verify_rw_aux_tree(struct btree * b,struct bset_tree * t) bch2_bset_verify_rw_aux_tree() argument 543 rw_aux_tree_bsearch(struct btree * b,struct bset_tree * t,unsigned offset) rw_aux_tree_bsearch() argument 595 make_bfloat(struct btree * b,struct bset_tree * t,unsigned j,struct bkey_packed * min_key,struct bkey_packed * max_key) make_bfloat() argument 668 __bset_tree_capacity(struct btree * b,const struct bset_tree * t) __bset_tree_capacity() argument 675 bset_ro_tree_capacity(struct btree * b,const struct bset_tree * t) bset_ro_tree_capacity() argument 680 bset_rw_tree_capacity(struct btree * b,const struct bset_tree * t) bset_rw_tree_capacity() argument 685 __build_rw_aux_tree(struct btree * b,struct bset_tree * t) __build_rw_aux_tree() argument 704 __build_ro_aux_tree(struct btree * b,struct bset_tree * t) __build_ro_aux_tree() argument 755 bset_alloc_tree(struct btree * b,struct bset_tree * t) bset_alloc_tree() argument 771 bch2_bset_build_aux_tree(struct btree * b,struct bset_tree * t,bool writeable) bch2_bset_build_aux_tree() argument 794 struct bset_tree *t; bch2_bset_init_first() local 809 struct bset_tree *t; bch2_bset_init_next() local 827 __bkey_prev(struct btree * b,struct bset_tree * t,struct bkey_packed * k) __bkey_prev() argument 866 bch2_bkey_prev_filter(struct btree * b,struct bset_tree * t,struct bkey_packed * k,unsigned min_key_type) bch2_bkey_prev_filter() argument 897 rw_aux_tree_insert_entry(struct btree * b,struct bset_tree * t,unsigned idx) rw_aux_tree_insert_entry() argument 929 bch2_bset_fix_lookup_table(struct btree * b,struct bset_tree * t,struct bkey_packed * _where,unsigned clobber_u64s,unsigned new_u64s) bch2_bset_fix_lookup_table() argument 993 struct bset_tree *t = bset_tree_last(b); bch2_bset_insert() local 1032 struct bset_tree *t = bset_tree_last(b); bch2_bset_delete() local 1051 bset_search_write_set(const struct btree * b,struct bset_tree * t,struct bpos * search) bset_search_write_set() argument 1101 bset_search_tree(const struct btree * b,const struct bset_tree * t,const struct bpos * search,const struct bkey_packed * packed_search) bset_search_tree() argument 1155 __bch2_bset_search(struct btree * b,struct bset_tree * t,struct bpos * search,const struct bkey_packed * lossy_packed_search) __bch2_bset_search() argument 1189 bch2_bset_search_linear(struct btree * b,struct bset_tree * t,struct bpos * search,struct bkey_packed * packed_search,const struct bkey_packed * lossy_packed_search,struct bkey_packed * m) bch2_bset_search_linear() argument 1339 struct bset_tree *t = b->set + i; bch2_btree_node_iter_init() local 1368 bch2_btree_node_iter_bset_pos(struct btree_node_iter * iter,struct btree * b,struct bset_tree * t) bch2_btree_node_iter_bset_pos() argument 1550 struct bset_tree *t = bch2_bkey_to_bset(b, k); bch2_bfloat_to_text() local [all...] |
/linux/drivers/clocksource/ |
H A D | timer-ti-dm-systimer.c | 55 struct dmtimer_systimer t; member 61 struct dmtimer_systimer t; member 66 static bool dmtimer_systimer_revision1(struct dmtimer_systimer *t) in dmtimer_systimer_revision1() argument 73 static void dmtimer_systimer_enable(struct dmtimer_systimer *t) in dmtimer_systimer_enable() argument 85 static void dmtimer_systimer_disable(struct dmtimer_systimer *t) in dmtimer_systimer_disable() argument 93 dmtimer_systimer_type1_reset(struct dmtimer_systimer * t) dmtimer_systimer_type1_reset() argument 108 dmtimer_systimer_type2_reset(struct dmtimer_systimer * t) dmtimer_systimer_type2_reset() argument 122 dmtimer_systimer_reset(struct dmtimer_systimer * t) dmtimer_systimer_reset() argument 323 dmtimer_systimer_init_clock(struct dmtimer_systimer * t,struct device_node * np,const char * name,unsigned long * rate) dmtimer_systimer_init_clock() argument 362 dmtimer_systimer_setup(struct device_node * np,struct dmtimer_systimer * t) dmtimer_systimer_setup() argument 437 struct dmtimer_systimer *t = &clkevt->t; dmtimer_clockevent_interrupt() local 449 struct dmtimer_systimer *t = &clkevt->t; dmtimer_set_next_event() local 466 struct dmtimer_systimer *t = &clkevt->t; dmtimer_clockevent_shutdown() local 487 struct dmtimer_systimer *t = &clkevt->t; dmtimer_set_periodic() local 512 struct dmtimer_systimer *t = &clkevt->t; omap_clockevent_idle() local 521 struct dmtimer_systimer *t = &clkevt->t; omap_clockevent_unidle() local 541 struct dmtimer_systimer *t; dmtimer_clkevt_init_common() local 664 struct dmtimer_systimer *t = &clkevt->t; omap_dmtimer_starting_cpu() local 675 struct dmtimer_systimer *t = &clkevt->t; dmtimer_percpu_timer_startup() local 715 struct dmtimer_systimer *t = &clksrc->t; dmtimer_clocksource_read_cycles() local 730 struct dmtimer_systimer *t = &clksrc->t; dmtimer_clocksource_suspend() local 740 struct dmtimer_systimer *t = &clksrc->t; dmtimer_clocksource_resume() local 756 struct dmtimer_systimer *t; dmtimer_clocksource_init() local [all...] |
/linux/drivers/media/pci/bt8xx/ |
H A D | bttv-audio-hook.c | 55 void gvbctv3pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in gvbctv3pci_audio() argument 86 void gvbctv5pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in gvbctv5pci_audio() argument 157 avermedia_tvphone_audio(struct bttv * btv,struct v4l2_tuner * t,int set) avermedia_tvphone_audio() argument 188 avermedia_tv_stereo_audio(struct bttv * btv,struct v4l2_tuner * t,int set) avermedia_tv_stereo_audio() argument 221 lt9415_audio(struct bttv * btv,struct v4l2_tuner * t,int set) lt9415_audio() argument 259 terratv_audio(struct bttv * btv,struct v4l2_tuner * t,int set) terratv_audio() argument 292 winfast2000_audio(struct bttv * btv,struct v4l2_tuner * t,int set) winfast2000_audio() argument 328 pvbt878p9b_audio(struct bttv * btv,struct v4l2_tuner * t,int set) pvbt878p9b_audio() argument 369 fv2000s_audio(struct bttv * btv,struct v4l2_tuner * t,int set) fv2000s_audio() argument 408 windvr_audio(struct bttv * btv,struct v4l2_tuner * t,int set) windvr_audio() argument 443 adtvk503_audio(struct bttv * btv,struct v4l2_tuner * t,int set) adtvk503_audio() argument [all...] |
/linux/drivers/media/v4l2-core/ |
H A D | tuner-core.c | 240 struct tuner *t = fe->analog_demod_priv; in fe_set_params() local 260 struct tuner *t = fe->analog_demod_priv; in fe_set_config() local 301 struct tuner *t = to_tuner(i2c_get_clientdata(c)); in set_type() local 523 struct tuner *t = to_tuner(sd); tuner_s_type_addr() local 557 struct tuner *t = to_tuner(sd); tuner_s_config() local 629 struct tuner *t; tuner_probe() local 782 struct tuner *t = to_tuner(i2c_get_clientdata(client)); tuner_remove() local 816 check_mode(struct tuner * t,enum v4l2_tuner_type mode) check_mode() argument 839 set_mode(struct tuner * t,enum v4l2_tuner_type mode) set_mode() argument 863 set_freq(struct tuner * t,unsigned int freq) set_freq() argument 890 struct tuner *t = to_tuner(i2c_get_clientdata(c)); set_tv_freq() local 941 tuner_fixup_std(struct tuner * t,v4l2_std_id std) tuner_fixup_std() argument 1031 struct tuner *t = to_tuner(i2c_get_clientdata(c)); set_radio_freq() local 1086 struct tuner *t = fe->analog_demod_priv; tuner_status() local 1140 struct tuner *t = to_tuner(sd); tuner_s_radio() local 1157 struct tuner *t = to_tuner(sd); tuner_standby() local 1169 struct tuner *t = to_tuner(sd); tuner_s_std() local 1183 struct tuner *t = to_tuner(sd); tuner_s_frequency() local 1202 struct tuner *t = to_tuner(sd); tuner_g_frequency() local 1233 struct tuner *t = to_tuner(sd); tuner_g_tuner() local 1286 struct tuner *t = to_tuner(sd); tuner_s_tuner() local 1310 struct tuner *t = to_tuner(sd); tuner_log_status() local 1322 struct tuner *t = to_tuner(i2c_get_clientdata(c)); tuner_suspend() local 1338 struct tuner *t = to_tuner(i2c_get_clientdata(c)); tuner_resume() local [all...] |
/linux/drivers/gpu/drm/i915/ |
H A D | i915_tasklet.h | 11 static inline void tasklet_lock(struct tasklet_struct *t) in tasklet_lock() argument 17 static inline bool tasklet_is_locked(const struct tasklet_struct *t) in tasklet_is_locked() argument 22 static inline void __tasklet_disable_sync_once(struct tasklet_struct *t) in __tasklet_disable_sync_once() argument 28 static inline bool __tasklet_is_enabled(const struct tasklet_struct *t) in __tasklet_is_enabled() argument 33 static inline bool __tasklet_enable(struct tasklet_struct *t) in __tasklet_enable() argument 38 __tasklet_is_scheduled(struct tasklet_struct * t) __tasklet_is_scheduled() argument [all...] |
/linux/fs/smb/server/ |
H A D | transport_rdma.c | 158 #define KSMBD_TRANS(t) ((struct ksmbd_transport *)&((t)->transport)) argument 159 #define SMBD_TRANS(t) ((struct smb_direct_transport *)container_of(t, \ argument 196 struct smb_direct_transport *t; member 231 smb_trans_direct_transfort(struct ksmbd_transport *t) in smb_trans_direct_transfort() argument 250 smb_direct_recvmsg *get_free_recvmsg(struct smb_direct_transport *t) in get_free_recvmsg() argument 265 put_recvmsg(struct smb_direct_transport * t,struct smb_direct_recvmsg * recvmsg) put_recvmsg() argument 281 enqueue_reassembly(struct smb_direct_transport * t,struct smb_direct_recvmsg * recvmsg,int data_length) enqueue_reassembly() argument 299 get_first_reassembly(struct smb_direct_transport * t) get_first_reassembly() argument 310 struct smb_direct_transport *t = smb_direct_disconnect_rdma_work() local 321 smb_direct_disconnect_rdma_connection(struct smb_direct_transport * t) smb_direct_disconnect_rdma_connection() argument 329 struct smb_direct_transport *t = container_of(work, smb_direct_send_immediate_work() local 340 struct smb_direct_transport *t; alloc_transport() local 392 free_transport(struct smb_direct_transport * t) free_transport() argument 441 smb_direct_alloc_sendmsg(struct smb_direct_transport * t) smb_direct_alloc_sendmsg() argument 454 smb_direct_free_sendmsg(struct smb_direct_transport * t,struct smb_direct_sendmsg * msg) smb_direct_free_sendmsg() argument 518 struct smb_direct_transport *t; recv_done() local 629 smb_direct_post_recv(struct smb_direct_transport * t,struct smb_direct_recvmsg * recvmsg) smb_direct_post_recv() argument 663 smb_direct_read(struct ksmbd_transport * t,char * buf,unsigned int size,int unused) smb_direct_read() argument 793 struct smb_direct_transport *t = container_of(work, smb_direct_post_recv_credits() local 838 struct smb_direct_transport *t; send_done() local 871 manage_credits_prior_sending(struct smb_direct_transport * t) manage_credits_prior_sending() argument 883 smb_direct_post_send(struct smb_direct_transport * t,struct ib_send_wr * wr) smb_direct_post_send() argument 899 smb_direct_send_ctx_init(struct smb_direct_transport * t,struct smb_direct_send_ctx * send_ctx,bool need_invalidate_rkey,unsigned int remote_key) smb_direct_send_ctx_init() argument 910 smb_direct_flush_send_list(struct smb_direct_transport * t,struct smb_direct_send_ctx * send_ctx,bool is_last) smb_direct_flush_send_list() argument 950 wait_for_credits(struct smb_direct_transport * t,wait_queue_head_t * waitq,atomic_t * total_credits,int needed) wait_for_credits() argument 972 wait_for_send_credits(struct smb_direct_transport * t,struct smb_direct_send_ctx * send_ctx) wait_for_send_credits() argument 987 wait_for_rw_credits(struct smb_direct_transport * t,int credits) wait_for_rw_credits() argument 992 calc_rw_credits(struct smb_direct_transport * t,char * buf,unsigned int len) calc_rw_credits() argument 999 smb_direct_create_header(struct smb_direct_transport * t,int size,int remaining_data_length,struct smb_direct_sendmsg ** sendmsg_out) smb_direct_create_header() argument 1104 post_sendmsg(struct smb_direct_transport * t,struct smb_direct_send_ctx * send_ctx,struct smb_direct_sendmsg * msg) post_sendmsg() argument 1142 smb_direct_post_send_data(struct smb_direct_transport * t,struct smb_direct_send_ctx * send_ctx,struct kvec * iov,int niov,int remaining_data_length) smb_direct_post_send_data() argument 1207 smb_direct_writev(struct ksmbd_transport * t,struct kvec * iov,int niovs,int buflen,bool need_invalidate,unsigned int remote_key) smb_direct_writev() argument 1297 smb_direct_free_rdma_rw_msg(struct smb_direct_transport * t,struct smb_direct_rdma_rw_msg * msg,enum dma_data_direction dir) smb_direct_free_rdma_rw_msg() argument 1312 struct smb_direct_transport *t = msg->t; read_write_done() local 1335 smb_direct_rdma_xmit(struct smb_direct_transport * t,void * buf,int buf_len,struct smb2_buffer_desc_v1 * desc,unsigned int desc_len,bool is_read) smb_direct_rdma_xmit() argument 1465 smb_direct_rdma_write(struct ksmbd_transport * t,void * buf,unsigned int buflen,struct smb2_buffer_desc_v1 * desc,unsigned int desc_len) smb_direct_rdma_write() argument 1474 smb_direct_rdma_read(struct ksmbd_transport * t,void * buf,unsigned int buflen,struct smb2_buffer_desc_v1 * desc,unsigned int desc_len) smb_direct_rdma_read() argument 1483 smb_direct_disconnect(struct ksmbd_transport * t) smb_direct_disconnect() argument 1495 smb_direct_shutdown(struct ksmbd_transport * t) smb_direct_shutdown() argument 1507 struct smb_direct_transport *t = cm_id->context; smb_direct_cm_handler() local 1544 struct smb_direct_transport *t = context; smb_direct_qpair_handler() local 1559 smb_direct_send_negotiate_response(struct smb_direct_transport * t,int failed) smb_direct_send_negotiate_response() argument 1616 smb_direct_accept_client(struct smb_direct_transport * t) smb_direct_accept_client() argument 1652 smb_direct_prepare_negotiation(struct smb_direct_transport * t) smb_direct_prepare_negotiation() argument 1682 smb_direct_get_max_fr_pages(struct smb_direct_transport * t) smb_direct_get_max_fr_pages() argument 1689 smb_direct_init_params(struct smb_direct_transport * t,struct ib_qp_cap * cap) smb_direct_init_params() argument 1777 smb_direct_destroy_pools(struct smb_direct_transport * t) smb_direct_destroy_pools() argument 1797 smb_direct_create_pools(struct smb_direct_transport * t) smb_direct_create_pools() argument 1849 smb_direct_create_qpair(struct smb_direct_transport * t,struct ib_qp_cap * cap) smb_direct_create_qpair() argument 1935 smb_direct_prepare(struct ksmbd_transport * t) smb_direct_prepare() argument 2021 struct smb_direct_transport *t; smb_direct_handle_connect_request() local [all...] |
/linux/drivers/iio/ |
H A D | industrialio-sw-trigger.c | 32 struct iio_sw_trigger_type *t = NULL, *iter; in __iio_find_sw_trigger_type() local 43 int iio_register_sw_trigger_type(struct iio_sw_trigger_type *t) in iio_register_sw_trigger_type() argument 72 iio_unregister_sw_trigger_type(struct iio_sw_trigger_type * t) iio_unregister_sw_trigger_type() argument 89 struct iio_sw_trigger_type *t; iio_get_sw_trigger_type() local 102 struct iio_sw_trigger *t; iio_sw_trigger_create() local 123 iio_sw_trigger_destroy(struct iio_sw_trigger * t) iio_sw_trigger_destroy() argument 135 struct iio_sw_trigger *t; trigger_make_group() local 149 struct iio_sw_trigger *t = to_iio_sw_trigger(item); trigger_drop_group() local [all...] |
/linux/kernel/ |
H A D | rseq.c | 30 static struct rseq *rseq_kernel_fields(struct task_struct *t) in rseq_kernel_fields() argument 35 static int rseq_validate_ro_fields(struct task_struct *t) in rseq_validate_ro_fields() argument 85 rseq_unsafe_put_user(t,value,field,error_label) global() argument 92 rseq_validate_ro_fields(struct task_struct * t) rseq_validate_ro_fields() argument 97 rseq_unsafe_put_user(t,value,field,error_label) global() argument 161 rseq_update_cpu_node_id(struct task_struct * t) rseq_update_cpu_node_id() argument 197 rseq_reset_rseq_cpu_node_id(struct task_struct * t) rseq_reset_rseq_cpu_node_id() argument 262 rseq_get_rseq_cs(struct task_struct * t,struct rseq_cs * rseq_cs) rseq_get_rseq_cs() argument 327 rseq_need_restart(struct task_struct * t,u32 cs_flags) rseq_need_restart() argument 386 struct task_struct *t = current; rseq_ip_fixup() local 426 struct task_struct *t = current; __rseq_handle_notify_resume() local 460 struct task_struct *t = current; rseq_syscall() local [all...] |
/linux/arch/loongarch/include/asm/ |
H A D | fpu.h | 229 static inline void save_lsx(struct task_struct *t) in save_lsx() argument 235 static inline void restore_lsx(struct task_struct *t) in restore_lsx() argument 247 static inline void restore_lsx_upper(struct task_struct *t) in restore_lsx_upper() argument 256 save_lsx(struct task_struct * t) save_lsx() argument 257 restore_lsx(struct task_struct * t) restore_lsx() argument 259 restore_lsx_upper(struct task_struct * t) restore_lsx_upper() argument 277 save_lasx(struct task_struct * t) save_lasx() argument 283 restore_lasx(struct task_struct * t) restore_lasx() argument 295 restore_lasx_upper(struct task_struct * t) restore_lasx_upper() argument 304 save_lasx(struct task_struct * t) save_lasx() argument 305 restore_lasx(struct task_struct * t) restore_lasx() argument 307 restore_lasx_upper(struct task_struct * t) restore_lasx_upper() argument [all...] |
/linux/net/ipv6/ |
H A D | ip6_vti.c | 94 struct ip6_tnl *t; in vti6_tnl_lookup() local 154 vti6_tnl_link(struct vti6_net * ip6n,struct ip6_tnl * t) vti6_tnl_link() argument 163 vti6_tnl_unlink(struct vti6_net * ip6n,struct ip6_tnl * t) vti6_tnl_unlink() argument 180 struct ip6_tnl *t = netdev_priv(dev); vti6_tnl_create2() local 202 struct ip6_tnl *t; vti6_tnl_create() local 256 struct ip6_tnl *t; vti6_locate() local 284 struct ip6_tnl *t = netdev_priv(dev); vti6_dev_uninit() local 297 struct ip6_tnl *t; vti6_input_proto() local 347 struct ip6_tnl *t = XFRM_TUNNEL_SKB_CB(skb)->tunnel.ip6; vti6_rcv_cb() local 406 vti6_addr_conflict(const struct ip6_tnl * t,const struct ipv6hdr * hdr) vti6_addr_conflict() argument 443 struct ip6_tnl *t = netdev_priv(dev); vti6_xmit() local 551 struct ip6_tnl *t = netdev_priv(dev); vti6_tnl_xmit() local 599 struct ip6_tnl *t; vti6_err() local 649 vti6_link_config(struct ip6_tnl * t,bool keep_mtu) vti6_link_config() argument 707 vti6_tnl_change(struct ip6_tnl * t,const struct __ip6_tnl_parm * p,bool keep_mtu) vti6_tnl_change() argument 722 vti6_update(struct ip6_tnl * t,struct __ip6_tnl_parm * p,bool keep_mtu) vti6_update() argument 801 struct ip6_tnl *t = NULL; vti6_siocdevprivate() local 925 struct ip6_tnl *t = netdev_priv(dev); vti6_dev_init_gen() local 939 struct ip6_tnl *t = netdev_priv(dev); vti6_dev_init() local 956 struct ip6_tnl *t = netdev_priv(dev); vti6_fb_tnl_dev_init() local 1034 struct ip6_tnl *t; vti6_changelink() local 1118 struct ip6_tnl *t; vti6_exit_rtnl_net() local 1137 struct ip6_tnl *t = NULL; vti6_init_net() local [all...] |
H A D | ip6_gre.c | 114 static bool ip6gre_tunnel_match(struct ip6_tnl *t, int dev_type, int link, in ip6gre_tunnel_match() argument 148 struct ip6_tnl *t, *cand = NULL; ip6gre_tunnel_lookup() local 236 ip6gre_tunnel_link_md(struct ip6gre_net * ign,struct ip6_tnl * t) ip6gre_tunnel_link_md() argument 242 ip6erspan_tunnel_link_md(struct ip6gre_net * ign,struct ip6_tnl * t) ip6erspan_tunnel_link_md() argument 248 ip6gre_tunnel_unlink_md(struct ip6gre_net * ign,struct ip6_tnl * t) ip6gre_tunnel_unlink_md() argument 255 ip6erspan_tunnel_unlink_md(struct ip6gre_net * ign,struct ip6_tnl * t) ip6erspan_tunnel_unlink_md() argument 262 ip6gre_bucket(struct ip6gre_net * ign,const struct ip6_tnl * t) ip6gre_bucket() argument 267 ip6gre_tunnel_link(struct ip6gre_net * ign,struct ip6_tnl * t) ip6gre_tunnel_link() argument 275 ip6gre_tunnel_unlink(struct ip6gre_net * ign,struct ip6_tnl * t) ip6gre_tunnel_unlink() argument 298 struct ip6_tnl *t; ip6gre_tunnel_find() local 318 struct ip6_tnl *t, *nt; ip6gre_tunnel_locate() local 364 struct ip6_tnl *t = netdev_priv(dev); ip6erspan_tunnel_uninit() local 375 struct ip6_tnl *t = netdev_priv(dev); ip6gre_tunnel_uninit() local 393 struct ip6_tnl *t; ip6gre_err() local 610 struct ip6_tnl *t = netdev_priv(dev); prepare_ip6gre_xmit_ipv4() local 636 struct ip6_tnl *t = netdev_priv(dev); prepare_ip6gre_xmit_ipv6() local 682 struct ip6_tnl *t = netdev_priv(dev); prepare_ip6gre_xmit_other() local 790 struct ip6_tnl *t = netdev_priv(dev); ip6gre_xmit_ipv4() local 823 struct ip6_tnl *t = netdev_priv(dev); ip6gre_xmit_ipv6() local 855 struct ip6_tnl *t = netdev_priv(dev); ip6gre_xmit_other() local 878 struct ip6_tnl *t = netdev_priv(dev); ip6gre_tunnel_xmit() local 918 struct ip6_tnl *t = netdev_priv(dev); ip6erspan_tunnel_xmit() local 1085 ip6gre_tnl_link_config_common(struct ip6_tnl * t) ip6gre_tnl_link_config_common() argument 1119 ip6gre_tnl_link_config_route(struct ip6_tnl * t,int set_mtu,int t_hlen) ip6gre_tnl_link_config_route() argument 1179 ip6gre_tnl_link_config(struct ip6_tnl * t,int set_mtu) ip6gre_tnl_link_config() argument 1185 ip6gre_tnl_copy_tnl_parm(struct ip6_tnl * t,const struct __ip6_tnl_parm * p) ip6gre_tnl_copy_tnl_parm() argument 1208 ip6gre_tnl_change(struct ip6_tnl * t,const struct __ip6_tnl_parm * p,int set_mtu) ip6gre_tnl_change() argument 1258 struct ip6_tnl *t = netdev_priv(dev); ip6gre_tunnel_siocdevprivate() local 1367 struct ip6_tnl *t = netdev_priv(dev); ip6gre_header() local 1413 struct ip6_tnl *t = netdev_priv(dev); ip6gre_dev_free() local 1558 struct ip6_tnl *t; ip6gre_exit_rtnl_net() local 2003 struct ip6_tnl *t, *nt = netdev_priv(dev); ip6gre_changelink_common() local 2036 struct ip6_tnl *t = netdev_priv(dev); ip6gre_changelink() local 2105 struct ip6_tnl *t = netdev_priv(dev); ip6gre_fill_info() local 2237 ip6erspan_tnl_link_config(struct ip6_tnl * t,int set_mtu) ip6erspan_tnl_link_config() argument 2243 ip6erspan_tnl_change(struct ip6_tnl * t,const struct __ip6_tnl_parm * p,int set_mtu) ip6erspan_tnl_change() argument 2257 struct ip6_tnl *t; ip6erspan_changelink() local [all...] |
/linux/kernel/rcu/ |
H A D | tree_plugin.h | 169 struct task_struct *t = current; in rcu_preempt_ctxt_queue() local 326 struct task_struct *t in rcu_note_context_switch() local 432 struct task_struct *t = current; __rcu_read_unlock() local 452 rcu_next_node_entry(struct task_struct * t,struct rcu_node * rnp) rcu_next_node_entry() argument 478 rcu_preempt_deferred_qs_irqrestore(struct task_struct * t,unsigned long flags) rcu_preempt_deferred_qs_irqrestore() argument 600 rcu_preempt_need_deferred_qs(struct task_struct * t) rcu_preempt_need_deferred_qs() argument 614 rcu_preempt_deferred_qs(struct task_struct * t) rcu_preempt_deferred_qs() argument 671 rcu_unlock_needs_exp_handling(struct task_struct * t,struct rcu_data * rdp,struct rcu_node * rnp,bool irqs_were_disabled) rcu_unlock_needs_exp_handling() argument 728 rcu_read_unlock_special(struct task_struct * t) rcu_read_unlock_special() argument 787 struct task_struct *t; rcu_preempt_check_blocked_tasks() local 813 struct task_struct *t = current; rcu_flavor_sched_clock_irq() local 850 struct task_struct *t = current; exit_rcu() local 1035 rcu_preempt_need_deferred_qs(struct task_struct * t) rcu_preempt_need_deferred_qs() argument 1047 rcu_preempt_deferred_qs(struct task_struct * t) rcu_preempt_deferred_qs() argument 1160 struct task_struct *t; rcu_boost() local 1306 struct task_struct *t; rcu_spawn_one_boost_kthread() local [all...] |
/linux/drivers/nvmem/ |
H A D | lan9662-otpc.c | 9 #define OTP_OTP_PWR_DN(t) (t + 0x00) argument 11 #define OTP_OTP_ADDR_HI(t) (t + 0x04) argument 12 #define OTP_OTP_ADDR_LO(t) (t + 0x08) argument 13 #define OTP_OTP_PRGM_DATA(t) (t + 0x10) argument 14 #define OTP_OTP_PRGM_MODE(t) (t argument 16 OTP_OTP_RD_DATA(t) global() argument 17 OTP_OTP_FUNC_CMD(t) global() argument 20 OTP_OTP_CMD_GO(t) global() argument 22 OTP_OTP_PASS_FAIL(t) global() argument 26 OTP_OTP_STATUS(t) global() argument [all...] |