Searched refs:sec (Results 1 - 25 of 436) sorted by relevance

1234567891011>>

/linux-master/fs/reiserfs/
H A Dxattr_security.c46 struct reiserfs_security_handle *sec = fs_info; local
48 sec->value = kmemdup(xattr_array->value, xattr_array->value_len,
50 if (!sec->value)
53 sec->name = xattr_array->name;
54 sec->length = xattr_array->value_len;
63 struct reiserfs_security_handle *sec)
68 sec->name = NULL;
69 sec->value = NULL;
70 sec->length = 0;
77 &reiserfs_initxattrs, sec);
61 reiserfs_security_init(struct inode *dir, struct inode *inode, const struct qstr *qstr, struct reiserfs_security_handle *sec) argument
95 reiserfs_security_write(struct reiserfs_transaction_handle *th, struct inode *inode, struct reiserfs_security_handle *sec) argument
115 reiserfs_security_free(struct reiserfs_security_handle *sec) argument
[all...]
/linux-master/include/linux/
H A Dexport-internal.h40 #define __KSYMTAB(name, sym, sec, ns) \
47 " .section \"___ksymtab" sec "+" #name "\", \"a\"" "\n" \
62 #define KSYMTAB_FUNC(name, sec, ns) __KSYMTAB(name, KSYM_FUNC(name), sec, ns)
63 #define KSYMTAB_DATA(name, sec, ns) __KSYMTAB(name, name, sec, ns)
65 #define SYMBOL_CRC(sym, crc, sec) \
66 asm(".section \"___kcrctab" sec "+" #sym "\",\"a\"" "\n" \
/linux-master/tools/perf/tests/workloads/
H A Dsqrtloop.c17 static int __sqrtloop(int sec) argument
20 alarm(sec);
29 int sec = 1; local
32 sec = atoi(argv[0]);
36 return __sqrtloop(sec);
H A Dnoploop.c17 int sec = 1; local
20 sec = atoi(argv[0]);
24 alarm(sec);
/linux-master/drivers/firmware/google/
H A Dvpd.c100 struct vpd_section *sec = arg; local
131 ret = sysfs_create_bin_file(sec->kobj, &info->bin_attr);
135 list_add_tail(&info->list, &sec->attribs);
146 static void vpd_section_attrib_destroy(struct vpd_section *sec) argument
151 list_for_each_entry_safe(info, temp, &sec->attribs, list) {
152 sysfs_remove_bin_file(sec->kobj, &info->bin_attr);
162 struct vpd_section *sec = bin_attr->private; local
164 return memory_read_from_buffer(buf, count, &pos, sec->baseaddr,
165 sec->bin_attr.size);
168 static int vpd_section_create_attribs(struct vpd_section *sec) argument
182 vpd_section_init(const char *name, struct vpd_section *sec, phys_addr_t physaddr, size_t size) argument
233 vpd_section_destroy(struct vpd_section *sec) argument
[all...]
/linux-master/net/mac802154/
H A Dllsec.h64 void mac802154_llsec_init(struct mac802154_llsec *sec);
65 void mac802154_llsec_destroy(struct mac802154_llsec *sec);
67 int mac802154_llsec_get_params(struct mac802154_llsec *sec,
69 int mac802154_llsec_set_params(struct mac802154_llsec *sec,
73 int mac802154_llsec_key_add(struct mac802154_llsec *sec,
76 int mac802154_llsec_key_del(struct mac802154_llsec *sec,
79 int mac802154_llsec_dev_add(struct mac802154_llsec *sec,
81 int mac802154_llsec_dev_del(struct mac802154_llsec *sec,
84 int mac802154_llsec_devkey_add(struct mac802154_llsec *sec,
87 int mac802154_llsec_devkey_del(struct mac802154_llsec *sec,
[all...]
H A Dllsec.c27 void mac802154_llsec_init(struct mac802154_llsec *sec) argument
29 memset(sec, 0, sizeof(*sec));
31 memset(&sec->params.default_key_source, 0xFF, IEEE802154_ADDR_LEN);
33 INIT_LIST_HEAD(&sec->table.security_levels);
34 INIT_LIST_HEAD(&sec->table.devices);
35 INIT_LIST_HEAD(&sec->table.keys);
36 hash_init(sec->devices_short);
37 hash_init(sec->devices_hw);
38 rwlock_init(&sec
41 mac802154_llsec_destroy(struct mac802154_llsec *sec) argument
73 mac802154_llsec_get_params(struct mac802154_llsec *sec, struct ieee802154_llsec_params *params) argument
83 mac802154_llsec_set_params(struct mac802154_llsec *sec, const struct ieee802154_llsec_params *params, int changed) argument
212 mac802154_llsec_key_add(struct mac802154_llsec *sec, const struct ieee802154_llsec_key_id *id, const struct ieee802154_llsec_key *key) argument
280 mac802154_llsec_key_del(struct mac802154_llsec *sec, const struct ieee802154_llsec_key_id *key) argument
313 llsec_dev_find_short(struct mac802154_llsec *sec, __le16 short_addr, __le16 pan_id) argument
329 llsec_dev_find_long(struct mac802154_llsec *sec, __le64 hwaddr) argument
358 mac802154_llsec_dev_add(struct mac802154_llsec *sec, const struct ieee802154_llsec_device *dev) argument
396 mac802154_llsec_dev_del(struct mac802154_llsec *sec, __le64 device_addr) argument
429 mac802154_llsec_devkey_add(struct mac802154_llsec *sec, __le64 dev_addr, const struct ieee802154_llsec_device_key *key) argument
453 mac802154_llsec_devkey_del(struct mac802154_llsec *sec, __le64 dev_addr, const struct ieee802154_llsec_device_key *key) argument
475 llsec_find_seclevel(const struct mac802154_llsec *sec, const struct ieee802154_llsec_seclevel *sl) argument
495 mac802154_llsec_seclevel_add(struct mac802154_llsec *sec, const struct ieee802154_llsec_seclevel *sl) argument
514 mac802154_llsec_seclevel_del(struct mac802154_llsec *sec, const struct ieee802154_llsec_seclevel *sl) argument
529 llsec_recover_addr(struct mac802154_llsec *sec, struct ieee802154_addr *addr) argument
550 llsec_lookup_key(struct mac802154_llsec *sec, const struct ieee802154_hdr *hdr, const struct ieee802154_addr *addr, struct ieee802154_llsec_key_id *key_id) argument
604 llsec_geniv(u8 iv[16], __le64 addr, const struct ieee802154_sechdr *sec) argument
619 llsec_do_encrypt_unauth(struct sk_buff *skb, const struct mac802154_llsec *sec, const struct ieee802154_hdr *hdr, struct mac802154_llsec_key *key) argument
656 llsec_do_encrypt_auth(struct sk_buff *skb, const struct mac802154_llsec *sec, const struct ieee802154_hdr *hdr, struct mac802154_llsec_key *key) argument
698 llsec_do_encrypt(struct sk_buff *skb, const struct mac802154_llsec *sec, const struct ieee802154_hdr *hdr, struct mac802154_llsec_key *key) argument
709 mac802154_llsec_encrypt(struct mac802154_llsec *sec, struct sk_buff *skb) argument
785 llsec_lookup_dev(struct mac802154_llsec *sec, const struct ieee802154_addr *addr) argument
819 llsec_lookup_seclevel(const struct mac802154_llsec *sec, u8 frame_type, u8 cmd_frame_id, struct ieee802154_llsec_seclevel *rlevel) argument
838 llsec_do_decrypt_unauth(struct sk_buff *skb, const struct mac802154_llsec *sec, const struct ieee802154_hdr *hdr, struct mac802154_llsec_key *key, __le64 dev_addr) argument
865 llsec_do_decrypt_auth(struct sk_buff *skb, const struct mac802154_llsec *sec, const struct ieee802154_hdr *hdr, struct mac802154_llsec_key *key, __le64 dev_addr) argument
907 llsec_do_decrypt(struct sk_buff *skb, const struct mac802154_llsec *sec, const struct ieee802154_hdr *hdr, struct mac802154_llsec_key *key, __le64 dev_addr) argument
986 mac802154_llsec_decrypt(struct mac802154_llsec *sec, struct sk_buff *skb) argument
[all...]
/linux-master/tools/objtool/
H A Dspecial.c21 const char *sec; member in struct:special_entry
31 .sec = ".altinstructions",
41 .sec = "__jump_table",
49 .sec = "__ex_table",
61 static void reloc_to_sec_off(struct reloc *reloc, struct section **sec, argument
64 *sec = reloc->sym->sec;
69 struct section *sec, int idx,
81 alt->orig_len = *(unsigned char *)(sec->data->d_buf + offset +
83 alt->new_len = *(unsigned char *)(sec
68 get_alt_entry(struct elf *elf, const struct special_entry *entry, struct section *sec, int idx, struct special_alt *alt) argument
143 struct section *sec; local
[all...]
H A Dorc_gen.c25 struct section *sec, unsigned long offset)
35 entry->insn_sec = sec;
51 struct section *sec, *orc_sec; local
60 for_each_sec(file, sec) {
65 if (!sec->text)
68 sec_for_each_insn(file, sec, insn) {
77 if (orc_list_add(&orc_list, &orc, sec,
102 if (orc_list_add(&orc_list, &orc, insn->sec,
116 orc_list_add(&orc_list, &null, sec, sec
24 orc_list_add(struct list_head *orc_list, struct orc_entry *orc, struct section *sec, unsigned long offset) argument
[all...]
H A Delf.c132 struct section *sec; local
134 elf_hash_for_each_possible(section_name, sec, name_hash, str_hash(name)) {
135 if (!strcmp(sec->name, name))
136 return sec;
145 struct section *sec; local
147 elf_hash_for_each_possible(section, sec, hash, idx) {
148 if (sec->idx == idx)
149 return sec;
167 struct symbol *find_symbol_by_offset(struct section *sec, unsigned long offset) argument
169 struct rb_root_cached *tree = (struct rb_root_cached *)&sec
180 find_func_by_offset(struct section *sec, unsigned long offset) argument
193 find_symbol_containing(const struct section *sec, unsigned long offset) argument
209 find_symbol_hole_containing(const struct section *sec, unsigned long offset) argument
241 find_func_containing(struct section *sec, unsigned long offset) argument
266 find_reloc_by_dest_range(const struct elf *elf, struct section *sec, unsigned long offset, unsigned int len) argument
296 find_reloc_by_dest(const struct elf *elf, struct section *sec, unsigned long offset) argument
301 is_dwarf_section(struct section *sec) argument
309 struct section *sec; local
435 struct section *symtab, *symtab_shndx, *sec; local
792 elf_create_section_symbol(struct elf *elf, struct section *sec) argument
884 elf_init_reloc_text_sym(struct elf *elf, struct section *sec, unsigned long offset, unsigned int reloc_idx, struct section *insn_sec, unsigned long insn_off) argument
917 elf_init_reloc_data_sym(struct elf *elf, struct section *sec, unsigned long offset, unsigned int reloc_idx, struct symbol *sym, s64 addend) argument
1091 struct section *sec, *shstrtab; local
1168 elf_create_rela_section(struct elf *elf, struct section *sec, unsigned int reloc_nr) argument
1211 struct section *sec; local
1223 elf_write_insn(struct elf *elf, struct section *sec, unsigned long offset, unsigned int len, const char *insn) argument
1250 elf_truncate_section(struct elf *elf, struct section *sec) argument
1297 struct section *sec; local
[all...]
/linux-master/tools/objtool/include/objtool/
H A Dwarn.h19 static inline char *offstr(struct section *sec, unsigned long offset) argument
21 bool is_text = (sec->sh.sh_flags & SHF_EXECINSTR);
27 sym = find_func_containing(sec, offset);
29 sym = find_symbol_containing(sec, offset);
32 str = malloc(strlen(sym->name) + strlen(sec->name) + 40);
35 sprintf(str+len, " (%s+0x%lx)", sec->name, offset);
37 str = malloc(strlen(sec->name) + 20);
38 sprintf(str, "%s+0x%lx", sec->name, offset);
49 #define WARN_FUNC(format, sec, offset, ...) \
51 char *_str = offstr(sec, offse
[all...]
H A Delf.h55 struct section *sec; member in struct:symbol
77 struct section *sec; member in struct:reloc
118 struct reloc *elf_init_reloc_text_sym(struct elf *elf, struct section *sec,
124 struct reloc *elf_init_reloc_data_sym(struct elf *elf, struct section *sec,
130 int elf_write_insn(struct elf *elf, struct section *sec,
137 struct symbol *find_func_by_offset(struct section *sec, unsigned long offset);
138 struct symbol *find_symbol_by_offset(struct section *sec, unsigned long offset);
140 struct symbol *find_symbol_containing(const struct section *sec, unsigned long offset);
141 int find_symbol_hole_containing(const struct section *sec, unsigned long offset);
142 struct reloc *find_reloc_by_dest(const struct elf *elf, struct section *sec, unsigne
177 is_reloc_sec(struct section *sec) argument
182 sec_changed(struct section *sec) argument
187 mark_sec_changed(struct elf *elf, struct section *sec, bool changed) argument
194 sec_num_entries(struct section *sec) argument
332 sec_offset_hash(struct section *sec, unsigned long offset) argument
[all...]
/linux-master/include/vdso/
H A Dtime.h8 s64 sec; member in struct:timens_offset
/linux-master/drivers/fpga/
H A Dintel-m10-bmc-sec-update.c20 int (*rsu_status)(struct m10bmc_sec *sec);
41 static int m10bmc_sec_write(struct m10bmc_sec *sec, const u8 *buf, u32 offset, u32 size) argument
43 struct intel_m10bmc *m10bmc = sec->m10bmc;
51 if (sec->m10bmc->flash_bulk_ops)
52 return sec->m10bmc->flash_bulk_ops->write(m10bmc, buf, offset, size);
74 static int m10bmc_sec_read(struct m10bmc_sec *sec, u8 *buf, u32 addr, u32 size) argument
76 struct intel_m10bmc *m10bmc = sec->m10bmc;
84 if (sec->m10bmc->flash_bulk_ops)
85 return sec->m10bmc->flash_bulk_ops->read(m10bmc, buf, addr, size);
110 struct m10bmc_sec *sec local
169 struct m10bmc_sec *sec = dev_get_drvdata(dev); local
214 struct m10bmc_sec *sec = dev_get_drvdata(dev); local
262 log_error_regs(struct m10bmc_sec *sec, u32 doorbell) argument
273 m10bmc_sec_n3000_rsu_status(struct m10bmc_sec *sec) argument
286 m10bmc_sec_n6000_rsu_status(struct m10bmc_sec *sec) argument
321 m10bmc_sec_progress_status(struct m10bmc_sec *sec, u32 *doorbell_reg, u32 *progress, u32 *status) argument
341 rsu_check_idle(struct m10bmc_sec *sec) argument
373 rsu_update_init(struct m10bmc_sec *sec) argument
412 rsu_prog_ready(struct m10bmc_sec *sec) argument
446 rsu_send_data(struct m10bmc_sec *sec) argument
486 rsu_check_complete(struct m10bmc_sec *sec, u32 *doorbell_reg) argument
505 rsu_cancel(struct m10bmc_sec *sec) argument
531 struct m10bmc_sec *sec = fwl->dd_handle; local
580 struct m10bmc_sec *sec = fwl->dd_handle; local
609 struct m10bmc_sec *sec = fwl->dd_handle; local
651 struct m10bmc_sec *sec = fwl->dd_handle; local
658 struct m10bmc_sec *sec = fwl->dd_handle; local
688 struct m10bmc_sec *sec; local
735 struct m10bmc_sec *sec = dev_get_drvdata(&pdev->dev); local
[all...]
/linux-master/crypto/
H A Dtcrypt.c62 static unsigned int sec; variable
733 pr_cont("%6u opers/sec, %9lu bytes/sec\n",
765 pr_cont("%6u opers/sec, %9lu bytes/sec\n",
1858 test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0,
1860 test_cipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0,
1862 test_cipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0,
1864 test_cipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0,
1866 test_cipher_speed("lrw(aes)", ENCRYPT, sec, NUL
[all...]
/linux-master/net/rxrpc/
H A Dserver_key.c33 * rxrpc server keys take "<serviceId>:<securityIndex>[:<sec-specific>]" as the
69 const struct rxrpc_security *sec; local
81 sec = rxrpc_security_lookup(sec_class);
82 if (!sec)
85 prep->payload.data[1] = (struct rxrpc_security *)sec;
87 if (!sec->preparse_server_key)
90 return sec->preparse_server_key(prep);
95 const struct rxrpc_security *sec = prep->payload.data[1]; local
97 if (sec && sec
103 const struct rxrpc_security *sec = key->payload.data[1]; local
111 const struct rxrpc_security *sec = key->payload.data[1]; local
[all...]
/linux-master/arch/mips/boot/tools/
H A Drelocs.c273 struct section *sec = &secs[i]; local
275 sec->shdr_offset = ftell(fp);
279 sec->shdr.sh_name = elf_word_to_cpu(shdr.sh_name);
280 sec->shdr.sh_type = elf_word_to_cpu(shdr.sh_type);
281 sec->shdr.sh_flags = elf_xword_to_cpu(shdr.sh_flags);
282 sec->shdr.sh_addr = elf_addr_to_cpu(shdr.sh_addr);
283 sec->shdr.sh_offset = elf_off_to_cpu(shdr.sh_offset);
284 sec->shdr.sh_size = elf_xword_to_cpu(shdr.sh_size);
285 sec->shdr.sh_link = elf_word_to_cpu(shdr.sh_link);
286 sec
299 struct section *sec = &secs[i]; local
324 struct section *sec = &secs[i]; local
358 struct section *sec = sec_lookup(".text"); local
367 struct section *sec = &secs[i]; local
413 struct section *sec = &secs[i]; local
467 walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, const char *symname)) argument
478 struct section *sec = &secs[i]; local
500 do_reloc(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, const char *symname) argument
636 do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, const char *symname) argument
[all...]
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dsec.c6 #include "sec.h"
9 int rtw_sec_get_free_cam(struct rtw_sec_desc *sec) argument
15 if (sec->default_key_search)
16 return find_next_zero_bit(sec->cam_map, RTW_MAX_SEC_CAM_NUM,
19 return find_first_zero_bit(sec->cam_map, RTW_MAX_SEC_CAM_NUM);
23 struct rtw_sec_desc *sec,
28 struct rtw_cam_entry *cam = &sec->cam_table[hw_key_idx];
35 set_bit(hw_key_idx, sec->cam_map);
83 struct rtw_sec_desc *sec,
86 struct rtw_cam_entry *cam = &sec
22 rtw_sec_write_cam(struct rtw_dev *rtwdev, struct rtw_sec_desc *sec, struct ieee80211_sta *sta, struct ieee80211_key_conf *key, u8 hw_key_type, u8 hw_key_idx) argument
82 rtw_sec_clear_cam(struct rtw_dev *rtwdev, struct rtw_sec_desc *sec, u8 hw_key_idx) argument
105 struct rtw_sec_desc *sec = &rtwdev->sec; local
126 struct rtw_sec_desc *sec = &rtwdev->sec; local
[all...]
/linux-master/arch/m68k/sun3x/
H A Dtime.h10 volatile unsigned char sec; member in struct:mostek_dt
/linux-master/drivers/infiniband/core/
H A Dsecurity.c50 struct ib_device *dev = pp->sec->dev;
68 struct ib_device *dev = pp->sec->dev;
112 struct ib_qp_security *sec)
130 sec);
144 sec);
153 static void qp_to_error(struct ib_qp_security *sec) argument
167 if (sec->destroying)
170 ib_modify_qp(sec->qp,
174 if (sec->qp->event_handler && sec
111 check_qp_port_pkey_settings(struct ib_ports_pkeys *pps, struct ib_qp_security *sec) argument
321 destroy_qp_security(struct ib_qp_security *sec) argument
404 ib_close_shared_qp_security(struct ib_qp_security *sec) argument
451 ib_destroy_qp_security_begin(struct ib_qp_security *sec) argument
481 ib_destroy_qp_security_abort(struct ib_qp_security *sec) argument
521 ib_destroy_qp_security_end(struct ib_qp_security *sec) argument
651 ib_security_pkey_access(struct ib_device *dev, u32 port_num, u16 pkey_index, void *sec) argument
[all...]
/linux-master/arch/powerpc/boot/dts/fsl/
H A Dqoriq-sec6.0-0.dtsi35 compatible = "fsl,sec-v6.0", "fsl,sec-v5.0",
36 "fsl,sec-v4.0";
37 fsl,sec-era = <6>;
42 compatible = "fsl,sec-v6.0-job-ring",
43 "fsl,sec-v5.2-job-ring",
44 "fsl,sec-v5.0-job-ring",
45 "fsl,sec-v4.4-job-ring",
46 "fsl,sec-v4.0-job-ring";
51 compatible = "fsl,sec
[all...]
/linux-master/arch/x86/tools/
H A Drelocs.c288 struct section *sec = &secs[i]; local
294 if (sec->shdr.sh_type != SHT_SYMTAB)
297 nsyms = sec->shdr.sh_size/sizeof(Elf_Sym);
298 symtab = sec->symtab;
299 strtab = sec->link->strtab;
451 struct section *sec = &secs[i]; local
455 sec->shdr.sh_name = elf_word_to_cpu(shdr.sh_name);
456 sec->shdr.sh_type = elf_word_to_cpu(shdr.sh_type);
457 sec->shdr.sh_flags = elf_xword_to_cpu(shdr.sh_flags);
458 sec
475 struct section *sec = &secs[i]; local
501 struct section *sec = &secs[i]; local
562 struct section *sec = &secs[i]; local
605 struct section *sec = &secs[i]; local
643 struct section *sec = &secs[i]; local
729 walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, const char *symname)) argument
739 struct section *sec = &secs[i]; local
836 do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, const char *symname) argument
926 do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, const char *symname) argument
971 do_reloc_real(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, const char *symname) argument
1155 do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, const char *symname) argument
[all...]
/linux-master/tools/lib/bpf/
H A Dlinker.c164 static int linker_sanity_check_elf_symtab(struct src_obj *obj, struct src_sec *sec);
165 static int linker_sanity_check_elf_relos(struct src_obj *obj, struct src_sec *sec);
201 struct dst_sec *sec = &linker->secs[i]; local
203 free(sec->sec_name);
204 free(sec->raw_data);
205 free(sec->sec_vars);
207 free(sec->func_info.recs);
208 free(sec->line_info.recs);
209 free(sec->core_relo_info.recs);
249 struct dst_sec *secs = linker->secs, *sec; local
299 struct dst_sec *sec; local
479 is_ignored_sec(struct src_sec *sec) argument
518 struct src_sec *secs = obj->secs, *sec; local
554 struct src_sec *sec; local
702 struct src_sec *sec; local
782 linker_sanity_check_elf_symtab(struct src_obj *obj, struct src_sec *sec) argument
856 linker_sanity_check_elf_relos(struct src_obj *obj, struct src_sec *sec) argument
1055 struct dst_sec *sec; local
1171 is_data_sec(struct src_sec *sec) argument
1181 is_relo_sec(struct src_sec *sec) argument
1748 struct src_sec *sec; local
2091 struct src_sec *sec = &obj->secs[src_sym->st_shndx]; local
2152 struct src_sec *sec; local
2575 struct dst_sec *sec; local
2689 struct dst_sec *sec = &linker->secs[i]; local
2789 struct dst_sec *sec = &linker->secs[i]; local
2867 struct dst_sec *sec = &linker->secs[i]; local
2884 struct dst_sec *sec = &linker->secs[i]; local
2901 struct dst_sec *sec = &linker->secs[i]; local
[all...]
/linux-master/fs/hpfs/
H A Dalloc.c12 static void hpfs_claim_alloc(struct super_block *s, secno sec) argument
17 hpfs_error(s, "free count underflow, allocating sector %08x", sec);
25 static void hpfs_claim_free(struct super_block *s, secno sec) argument
30 hpfs_error(s, "free count overflow, freeing sector %08x", sec);
38 static void hpfs_claim_dirband_alloc(struct super_block *s, secno sec) argument
43 hpfs_error(s, "dirband free count underflow, allocating sector %08x", sec);
51 static void hpfs_claim_dirband_free(struct super_block *s, secno sec) argument
56 hpfs_error(s, "dirband free count overflow, freeing sector %08x", sec);
69 static int chk_if_allocated(struct super_block *s, secno sec, char *msg) argument
73 if (!(bmp = hpfs_map_bitmap(s, sec >> 1
205 secno sec; local
280 secno sec; local
296 hpfs_alloc_if_possible(struct super_block *s, secno sec) argument
315 hpfs_free_sectors(struct super_block *s, secno sec, unsigned n) argument
[all...]
/linux-master/tools/perf/scripts/python/
H A Dpowerpc-hcalls.py173 def powerpc__hcall_exit(name, context, cpu, sec, nsec, pid, comm, callchain,
176 diff = nsecs(sec, nsec) - d_enter[cpu][opcode]
197 def powerpc__hcall_entry(event_name, context, cpu, sec, nsec, pid, comm,
200 d_enter[cpu][opcode] = nsecs(sec, nsec)
202 d_enter[cpu] = {opcode: nsecs(sec, nsec)}

Completed in 487 milliseconds

1234567891011>>