Searched refs:opt (Results 626 - 650 of 721) sorted by relevance

<<212223242526272829

/linux-master/tools/power/pm-graph/
H A Dbootgraph.py778 opt = line.split('=')[0].strip()
779 if opt == tgtopt:
/linux-master/fs/ceph/
H A Dcaps.c500 struct ceph_mount_options *opt = mdsc->fsc->mount_options; local
503 opt->caps_wanted_delay_max * HZ);
1025 struct ceph_mount_options *opt = local
1027 unsigned long used_cutoff = jiffies - opt->caps_wanted_delay_max * HZ;
1028 unsigned long idle_cutoff = jiffies - opt->caps_wanted_delay_min * HZ;
1041 if (opt->flags & CEPH_MOUNT_OPT_ASYNC_DIROPS)
4607 struct ceph_mount_options *opt = mdsc->fsc->mount_options; local
4608 unsigned long delay_max = opt->caps_wanted_delay_max * HZ;
/linux-master/drivers/dax/
H A Dbus.c1138 static ssize_t range_parse(const char *opt, size_t len, struct range *range) argument
1144 str = kstrdup(opt, GFP_KERNEL);
/linux-master/net/l2tp/
H A Dl2tp_core.c589 * |T|L|x|x|S|x|O|P|x|x|x|x| Ver | Length (opt) |
593 * | Ns (opt) | Nr (opt) |
595 * | Offset Size (opt) | Offset pad... (opt)
1084 memset(&(IPCB(skb)->opt), 0, sizeof(IPCB(skb)->opt));
/linux-master/fs/ntfs3/
H A Dntfs_fs.h425 enum ALLOCATE_OPT opt, CLST *alen, const size_t fr,
602 enum ALLOCATE_OPT opt);
H A Dfsntfs.c354 enum ALLOCATE_OPT opt)
363 if (opt & ALLOCATE_MFT) {
440 if (!(opt & ALLOCATE_MFT))
352 ntfs_look_for_free_space(struct ntfs_sb_info *sbi, CLST lcn, CLST len, CLST *new_lcn, CLST *new_len, enum ALLOCATE_OPT opt) argument
/linux-master/net/ipv4/
H A Dipmr.c1571 /* Getsock opt support for the multicast routing system. */
1798 memset(&(IPCB(skb)->opt), 0, sizeof(IPCB(skb)->opt));
1805 struct ip_options *opt = &(IPCB(skb)->opt); local
1809 if (unlikely(opt->optlen))
2136 if (IPCB(skb)->opt.router_alert) {
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_compat_css20.c759 static inline int __set_css_print_env(struct atomisp_device *isp, int opt) argument
763 if (opt == 0)
765 else if (opt == 1)
3379 int atomisp_set_css_dbgfunc(struct atomisp_device *isp, int opt) argument
3383 ret = __set_css_print_env(isp, opt);
3385 dbg_func = opt;
/linux-master/net/
H A Dsocket.c3692 struct ip_options_rcu *opt; local
3706 opt = rcu_dereference_protected(inet->inet_opt,
3708 if (opt)
3709 overhead += opt->opt.optlen;
3716 optv6 = rcu_dereference_protected(np->opt,
/linux-master/drivers/tty/serial/
H A Dsh-sci.c3520 const char *opt)
3525 const char *opt)
3530 const char *opt)
3537 const char *opt)
3542 const char *opt)
3547 const char *opt)
3519 sci_early_console_setup(struct earlycon_device *device, const char *opt) argument
3524 scif_early_console_setup(struct earlycon_device *device, const char *opt) argument
3529 rzscifa_early_console_setup(struct earlycon_device *device, const char *opt) argument
3536 scifa_early_console_setup(struct earlycon_device *device, const char *opt) argument
3541 scifb_early_console_setup(struct earlycon_device *device, const char *opt) argument
3546 hscif_early_console_setup(struct earlycon_device *device, const char *opt) argument
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c1945 int na_olen = 8; /* opt hdr + ETH_ALEN for target */
1969 for (i = 0; i < ns_olen-1; i += (ns->opt[i+1]<<3)) {
1970 if (!ns->opt[i + 1]) {
1974 if (ns->opt[i] == ND_OPT_SOURCE_LL_ADDR) {
1975 daddr = ns->opt + i + sizeof(struct nd_opt_hdr);
2011 ether_addr_copy(&na->opt[2], n->ha);
2012 na->opt[0] = ND_OPT_TARGET_LL_ADDR;
2013 na->opt[1] = na_olen >> 3;
/linux-master/lib/zstd/compress/
H A Dzstd_compress.c1609 ms->opt.litLengthSum = 0; /* force reset of btopt stats */
1688 /* opt parser space */
1691 ms->opt.litFreq = (unsigned*)ZSTD_cwksp_reserve_aligned(ws, (1<<Litbits) * sizeof(unsigned));
1692 ms->opt.litLengthFreq = (unsigned*)ZSTD_cwksp_reserve_aligned(ws, (MaxLL+1) * sizeof(unsigned));
1693 ms->opt.matchLengthFreq = (unsigned*)ZSTD_cwksp_reserve_aligned(ws, (MaxML+1) * sizeof(unsigned));
1694 ms->opt.offCodeFreq = (unsigned*)ZSTD_cwksp_reserve_aligned(ws, (MaxOff+1) * sizeof(unsigned));
1695 ms->opt.matchTable = (ZSTD_match_t*)ZSTD_cwksp_reserve_aligned(ws, (ZSTD_OPT_NUM+1) * sizeof(ZSTD_match_t));
1696 ms->opt.priceTable = (ZSTD_optimal_t*)ZSTD_cwksp_reserve_aligned(ws, (ZSTD_OPT_NUM+1) * sizeof(ZSTD_optimal_t));
2740 ms->opt.symbolCosts = &zc->blockState.prevCBlock->entropy;
2742 ms->opt
[all...]
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c2754 int opt; local
2756 opt = fs_parse(fc, rdt_fs_parameters, param, &result);
2757 if (opt < 0)
2758 return opt;
2760 switch (opt) {
/linux-master/net/sched/
H A Dsch_cake.c2570 static int cake_change(struct Qdisc *sch, struct nlattr *opt, argument
2579 err = nla_parse_nested_deprecated(tb, TCA_CAKE_MAX, opt, cake_policy,
2713 static int cake_init(struct Qdisc *sch, struct nlattr *opt, argument
2735 if (opt) {
2736 err = cake_change(sch, opt, extack);
/linux-master/net/tipc/
H A Dsocket.c3130 * @opt: option identifier
3139 static int tipc_setsockopt(struct socket *sock, int lvl, int opt, argument
3153 switch (opt) {
3177 switch (opt) {
3224 * @opt: option identifier
3233 static int tipc_getsockopt(struct socket *sock, int lvl, int opt, argument
3253 switch (opt) {
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c1972 int opt; local
1974 opt = fs_parse(fc, ffs_fs_fs_parameters, param, &result);
1975 if (opt < 0)
1976 return opt;
1978 switch (opt) {
/linux-master/mm/
H A Dshmem.c3935 int opt; local
3939 opt = fs_parse(fc, shmem_fs_parameters, param, &result);
3940 if (opt < 0)
3941 return opt;
3943 switch (opt) {
H A Dvmscan.c5406 struct scan_control *sc, int swappiness, unsigned long opt)
5440 err = run_aging(lruvec, seq, swappiness, opt);
5443 err = run_eviction(lruvec, seq, sc, swappiness, opt);
5497 unsigned long opt = -1; local
5504 &seq, &end, &swappiness, &end, &opt, &end);
5510 err = run_cmd(cmd, memcg_id, nid, seq, &sc, swappiness, opt);
5405 run_cmd(char cmd, int memcg_id, int nid, unsigned long seq, struct scan_control *sc, int swappiness, unsigned long opt) argument
/linux-master/fs/unicode/
H A Dmkutf8data.c3364 int opt; local
3368 while ((opt = getopt(argc, argv, "a:c:d:f:hn:o:p:t:v")) != -1) {
3369 switch (opt) {
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dfw.c2169 struct rtw_ch_switch_option *opt,
2184 SCAN_OFFLOAD_SET_START(h2c_pkt, opt->switch_en);
2185 SCAN_OFFLOAD_SET_BACK_OP_EN(h2c_pkt, opt->back_op_en);
2168 rtw_fw_set_scan_offload(struct rtw_dev *rtwdev, struct rtw_ch_switch_option *opt, struct rtw_vif *rtwvif, struct rtw_chan_list *list) argument
/linux-master/fs/bcachefs/
H A Dfs.c1785 const struct bch_option *opt = &bch2_opt_table[i]; local
1788 if (!(opt->flags & OPT_MOUNT))
1795 bch2_opt_to_text(&buf, c, c->disk_sb.sb, opt, v,
H A Dsuper.c981 const struct bch_option *opt = &bch2_opt_table[i]; local
984 if (!(opt->flags & OPT_MOUNT))
992 bch2_opt_to_text(&p, c, c->disk_sb.sb, opt, v, OPT_SHOW_MOUNT_STYLE);
/linux-master/drivers/i2c/busses/
H A Di2c-mlxbf.c1121 static u32 mlxbf_i2c_set_timer(struct mlxbf_i2c_priv *priv, u64 nsec, bool opt, argument
1124 u32 val = (mlxbf_i2c_get_ticks(priv, nsec, opt) & mask) << shift;
/linux-master/tools/testing/selftests/net/
H A Dtest_vxlan_mdb.sh2502 while getopts ":t:cdpPvh" opt; do
2503 case $opt in
H A Dbpf_offload.py242 def ethtool(dev, opt, args, fail=True):
243 return cmd("ethtool %s %s %s" % (opt, dev["ifname"], args), fail=fail)

Completed in 401 milliseconds

<<212223242526272829