Home
last modified time | relevance | path

Searched defs:ptr (Results 326 – 350 of 1810) sorted by relevance

1...<<11121314151617181920>>...73

/linux/drivers/net/wan/
H A Dhdlc_x25.c56 unsigned char *ptr; in x25_connect_disconnect() local
84 unsigned char *ptr; in x25_data_indication() local
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_misc.h38 #define sym_que_init(ptr) do { \ argument
111 #define sym_que_entry(ptr, type, member) container_of(ptr, type, member) argument
H A Dsym_glue.c1023 static int sym_skip_spaces(char *ptr, int len) in sym_skip_spaces()
1032 static int get_int_arg(char *ptr, int len, u_long *pv) in get_int_arg()
1040 static int is_keyword(char *ptr, int len, char *verb) in is_keyword()
1050 #define SKIP_SPACES(ptr, len) \ argument
1055 #define GET_INT_ARG(ptr, len, v) \ argument
1068 char *ptr = buffer; in sym_user_command() local
/linux/net/netlabel/
H A Dnetlabel_addrlist.h56 #define __af4list_entry(ptr) container_of(ptr, struct netlbl_af4list, list) argument
123 #define __af6list_entry(ptr) container_of(ptr, struct netlbl_af6list, list) argument
/linux/arch/arm64/include/asm/
H A Dmte-kasan.h90 static inline u8 mte_get_ptr_tag(void *ptr) in mte_get_ptr_tag()
223 static inline u8 mte_get_ptr_tag(void *ptr) in mte_get_ptr_tag()
/linux/net/bluetooth/rfcomm/
H A Dcore.c933 u8 buf[16], *ptr = buf; in rfcomm_send_nsc() local
959 u8 buf[16], *ptr = buf; in rfcomm_send_pn() local
1004 u8 buf[16], *ptr = buf; in rfcomm_send_rpn() local
1039 u8 buf[16], *ptr = buf; in rfcomm_send_rls() local
1066 u8 buf[16], *ptr = buf; in rfcomm_send_msc() local
1092 u8 buf[16], *ptr = buf; in rfcomm_send_fcoff() local
1114 u8 buf[16], *ptr = buf; in rfcomm_send_fcon() local
1167 u8 buf[16], *ptr = buf; in rfcomm_send_credits() local
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c217 __bpf_kfunc struct sk_buff *bpf_kfunc_nested_acquire_nonzero_offset_test(struct sk_buff_head *ptr) in bpf_kfunc_rcu_task_test() argument
186 bpf_kfunc_dynptr_test(struct bpf_dynptr * ptr,struct bpf_dynptr * ptr__nullable) bpf_kfunc_dynptr_test() argument
191 bpf_kfunc_nested_acquire_nonzero_offset_test(struct sk_buff_head * ptr) bpf_kfunc_nested_acquire_nonzero_offset_test() argument
196 bpf_kfunc_nested_acquire_zero_offset_test(struct sock_common * ptr) bpf_kfunc_nested_acquire_zero_offset_test() argument
201 bpf_kfunc_nested_release_test(struct sk_buff * ptr) bpf_kfunc_nested_release_test() argument
205 bpf_kfunc_trusted_vma_test(struct vm_area_struct * ptr) bpf_kfunc_trusted_vma_test() argument
209 bpf_kfunc_trusted_task_test(struct task_struct * ptr) bpf_kfunc_trusted_task_test() argument
213 bpf_kfunc_trusted_num_test(int * ptr) bpf_kfunc_trusted_num_test() argument
/linux/lib/
H A Dmemweight.c11 size_t memweight(const void *ptr, size_t bytes) in memweight()
/linux/arch/powerpc/boot/
H A Dstdlib.c13 unsigned long long int strtoull(const char *ptr, char **end, int base) in strtoull()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_hwconfig.h15 void *ptr; member
/linux/tools/include/tools/
H A Dlibc_compat.h11 static inline void *reallocarray(void *ptr, size_t nmemb, size_t size) in reallocarray()
/linux/arch/s390/purgatory/
H A Dpurgatory.c17 struct kexec_sha_region *ptr, *end; in verify_sha256_digest() local
/linux/tools/testing/radix-tree/
H A Dregression3.c33 void *ptr = (void *)8ul; in regression3_test() local
/linux/tools/lib/
H A Dcmdline.c13 unsigned long long memparse(const char *ptr, char **retptr) in memparse()
/linux/scripts/
H A Drecordmcount.c236 uint32_t *ptr; in make_nop_x86() local
278 char *ptr; in make_nop_arm() local
314 uint32_t *ptr; in make_nop_arm64() local
/linux/drivers/accel/habanalabs/common/
H A Dirq.c34 inline u32 hl_cq_inc_ptr(u32 ptr) in hl_cq_inc_ptr()
50 static inline u32 hl_eq_inc_ptr(u32 ptr) in hl_eq_inc_ptr()
705 u8 *ptr; in hl_eq_dump() local
/linux/rust/kernel/
H A Dmaple_tree.rs180 let ptr = T::into_foreign(value); in insert_range() localVariable
268 let ptr = ma_state.mas_find_raw(usize::MAX); in free_all_entries() localVariable
448 let ptr = T::into_foreign(value); in alloc_range() localVariable
/linux/arch/x86/kernel/
H A Dftrace.c314 unsigned long *ptr; in create_trampoline() local
500 static void *addr_from_call(void *ptr) in addr_from_call()
526 void *ptr; in static_tramp_func() local
/linux/include/asm-generic/
H A Dbarrier.h246 #define smp_cond_load_relaxed(ptr, cond_expr) ({ \ argument
268 #define smp_cond_load_acquire(ptr, cond_expr) ({ \ argument
/linux/tools/testing/selftests/livepatch/test_modules/
H A Dtest_klp_shadow_vars.c20 void *ptr; member
35 static int ptr_id(void *ptr) in ptr_id()
/linux/drivers/net/ethernet/microsoft/mana/
H A Dshm_channel.c71 void __iomem *ptr = base + SMC_LAST_DWORD * SMC_BASIC_UNIT; in mana_smc_poll_register() local
148 u8 *ptr; in mana_smc_setup_hwc() local
/linux/scripts/gdb/linux/
H A Dutils.py74 def container_of(ptr, typeobj, member): argument
89 def invoke(self, ptr, typename, elementname): argument
/linux/tools/testing/selftests/cgroup/
H A Dcgroup_util.c
/linux/net/mptcp/
H A Doptions.c24 const unsigned char *ptr, int opsize, in mptcp_parse_option()
363 const unsigned char *ptr; in mptcp_get_options() local
1350 __be16 *ptr = data; in put_len_csum() local
1357 void mptcp_write_options(struct tcphdr *th, __be32 *ptr, struct tcp_sock *tp, in mptcp_write_options()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dregd.c430 const struct rtw89_acpi_policy_6ghz *ptr; in rtw89_regd_setup_policy_6ghz() local
481 const struct rtw89_acpi_policy_6ghz_sp *ptr; in rtw89_regd_setup_policy_6ghz_sp() local
527 const struct rtw89_acpi_policy_6ghz_vlp *ptr = NULL; in rtw89_regd_setup_policy_6ghz_vlp() local
664 const struct rtw89_acpi_policy_reg_rules *ptr; in rtw89_regd_setup_reg_rules() local

1...<<11121314151617181920>>...73