Searched refs:mod (Results 251 - 275 of 447) sorted by relevance

<<1112131415161718

/linux-master/net/ethtool/
H A Dfeatures.c223 bool mod; local
263 mod = !bitmap_equal(old_active, new_active, NETDEV_FEATURE_COUNT);
284 if (mod)
/linux-master/net/netfilter/
H A Dnf_bpf_link.c35 const char *mod)
45 err = request_module(mod);
57 WARN_ONCE(!hook, "%s has bad registration", mod);
33 get_proto_defrag_hook(struct bpf_nf_link *link, const struct nf_defrag_hook __rcu **ptr_global_hook, const char *mod) argument
/linux-master/arch/sparc/kernel/
H A Dftrace.c56 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, unsigned long addr) argument
H A Dmodule.c58 struct module *mod)
67 printk("%s: no symtab found.\n", mod->name);
55 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *mod) argument
/linux-master/arch/microblaze/kernel/
H A Dftrace.c112 int ftrace_make_nop(struct module *mod, argument
/linux-master/fs/hfsplus/
H A Dbtree.c78 u32 mod = max(node_size, block_size); local
119 clump_size /= mod;
120 clump_size *= mod;
127 clump_size = mod;
/linux-master/drivers/mtd/
H A Dmtdoops.c114 int i = 0, j, ret, mod; local
120 mod = (cxt->nextpage * record_size) % mtd->erasesize;
121 if (mod != 0) {
122 cxt->nextpage = cxt->nextpage + ((mtd->erasesize - mod) / record_size);
/linux-master/arch/x86/mm/
H A DMakefile54 mmiotrace-y := kmmio.o pf_in.o mmio-mod.o
/linux-master/arch/arm64/kernel/
H A Dmodule.c317 static int reloc_insn_adrp(struct module *mod, Elf64_Shdr *sechdrs, argument
333 val = module_emit_veneer_for_adrp(mod, sechdrs, place, val & ~0xfff);
567 struct module *mod)
581 mod->arch.ftrace_trampolines = plts;
565 module_init_ftrace_plt(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *mod) argument
/linux-master/arch/s390/include/asm/
H A Dftrace.h36 int ftrace_init_nop(struct module *mod, struct dyn_ftrace *rec);
/linux-master/fs/btrfs/
H A Ddelayed-ref.c15 #include "tree-mod-log.h"
547 int mod; local
557 mod = next->ref_mod;
563 mod = -next->ref_mod;
567 ref->ref_mod += mod;
692 int mod; local
707 mod = ref->ref_mod;
712 mod = -exist->ref_mod;
724 mod = -ref->ref_mod;
726 exist->ref_mod += mod;
[all...]
/linux-master/arch/parisc/kernel/
H A Ddrivers.c305 * Note that if @node is a parisc device, we don't fill in the 'mod' field.
306 * This is because both callers pass the parent and fill in the mod
317 path->mod = PCI_FUNC(devfn);
341 output += sprintf(output, "%u", (unsigned char) path->mod);
359 path.mod = dev->hw_path;
491 return alloc_tree_node(parent, modpath->mod);
666 (modpath->mod == PCI_FUNC(devfn)));
689 char id = (index == 6) ? modpath->mod : modpath->bc[index];
784 path->mod = padev->hw_path;
858 path.mod
[all...]
/linux-master/drivers/clk/renesas/
H A Drenesas-cpg-mssr.c407 static void __init cpg_mssr_register_mod_clk(const struct mssr_mod_clk *mod, argument
413 unsigned int id = mod->id;
421 WARN_DEBUG(mod->parent >= priv->num_core_clks + priv->num_mod_clks);
424 if (!mod->name) {
429 parent = priv->clks[mod->parent];
441 init.name = mod->name;
456 mod->name);
468 dev_info(dev, "Ignore Linux non-assigned mod (%s)\n", mod->name);
485 mod
[all...]
/linux-master/include/net/
H A Dipv6.h220 #define _DEVINC(net, statname, mod, idev, field) \
224 mod##SNMP_INC_STATS64((_idev)->stats.statname, (field));\
225 mod##SNMP_INC_STATS64((net)->mib.statname##_statistics, (field));\
229 #define _DEVINCATOMIC(net, statname, mod, idev, field) \
234 mod##SNMP_INC_STATS((net)->mib.statname##_statistics, (field));\
246 #define _DEVADD(net, statname, mod, idev, field, val) \
250 mod##SNMP_ADD_STATS((_idev)->stats.statname, (field), (val)); \
251 mod##SNMP_ADD_STATS((net)->mib.statname##_statistics, (field), (val));\
254 #define _DEVUPD(net, statname, mod, idev, field, val) \
258 mod##SNMP_UPD_PO_STAT
[all...]
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc.c2117 struct bfa_ioc_mbox_mod *mod = &ioc->mbox_mod; local
2120 INIT_LIST_HEAD(&mod->cmd_q);
2122 mod->mbhdlr[mc].cbfn = NULL;
2123 mod->mbhdlr[mc].cbarg = ioc->bfa;
2131 struct bfa_ioc_mbox_mod *mod = &ioc->mbox_mod; local
2140 if (list_empty(&mod->cmd_q))
2153 cmd = list_first_entry(&mod->cmd_q, struct bfa_mbox_cmd, qe);
2172 struct bfa_ioc_mbox_mod *mod = &ioc->mbox_mod; local
2175 while (!list_empty(&mod->cmd_q)) {
2176 cmd = list_first_entry(&mod
2633 struct bfa_ioc_mbox_mod *mod = &ioc->mbox_mod; local
2653 struct bfa_ioc_mbox_mod *mod = &ioc->mbox_mod; local
2688 struct bfa_ioc_mbox_mod *mod = &ioc->mbox_mod; local
[all...]
/linux-master/kernel/
H A Dkprobes.c2573 static void add_module_kprobe_blacklist(struct module *mod) argument
2578 if (mod->kprobe_blacklist) {
2579 for (i = 0; i < mod->num_kprobe_blacklist; i++)
2580 kprobe_add_ksym_blacklist(mod->kprobe_blacklist[i]);
2583 start = (unsigned long)mod->kprobes_text_start;
2585 end = start + mod->kprobes_text_size;
2589 start = (unsigned long)mod->noinstr_text_start;
2591 end = start + mod->noinstr_text_size;
2596 static void remove_module_kprobe_blacklist(struct module *mod) argument
2601 if (mod
2623 struct module *mod = data; local
[all...]
/linux-master/include/linux/
H A Dccp.h363 * @mod: RSA modulus
370 * - key_size, exp, exp_len, mod, mod_len, src, dst, src_len
378 struct scatterlist *mod; member in struct:ccp_rsa_engine
565 * @mod: ECC modulus
572 * - function, mod, mod_len
579 struct scatterlist *mod; member in struct:ccp_ecc_engine
H A Ddynamic_debug.h87 struct module *mod; member in struct:ddebug_class_map
106 .mod = THIS_MODULE, \
/linux-master/arch/parisc/include/asm/
H A Dpdcpat.h349 /* FIXME: mod[508] should really be a union of the various mod components */
355 unsigned long mod[508]; /* PAT cell module components */ member in struct:pdc_pat_cell_mod_maddr_block
367 unsigned long mod, unsigned long view_type, void *mem_addr);
/linux-master/drivers/net/ethernet/freescale/fman/
H A Dfman.h349 void fman_register_intr(struct fman *fman, enum fman_event_modules mod,
353 void fman_unregister_intr(struct fman *fman, enum fman_event_modules mod,
/linux-master/arch/x86/crypto/
H A Dcrct10dif-pcl-asm_64.S227 # Load 'x^48 * (x^48 mod G(x))' and 'x^48 * (x^80 mod G(x))'.
234 pclmulqdq $0x11, FOLD_CONSTS, %xmm7 # high bits * x^48 * (x^80 mod G(x))
243 pclmulqdq $0x00, FOLD_CONSTS, %xmm7 # high 32 bits * x^48 * (x^48 mod G(x))
256 # Final CRC value (x^16 * M(x)) mod G(x) is in low 16 bits of xmm0.
290 .quad 0x0000000000006123 # x^(8*128) mod G(x)
291 .quad 0x0000000000002295 # x^(8*128+64) mod G(x)
293 .quad 0x0000000000001069 # x^(4*128) mod G(x)
294 .quad 0x000000000000dd31 # x^(4*128+64) mod G(x)
296 .quad 0x000000000000857d # x^(2*128) mod
[all...]
/linux-master/kernel/gcov/
H A Dgcc_4_7.c167 * @mod: module
171 bool gcov_info_within_module(struct gcov_info *info, struct module *mod) argument
173 return within_module((unsigned long)info, mod);
/linux-master/scripts/
H A DMakefile.modpost9 # c) A <module>.mod file, listing the name of the preliminary <module>.o file,
16 # 3) create one <module>.mod.c file per module
41 MODPOST = scripts/mod/modpost
/linux-master/arch/x86/include/asm/
H A Dpercpu.h149 #define __pcpu_reg_1(mod, x) mod "q" (x)
150 #define __pcpu_reg_2(mod, x) mod "r" (x)
151 #define __pcpu_reg_4(mod, x) mod "r" (x)
152 #define __pcpu_reg_8(mod, x) mod "r" (x)
/linux-master/drivers/ntb/
H A Dcore.c78 int __ntb_register_client(struct ntb_client *client, struct module *mod, argument
89 client->drv.owner = mod;

Completed in 234 milliseconds

<<1112131415161718