| /Linux-v5.4/include/linux/ | 
| D | export.h | 25 #define __CRC_SYMBOL(sym, sec)						\  argument31 #define __CRC_SYMBOL(sym, sec)						\  argument
 38 #define __CRC_SYMBOL(sym, sec)  argument
 49 #define __KSYMTAB_ENTRY_NS(sym, sec)					\  argument
 59 #define __KSYMTAB_ENTRY(sym, sec)					\  argument
 75 #define __KSYMTAB_ENTRY_NS(sym, sec)					\  argument
 81 #define __KSYMTAB_ENTRY(sym, sec)					\  argument
 96 #define ___EXPORT_SYMBOL(sym,sec)	__GENKSYMS_EXPORT_SYMBOL(sym)  argument
 97 #define ___EXPORT_SYMBOL_NS(sym,sec,ns)	__GENKSYMS_EXPORT_SYMBOL(sym)  argument
 101 #define ___export_symbol_common(sym, sec)				\  argument
 [all …]
 
 | 
| /Linux-v5.4/tools/objtool/ | 
| D | elf.c | 26 	struct section *sec;  in find_section_by_name()  local38 	struct section *sec;  in find_section_by_index()  local
 49 	struct section *sec;  in find_symbol_by_index()  local
 60 struct symbol *find_symbol_by_offset(struct section *sec, unsigned long offset)  in find_symbol_by_offset()
 74 	struct section *sec;  in find_symbol_by_name()  local
 85 struct symbol *find_symbol_containing(struct section *sec, unsigned long offset)  in find_symbol_containing()
 97 struct rela *find_rela_by_dest_range(struct section *sec, unsigned long offset,  in find_rela_by_dest_range()
 114 struct rela *find_rela_by_dest(struct section *sec, unsigned long offset)  in find_rela_by_dest()
 119 struct symbol *find_containing_func(struct section *sec, unsigned long offset)  in find_containing_func()
 134 	struct section *sec;  in read_sections()  local
 [all …]
 
 | 
| D | check.c | 33 			      struct section *sec, unsigned long offset)  in find_insn()232 	struct section *sec;  in decode_instructions()  local
 300 	struct section *sec;  in add_dead_ends()  local
 402 	struct section *sec;  in add_ignores()  local
 517 	struct section *sec;  in add_ignore_alternatives()  local
 1137 	struct section *sec;  in add_jump_table_alts()  local
 1161 	struct section *sec, *relasec;  in read_unwind_hints()  local
 1255 	struct section *sec;  in read_retpoline_hints()  local
 1290 	struct section *sec;  in mark_rodata()  local
 1947 	struct section *sec;  in validate_branch()  local
 [all …]
 
 | 
| D | special.c | 37 	const char *sec;  member72 			 struct section *sec, int idx,  in get_alt_entry()
 162 	struct section *sec;  in special_get_alts()  local
 
 | 
| D | warn.h | 18 static inline char *offstr(struct section *sec, unsigned long offset)  in offstr()48 #define WARN_FUNC(format, sec, offset, ...)		\  argument
 
 | 
