Home
last modified time | relevance | path

Searched defs:ptr (Results 151 – 175 of 2399) sorted by relevance

12345678910>>...96

/linux-6.14.4/arch/powerpc/boot/
Dsimple_alloc.c66 static struct alloc_info *simple_find_entry(void *ptr) in simple_find_entry()
81 static void simple_free(void *ptr) in simple_free()
95 static void *simple_realloc(void *ptr, unsigned long size) in simple_realloc()
/linux-6.14.4/rust/helpers/
Derr.c10 bool rust_helper_IS_ERR(__force const void *ptr) in rust_helper_IS_ERR()
15 long rust_helper_PTR_ERR(__force const void *ptr) in rust_helper_PTR_ERR()
/linux-6.14.4/rust/kernel/alloc/
Dkvec.rs96 ptr: NonNull<T>, field
265 let ptr = unsafe { self.as_mut_ptr().add(self.len) } as *mut MaybeUninit<T>; in spare_capacity_mut() localVariable
292 let ptr = unsafe { self.as_mut_ptr().add(self.len) }; in push() localVariable
394 let ptr = me.as_mut_ptr(); in into_raw_parts() localVariable
438 let ptr = unsafe { in reserve() localVariable
549 let ptr = Box::into_raw(b); localVariable
688 ptr: *mut T, field
701 let ptr = me.ptr; in into_raw_parts() localVariable
/linux-6.14.4/mm/
Dexecmem.c158 static int execmem_cache_add(void *ptr, size_t size) in execmem_cache_add()
212 void *area, *ptr = NULL; in __execmem_cache_alloc() local
237 void *ptr = (void *)(addr + size); in __execmem_cache_alloc() local
319 static bool execmem_cache_free(void *ptr) in execmem_cache_free()
353 static bool execmem_cache_free(void *ptr) in execmem_cache_free()
375 void execmem_free(void *ptr) in execmem_free()
/linux-6.14.4/security/tomoyo/
Dcondition.c235 const struct tomoyo_name_union *ptr, in tomoyo_scan_exec_realpath()
280 struct tomoyo_name_union *ptr) in tomoyo_parse_name_union_quoted()
409 struct tomoyo_condition *ptr; in tomoyo_commit_condition() local
811 const struct tomoyo_name_union *ptr = names_p++; in tomoyo_condition() local
1063 const struct tomoyo_number_union *ptr = numbers_p++; in tomoyo_condition() local
1070 const struct tomoyo_number_union *ptr = numbers_p++; in tomoyo_condition() local
/linux-6.14.4/drivers/net/wan/
Dlapbether.c163 unsigned char *ptr; in lapbeth_data_indication() local
239 unsigned char *ptr; in lapbeth_data_transmit() local
265 unsigned char *ptr; in lapbeth_connected() local
283 unsigned char *ptr; in lapbeth_disconnected() local
445 unsigned long event, void *ptr) in lapbeth_device_event()
/linux-6.14.4/drivers/regulator/
Dgpio-regulator.c48 int ptr; in gpio_regulator_get_value() local
62 int ptr, target = 0, state, best_val = INT_MAX; in gpio_regulator_set_voltage() local
101 int ptr, target = 0, state, best_val = 0; in gpio_regulator_set_current_limit() local
243 int ptr, ret, state, i; in gpio_regulator_probe() local
/linux-6.14.4/tools/testing/selftests/arm64/mte/
Dcheck_child_memory.c29 static int check_child_tag_inheritance(char *ptr, int size, int mode) in check_child_tag_inheritance()
86 char *ptr; in check_child_memory_mapping() local
108 char *ptr, *map_ptr; in check_child_file_mapping() local
/linux-6.14.4/drivers/soc/samsung/
Ds3c-pm-check.c46 static void s3c_pm_run_res(struct resource *ptr, run_fn_t fn, u32 *arg) in s3c_pm_run_res()
140 static inline int in_region(void *ptr, int size, void *what, size_t whatsz) in in_region()
166 void *ptr; in s3c_pm_runcheck() local
/linux-6.14.4/arch/riscv/lib/
Dcsum.c89 do_csum_common(const unsigned long *ptr, const unsigned long *end, in do_csum_common()
134 const unsigned long *ptr, *end; in do_csum_with_alignment() local
237 const unsigned long *ptr, *end; in do_csum_no_alignment() local
Dcrc32-riscv.c62 static inline u64 crc32_le_prep(u32 crc, unsigned long const *ptr) in crc32_le_prep()
88 static inline u64 crc32_be_prep(u32 crc, unsigned long const *ptr) in crc32_be_prep()
100 static inline u32 crc32_le_prep(u32 crc, unsigned long const *ptr) in crc32_le_prep()
125 static inline u32 crc32_be_prep(u32 crc, unsigned long const *ptr) in crc32_be_prep()
/linux-6.14.4/tools/include/vdso/
Dunaligned.h5 #define __get_unaligned_t(type, ptr) ({ \ argument
10 #define __put_unaligned_t(type, val, ptr) do { \ argument
/linux-6.14.4/include/vdso/
Dunaligned.h5 #define __get_unaligned_t(type, ptr) ({ \ argument
10 #define __put_unaligned_t(type, val, ptr) do { \ argument
/linux-6.14.4/tools/testing/selftests/arm64/tags/
Dtags_test.c12 #define SET_TAG(ptr, tag) (((uint64_t)(ptr) & ~SHIFT_TAG(0xff)) | \ argument
19 struct utsname *ptr; in main() local
/linux-6.14.4/tools/testing/selftests/bpf/progs/
Dnested_acquire.c15 struct sk_buff *ptr; in BPF_PROG() local
27 struct sk_buff *ptr; in BPF_PROG() local
Derr.h18 static inline int IS_ERR_OR_NULL(const void *ptr) in IS_ERR_OR_NULL()
23 static inline long PTR_ERR(const void *ptr) in PTR_ERR()
/linux-6.14.4/fs/nilfs2/
Dbtree.c59 __u64 ptr, struct buffer_head **bhp) in nilfs_btree_get_new_block()
156 nilfs_btree_node_set_ptr(struct nilfs_btree_node *node, int index, __u64 ptr, in nilfs_btree_node_set_ptr()
240 __u64 key, __u64 ptr, int ncmax) in nilfs_btree_node_insert()
266 __u64 ptr; in nilfs_btree_node_delete() local
471 static int __nilfs_btree_get_block(const struct nilfs_bmap *btree, __u64 ptr, in __nilfs_btree_get_block()
541 static int nilfs_btree_get_block(const struct nilfs_bmap *btree, __u64 ptr, in nilfs_btree_get_block()
554 __u64 ptr; in nilfs_btree_do_lookup() local
614 __u64 ptr; in nilfs_btree_do_lookup_last() local
709 __u64 ptr, ptr2; in nilfs_btree_lookup_contig() local
1045 __u64 ptr; in nilfs_btree_find_target_v() local
[all …]
/linux-6.14.4/arch/um/drivers/
Dmconsole_kern.c118 char *ptr = req->request.data; in mconsole_log() local
134 char *ptr = req->request.data; in mconsole_proc() local
476 char *ptr = req->request.data, *name, *error_string = ""; in mconsole_config() local
502 char *ptr = req->request.data, *err_msg = ""; in mconsole_remove() local
628 char *ptr = req->request.data; in mconsole_sysrq() local
664 char *ptr = req->request.data; in mconsole_stack() local
840 void *ptr) in notify_panic()
/linux-6.14.4/drivers/crypto/cavium/zip/
Dzip_mem.c90 u8 *ptr; in zip_data_buf_alloc() local
109 void zip_data_buf_free(u8 *ptr, u64 size) in zip_data_buf_free()
/linux-6.14.4/include/linux/
Dcontainer_of.h18 #define container_of(ptr, type, member) ({ \ argument
32 #define container_of_const(ptr, type, member) \ argument
/linux-6.14.4/fs/btrfs/
Dinode-item.c22 unsigned long ptr; in btrfs_find_name_in_backref() local
49 unsigned long ptr; in btrfs_find_name_in_ext_backref() local
118 unsigned long ptr; in btrfs_del_inode_extref() local
185 unsigned long ptr; in btrfs_del_inode_ref() local
262 unsigned long ptr; in btrfs_insert_inode_extref() local
315 unsigned long ptr; in btrfs_insert_inode_ref() local
/linux-6.14.4/arch/x86/kernel/
Dvm86_32.c414 #define pushb(base, ptr, val, err_label) \ argument
422 #define pushw(base, ptr, val, err_label) \ argument
433 #define pushl(base, ptr, val, err_label) \ argument
450 #define popb(base, ptr, err_label) \ argument
459 #define popw(base, ptr, err_label) \ argument
471 #define popl(base, ptr, err_label) \ argument
/linux-6.14.4/arch/powerpc/kernel/
Dkgdb.c182 #define PACK64(ptr, src) do { *(ptr++) = (src); } while (0) argument
184 #define PACK32(ptr, src) do { \ argument
195 unsigned long *ptr = gdb_regs; in sleeping_thread_to_gdb_regs() local
382 char *ptr = &remcom_in_buffer[1]; in kgdb_arch_handle_exception() local
/linux-6.14.4/arch/loongarch/include/asm/
Dpercpu.h71 static __always_inline unsigned long __percpu_xchg(void *ptr, unsigned long val, int size) in __percpu_xchg()
179 #define this_cpu_cmpxchg_1(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument
180 #define this_cpu_cmpxchg_2(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument
181 #define this_cpu_cmpxchg_4(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument
182 #define this_cpu_cmpxchg_8(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument
/linux-6.14.4/include/asm-generic/
Dcmpxchg-local.h15 static inline unsigned long __generic_cmpxchg_local(volatile void *ptr, in __generic_cmpxchg_local()
54 static inline u64 __generic_cmpxchg64_local(volatile void *ptr, in __generic_cmpxchg64_local()

12345678910>>...96