Searched refs:mod (Results 326 - 350 of 451) sorted by relevance

<<111213141516171819

/linux-master/fs/omfs/
H A Ddir.c12 static int omfs_hash(const char *name, int namelen, int mod) argument
17 return hash % mod;
/linux-master/arch/powerpc/platforms/book3s/
H A Dvas-api.c567 int vas_register_coproc_api(struct module *mod, enum vas_cop_type cop_type, argument
593 coproc_fops.owner = mod;
/linux-master/sound/core/
H A Dhwdep.c150 struct module *mod = hw->card->module; local
161 module_put(mod);
/linux-master/fs/btrfs/
H A Ddelayed-inode.c173 * If mod = 1, add this node into the prepared list.
177 int mod)
183 else if (mod)
259 int mod)
270 btrfs_queue_delayed_node(delayed_root, delayed_node, mod);
1020 int mod; local
1028 mod = -1;
1030 mod = 1;
1032 ret = btrfs_lookup_inode(trans, root, path, &key, mod);
175 btrfs_queue_delayed_node(struct btrfs_delayed_root *root, struct btrfs_delayed_node *node, int mod) argument
257 __btrfs_release_delayed_node( struct btrfs_delayed_node *delayed_node, int mod) argument
/linux-master/tools/perf/util/
H A Dprobe-finder.c520 static int convert_to_trace_point(Dwarf_Die *sp_die, Dwfl_Module *mod, argument
541 symbol = dwfl_module_addrsym(mod, paddr, &sym, NULL);
1265 ret = convert_to_trace_point(&pf->sp_die, tf->mod, pf->addr,
1364 .max_tevs = probe_conf.max_probes, .mod = dbg->mod};
1492 ret = convert_to_trace_point(&pf->sp_die, af->mod, pf->addr,
1534 .mod = dbg->mod,
/linux-master/arch/mips/kernel/
H A Dmodule.c437 void module_arch_cleanup(struct module *mod) argument
440 list_del(&mod->arch.dbe_list);
H A Dftrace.c162 int ftrace_make_nop(struct module *mod, argument
/linux-master/drivers/isdn/hardware/mISDN/
H A Disar.h24 u8 mod; member in struct:isar_ch
/linux-master/include/linux/
H A Dmpi.h105 /*-- mpi-mod.c --*/
118 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod);
/linux-master/drivers/net/usb/
H A Dsierra_net.c672 u8 mod[2]; local
702 mod[0] = atomic_inc_return(&iface_counter);
703 mod[1] = ifacenum;
704 dev_addr_mod(dev->net, ETH_ALEN - 2, mod, 2);
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_wed_wo.h33 __le32 mod; member in struct:mtk_wed_wo_log_info
/linux-master/sound/soc/intel/skylake/
H A Dskl.c672 const char *mod = NULL; local
675 mod = modalias;
676 dev_dbg(&codec->core.dev, "loading %s codec module\n", mod);
677 request_module(mod);
/linux-master/crypto/
H A Dalgapi.c31 static inline void crypto_check_module_sig(struct module *mod) argument
33 if (fips_enabled && mod && !module_sig_ok(mod))
35 module_name(mod));
/linux-master/fs/xfs/libxfs/
H A Dxfs_alloc.h44 xfs_extlen_t mod; /* mod value for extent size */ member in struct:xfs_alloc_arg
/linux-master/kernel/trace/
H A Dtrace_events.c2719 __register_event(struct trace_event_call *call, struct module *mod) argument
2731 call->module = mod;
3215 static void trace_module_add_events(struct module *mod) argument
3219 if (!mod->num_trace_events)
3223 if (trace_module_has_bad_taint(mod)) {
3225 mod->name);
3229 start = mod->trace_events;
3230 end = mod->trace_events + mod->num_trace_events;
3233 __register_event(*call, mod);
3238 trace_module_remove_events(struct module *mod) argument
3274 struct module *mod = data; local
[all...]
H A Dbpf_trace.c2378 struct module *mod; local
2381 mod = __module_address((unsigned long)btp);
2382 module_put(mod);
2550 struct module *mod = module; local
2553 if (mod->num_bpf_raw_events == 0 ||
2915 static int add_module(struct modules_array *arr, struct module *mod) argument
2927 arr->mods[arr->mods_cnt] = mod;
2932 static bool has_module(struct modules_array *arr, struct module *mod) argument
2937 if (arr->mods[i] == mod)
2949 struct module *mod; local
[all...]
H A Dtrace_kprobe.c106 struct module *mod)
108 int len = strlen(module_name(mod));
111 return strncmp(module_name(mod), name, len) == 0 && name[len] == ':';
685 struct module *mod = data; local
696 if (trace_kprobe_within_module(tk, mod)) {
703 module_name(mod), ret);
105 trace_kprobe_within_module(struct trace_kprobe *tk, struct module *mod) argument
/linux-master/lib/
H A Ddynamic_debug.c584 vpr_info("query %d: \"%s\" mod:%s\n", i, query, modname ?: "*");
1346 struct module *mod = data; local
1351 ret = ddebug_add_module(&mod->dyndbg_info, mod->name);
1356 ddebug_remove_module(mod->name);
/linux-master/kernel/bpf/
H A Dbpf_struct_ops.c902 struct module *mod = NULL; local
917 mod = btf_try_get_module(btf);
918 /* mod holds a refcnt to btf. We don't need an extra refcnt
922 if (!mod)
980 module_put(mod);
/linux-master/drivers/infiniband/hw/erdma/
H A Derdma.h266 void erdma_cmdq_build_reqhdr(u64 *hdr, u32 mod, u32 op);
/linux-master/scripts/kconfig/
H A Dexpr.h23 no, mod, yes enumerator in enum:tristate
/linux-master/drivers/media/platform/nuvoton/
H A Dnpcm-video.c529 unsigned int tile_cnt = 0, mod; local
536 mod = act->width % RECT_W;
537 if (mod != 0)
541 mod = act->height % RECT_H;
542 if (mod != 0)
548 mod = info.tile_perline % 32;
549 if (mod != 0)
/linux-master/drivers/scsi/bfa/
H A Dbfa_ioc.c1977 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod; local
1980 INIT_LIST_HEAD(&mod->cmd_q);
1982 mod->mbhdlr[mc].cbfn = NULL;
1983 mod->mbhdlr[mc].cbarg = ioc->bfa;
1993 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod; local
2000 if (list_empty(&mod->cmd_q))
2013 bfa_q_deq(&mod->cmd_q, &cmd);
2023 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod; local
2026 while (!list_empty(&mod->cmd_q))
2027 bfa_q_deq(&mod
2531 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod; local
2545 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod; local
2561 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod; local
2593 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod; local
3186 bfa_timer_beat(struct bfa_timer_mod_s *mod) argument
3225 bfa_timer_begin(struct bfa_timer_mod_s *mod, struct bfa_timer_s *timer, void (*timercb) (void *), void *arg, unsigned int timeout) argument
[all...]
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c4126 static inline int itd_slot_ok(struct fotg210_hcd *fotg210, u32 mod, u32 uframe, argument
4138 } while (uframe < mod);
4159 unsigned mod = fotg210->periodic_size << 3; local
4165 if (span > mod - SCHEDULE_SLOP) {
4171 now = fotg210_read_frame_index(fotg210) & (mod - 1);
4195 excess = (stream->next_uframe - period - next) & (mod - 1);
4196 if (excess >= mod - 2 * SCHEDULE_SLOP)
4197 start = next + excess - mod + period *
4198 DIV_ROUND_UP(mod - excess, period);
4201 if (start - now >= mod) {
4344 itd_link_urb(struct fotg210_hcd *fotg210, struct urb *urb, unsigned mod, struct fotg210_iso_stream *stream) argument
[all...]
/linux-master/drivers/nfc/pn533/
H A Dpn533.c1550 struct pn533_poll_modulations *mod)
1554 skb = pn533_alloc_skb(dev, mod->len);
1558 skb_put_data(skb, &mod->data, mod->len);
1565 struct pn533_poll_modulations *mod; local
1570 mod = dev->poll_mod_active[dev->poll_mod_curr];
1572 dev_dbg(dev->dev, "%s mod len %d\n",
1573 __func__, mod->len);
1580 if (mod->len == 0) { /* Listen mode */
1585 skb = pn533_alloc_poll_in_frame(dev, mod);
1549 pn533_alloc_poll_in_frame(struct pn533 *dev, struct pn533_poll_modulations *mod) argument
[all...]

Completed in 569 milliseconds

<<111213141516171819