| /Linux-v5.4/net/mac802154/ | 
| D | llsec.c | 27 void mac802154_llsec_init(struct mac802154_llsec *sec)  in mac802154_llsec_init()41 void mac802154_llsec_destroy(struct mac802154_llsec *sec)  in mac802154_llsec_destroy()
 73 int mac802154_llsec_get_params(struct mac802154_llsec *sec,  in mac802154_llsec_get_params()
 83 int mac802154_llsec_set_params(struct mac802154_llsec *sec,  in mac802154_llsec_set_params()
 212 int mac802154_llsec_key_add(struct mac802154_llsec *sec,  in mac802154_llsec_key_add()
 268 int mac802154_llsec_key_del(struct mac802154_llsec *sec,  in mac802154_llsec_key_del()
 305 llsec_dev_find_short(struct mac802154_llsec *sec, __le16 short_addr,  in llsec_dev_find_short()
 321 llsec_dev_find_long(struct mac802154_llsec *sec, __le64 hwaddr)  in llsec_dev_find_long()
 350 int mac802154_llsec_dev_add(struct mac802154_llsec *sec,  in mac802154_llsec_dev_add()
 388 int mac802154_llsec_dev_del(struct mac802154_llsec *sec, __le64 device_addr)  in mac802154_llsec_dev_del()
 [all …]
 
 | 
| /Linux-v5.4/drivers/staging/exfat/ | 
| D | exfat_cache.c | 18 static struct buf_cache_t *FAT_cache_find(struct super_block *sb, sector_t sec)  in FAT_cache_find()70 static struct buf_cache_t *FAT_cache_get(struct super_block *sb, sector_t sec)  in FAT_cache_get()
 200 	sector_t sec;  in __FAT_read()  local
 328 	sector_t sec;  in __FAT_write()  local
 444 u8 *FAT_getblk(struct super_block *sb, sector_t sec)  in FAT_getblk()
 479 void FAT_modify(struct super_block *sb, sector_t sec)  in FAT_modify()
 532 static struct buf_cache_t *buf_cache_find(struct super_block *sb, sector_t sec)  in buf_cache_find()
 551 static struct buf_cache_t *buf_cache_get(struct super_block *sb, sector_t sec)  in buf_cache_get()
 564 static u8 *__buf_getblk(struct super_block *sb, sector_t sec)  in __buf_getblk()
 599 u8 *buf_getblk(struct super_block *sb, sector_t sec)  in buf_getblk()
 [all …]
 
 | 
| /Linux-v5.4/include/asm-generic/ | 
| D | export.h | 70 #define __EXPORT_SYMBOL(sym, val, sec)				\  argument73 #define __cond_export_sym(sym, val, sec, conf)			\  argument
 75 #define ___cond_export_sym(sym, val, sec, enabled)		\  argument
 77 #define __cond_export_sym_1(sym, val, sec) ___EXPORT_SYMBOL sym, val, sec  argument
 78 #define __cond_export_sym_0(sym, val, sec) /* nothing */  argument
 
 | 
| D | vmlinux.lds.h | 97 #define CPU_KEEP(sec)    *(.cpu##sec)  argument98 #define CPU_DISCARD(sec)  argument
 100 #define CPU_KEEP(sec)  argument
 101 #define CPU_DISCARD(sec) *(.cpu##sec)  argument
 105 #define MEM_KEEP(sec)    *(.mem##sec)  argument
 106 #define MEM_DISCARD(sec)  argument
 108 #define MEM_KEEP(sec)  argument
 109 #define MEM_DISCARD(sec) *(.mem##sec)  argument
 
 | 
| /Linux-v5.4/drivers/net/wireless/realtek/rtw88/ | 
| D | sec.c | 9 int rtw_sec_get_free_cam(struct rtw_sec_desc *sec)  in rtw_sec_get_free_cam()23 		       struct rtw_sec_desc *sec,  in rtw_sec_write_cam()
 79 		       struct rtw_sec_desc *sec,  in rtw_sec_clear_cam()
 101 	struct rtw_sec_desc *sec = &rtwdev->sec;  in rtw_sec_enable_sec_engine()  local
 
 | 
| /Linux-v5.4/tools/perf/scripts/python/ | 
| D | netdev-times.py | 232 def irq__softirq_entry(name, context, cpu, sec, nsec, pid, comm, callchain, vec):  argument238 def irq__softirq_exit(name, context, cpu, sec, nsec, pid, comm, callchain, vec):  argument
 244 def irq__softirq_raise(name, context, cpu, sec, nsec, pid, comm, callchain, vec):  argument
 250 def irq__irq_handler_entry(name, context, cpu, sec, nsec, pid, comm,  argument
 256 def irq__irq_handler_exit(name, context, cpu, sec, nsec, pid, comm, callchain, irq, ret):  argument
 260 def napi__napi_poll(name, context, cpu, sec, nsec, pid, comm, callchain, napi,  argument
 266 def net__netif_receive_skb(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr,  argument
 272 def net__netif_rx(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr,  argument
 278 def net__net_dev_queue(name, context, cpu, sec, nsec, pid, comm, callchain,  argument
 284 def net__net_dev_xmit(name, context, cpu, sec, nsec, pid, comm, callchain,  argument
 [all …]
 
 | 
| /Linux-v5.4/fs/hpfs/ | 
| D | alloc.c | 12 static void hpfs_claim_alloc(struct super_block *s, secno sec)  in hpfs_claim_alloc()25 static void hpfs_claim_free(struct super_block *s, secno sec)  in hpfs_claim_free()
 38 static void hpfs_claim_dirband_alloc(struct super_block *s, secno sec)  in hpfs_claim_dirband_alloc()
 51 static void hpfs_claim_dirband_free(struct super_block *s, secno sec)  in hpfs_claim_dirband_free()
 69 static int chk_if_allocated(struct super_block *s, secno sec, char *msg)  in chk_if_allocated()
 205 	secno sec;  in hpfs_alloc_sector()  local
 280 	secno sec;  in alloc_in_dirband()  local
 296 int hpfs_alloc_if_possible(struct super_block *s, secno sec)  in hpfs_alloc_if_possible()
 315 void hpfs_free_sectors(struct super_block *s, secno sec, unsigned n)  in hpfs_free_sectors()
 
 | 
| /Linux-v5.4/drivers/infiniband/core/ | 
| D | security.c | 112 				       struct ib_qp_security *sec)  in check_qp_port_pkey_settings()153 static void qp_to_error(struct ib_qp_security *sec)  in qp_to_error()
 321 static void destroy_qp_security(struct ib_qp_security *sec)  in destroy_qp_security()
 411 void ib_close_shared_qp_security(struct ib_qp_security *sec)  in ib_close_shared_qp_security()
 458 void ib_destroy_qp_security_begin(struct ib_qp_security *sec)  in ib_destroy_qp_security_begin()
 488 void ib_destroy_qp_security_abort(struct ib_qp_security *sec)  in ib_destroy_qp_security_abort()
 528 void ib_destroy_qp_security_end(struct ib_qp_security *sec)  in ib_destroy_qp_security_end()
 661 				   void *sec)  in ib_security_pkey_access()
 
 | 
| D | core_priv.h | 270 static inline void ib_destroy_qp_security_begin(struct ib_qp_security *sec)  in ib_destroy_qp_security_begin()274 static inline void ib_destroy_qp_security_abort(struct ib_qp_security *sec)  in ib_destroy_qp_security_abort()
 278 static inline void ib_destroy_qp_security_end(struct ib_qp_security *sec)  in ib_destroy_qp_security_end()
 288 static inline void ib_close_shared_qp_security(struct ib_qp_security *sec)  in ib_close_shared_qp_security()
 
 | 
| /Linux-v5.4/arch/x86/tools/ | 
| D | relocs.c | 277 		struct section *sec = &secs[i];  in sym_lookup()  local423 		struct section *sec = &secs[i];  in read_shdrs()  local
 447 		struct section *sec = &secs[i];  in read_strtabs()  local
 472 		struct section *sec = &secs[i];  in read_symtabs()  local
 505 		struct section *sec = &secs[i];  in read_relocs()  local
 548 		struct section *sec = &secs[i];  in print_absolute_symbols()  local
 586 		struct section *sec = &secs[i];  in print_absolute_relocs()  local
 664 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel,  in walk_relocs()
 674 		struct section *sec = &secs[i];  in walk_relocs()  local
 769 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym,  in do_reloc64()
 [all …]
 
 | 
| /Linux-v5.4/drivers/firmware/google/ | 
| D | vpd.c | 100 	struct vpd_section *sec = arg;  in vpd_section_attrib_add()  local146 static void vpd_section_attrib_destroy(struct vpd_section *sec)  in vpd_section_attrib_destroy()
 162 	struct vpd_section *sec = bin_attr->private;  in vpd_section_read()  local
 168 static int vpd_section_create_attribs(struct vpd_section *sec)  in vpd_section_create_attribs()
 182 static int vpd_section_init(const char *name, struct vpd_section *sec,  in vpd_section_init()
 233 static int vpd_section_destroy(struct vpd_section *sec)  in vpd_section_destroy()
 
 | 
| /Linux-v5.4/fs/reiserfs/ | 
| D | xattr.h | 103 					 struct reiserfs_security_handle *sec)  in reiserfs_security_init()110 			struct reiserfs_security_handle *sec)  in reiserfs_security_write()
 114 static inline void reiserfs_security_free(struct reiserfs_security_handle *sec)  in reiserfs_security_free()
 
 | 
| D | xattr_security.c | 46 			   struct reiserfs_security_handle *sec)  in reiserfs_security_init()81 			    struct reiserfs_security_handle *sec)  in reiserfs_security_write()
 95 void reiserfs_security_free(struct reiserfs_security_handle *sec)  in reiserfs_security_free()
 
 | 
| /Linux-v5.4/arch/mips/boot/tools/ | 
| D | relocs.c | 273 		struct section *sec = &secs[i];  in read_shdrs()  local299 		struct section *sec = &secs[i];  in read_strtabs()  local
 324 		struct section *sec = &secs[i];  in read_symtabs()  local
 358 		struct section *sec = sec_lookup(".text");  in read_relocs()  local
 367 		struct section *sec = &secs[i];  in read_relocs()  local
 413 		struct section *sec = &secs[i];  in remove_relocs()  local
 467 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel,  in walk_relocs()
 478 		struct section *sec = &secs[i];  in walk_relocs()  local
 500 static int do_reloc(struct section *sec, Elf_Rel *rel, Elf_Sym *sym,  in do_reloc()
 636 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym,  in do_reloc_info()
 
 | 
| /Linux-v5.4/drivers/net/wireless/intel/ipw2x00/ | 
| D | libipw_wx.c | 302 	struct libipw_security sec = {  in libipw_wx_set_encode()  local468 	struct libipw_security *sec = &ieee->sec;  in libipw_wx_get_encode()  local
 515 	struct libipw_security sec = {  in libipw_wx_set_encodeext()  local
 669 	struct libipw_security *sec = &ieee->sec;  in libipw_wx_get_encodeext()  local
 
 | 
| /Linux-v5.4/drivers/crypto/qat/qat_common/ | 
| D | adf_cfg.c | 68 	struct adf_cfg_section *sec =  in qat_dev_cfg_show()  local187 			       struct adf_cfg_section *sec)  in adf_cfg_keyval_add()
 251 	struct adf_cfg_section *sec = adf_cfg_sec_find(accel_dev, sec_name);  in adf_cfg_key_val_get()  local
 331 	struct adf_cfg_section *sec = adf_cfg_sec_find(accel_dev, name);  in adf_cfg_section_add()  local
 
 | 
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/ | 
| D | iwl-drv.c | 189 			     struct fw_sec *sec)  in iwl_alloc_fw_desc()265 	struct fw_sec *sec;  member
 315 			      int  sec)  in get_sec()
 322 			   int sec)  in alloc_sec_data()
 342 			 int sec,  in set_sec_data()
 352 			 int sec,  in set_sec_size()
 362 			   int sec)  in get_sec_size()
 369 			   int sec,  in set_sec_offset()
 408 	struct fw_sec *sec;  in iwl_store_ucode_sec()  local
 1208 	struct fw_desc *sec;  in iwl_alloc_ucode()  local
 
 | 
| /Linux-v5.4/drivers/rtc/ | 
| D | rtc-brcmstb-waketimer.c | 71 	u32 sec;  member136 	time64_t sec;  in brcmstb_waketmr_settime()  local
 149 	time64_t sec;  in brcmstb_waketmr_getalarm()  local
 169 	time64_t sec;  in brcmstb_waketmr_setalarm()  local
 
 | 
| /Linux-v5.4/arch/mips/sibyte/swarm/ | 
| D | setup.c | 79 	time64_t sec;  in read_persistent_clock64()  local101 	time64_t sec = now.tv_sec;  in update_persistent_clock64()  local
 
 | 
| /Linux-v5.4/net/rxrpc/ | 
| D | security.c | 70 	const struct rxrpc_security *sec;  in rxrpc_init_client_conn_security()  local108 	const struct rxrpc_security *sec;  in rxrpc_init_server_conn_security()  local
 
 |