Searched refs:ns (Results 226 - 250 of 676) sorted by relevance

1234567891011>>

/linux-master/drivers/spi/
H A Dspi-bitbang.c61 unsigned ns,
76 word = txrx_word(spi, ns, word, bits, flags);
90 unsigned ns,
105 word = txrx_word(spi, ns, word, bits, flags);
119 unsigned ns,
134 word = txrx_word(spi, ns, word, bits, flags);
55 bitbang_txrx_8( struct spi_device *spi, u32 (*txrx_word)(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits, unsigned flags), unsigned ns, struct spi_transfer *t, unsigned flags ) argument
84 bitbang_txrx_16( struct spi_device *spi, u32 (*txrx_word)(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits, unsigned flags), unsigned ns, struct spi_transfer *t, unsigned flags ) argument
113 bitbang_txrx_32( struct spi_device *spi, u32 (*txrx_word)(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits, unsigned flags), unsigned ns, struct spi_transfer *t, unsigned flags ) argument
/linux-master/arch/powerpc/include/asm/
H A Deeh.h433 int ns)
435 _insb(addr, buf, ns);
436 if (EEH_POSSIBLE_ERROR((*(((u8*)buf)+ns-1)), u8))
441 int ns)
443 _insw(addr, buf, ns);
444 if (EEH_POSSIBLE_ERROR((*(((u16*)buf)+ns-1)), u16))
432 eeh_readsb(const volatile void __iomem *addr, void * buf, int ns) argument
440 eeh_readsw(const volatile void __iomem *addr, void * buf, int ns) argument
/linux-master/drivers/pinctrl/bcm/
H A DMakefile16 obj-$(CONFIG_PINCTRL_NS) += pinctrl-ns.o
/linux-master/security/apparmor/include/
H A Dpolicy_unpack.h93 * there is no loaddata ref for being on ns list, nor a ref from
94 * d_inode(@dentry) when grab a ref from these, @ns->lock must be held
104 struct aa_ns *ns; member in struct:aa_loaddata
108 long revision; /* the ns policy revision this caused */
119 int aa_unpack(struct aa_loaddata *udata, struct list_head *lh, const char **ns);
127 * Requires: @data->ns->lock held, and the return code MUST be checked
/linux-master/include/linux/sched/
H A Dcputime.h155 * @ns: Time value by which to increment the sum_exec_runtime field
162 unsigned long long ns)
169 atomic64_add(ns, &cputimer->cputime_atomic.sum_exec_runtime);
161 account_group_exec_runtime(struct task_struct *tsk, unsigned long long ns) argument
/linux-master/tools/testing/selftests/drivers/net/bonding/
H A Dbond_macvlan.sh30 local ns=${1}
36 ip netns exec ${ns} ping ${target} -c 4 -i 0.1 &>/dev/null
/linux-master/drivers/comedi/drivers/
H A Dcomedi_8254.c82 * ns timing.
86 * clock (in ns).
393 * @nanosec: the desired ns time
410 unsigned int ns; local
432 ns = i8254->osc_base * d1 * d2;
433 if (ns <= *nanosec && ns > ns_glb) {
434 ns_glb = ns;
438 if (ns >= *nanosec && ns < ns_lu
[all...]
/linux-master/fs/sysfs/
H A Ddir.c38 * @ns: the namespace tag to use
40 int sysfs_create_dir_ns(struct kobject *kobj, const void *ns) argument
60 kobj, ns);
/linux-master/tools/testing/selftests/net/netfilter/
H A Dconntrack_icmp_related.sh36 ns=$1
40 ip -net "$ns" link set "$dev" up
41 ip -net "$ns" addr add "192.168.$i.2/24" dev "$dev"
42 ip -net "$ns" addr add "dead:$i::2/64" dev "$dev" nodad
47 ns=$1
52 if ! ip netns exec "$ns" nft list counter inet filter "$name" | grep -q "$expect"; then
53 echo "ERROR: counter $name in $ns has unexpected value (expected $expect)" 1>&2
54 ip netns exec "$ns" nft list counter inet filter "$name" 1>&2
/linux-master/net/tipc/
H A Dtrace.h365 TP_PROTO(const char *name, u32 os, u32 ns, int evt),
367 TP_ARGS(name, os, ns, evt),
372 __field(u32, ns)
379 __entry->ns = ns;
385 state_sym(__entry->ns))
390 TP_PROTO(const char *name, u32 os, u32 ns, int evt), \
391 TP_ARGS(name, os, ns, evt))
/linux-master/drivers/ssb/
H A Ddriver_chipcommon.c435 unsigned long ns)
443 tmp = DIV_ROUND_UP(10, ns) << SSB_PROG_WCNT_3_SHIFT; /* Waitcount-3 = 10ns */
444 tmp |= DIV_ROUND_UP(40, ns) << SSB_PROG_WCNT_1_SHIFT; /* Waitcount-1 = 40ns */
445 tmp |= DIV_ROUND_UP(240, ns); /* Waitcount-0 = 240ns */
449 tmp = DIV_ROUND_UP(10, ns) << SSB_FLASH_WCNT_3_SHIFT; /* Waitcount-3 = 10nS */
450 tmp |= DIV_ROUND_UP(10, ns) << SSB_FLASH_WCNT_1_SHIFT; /* Waitcount-1 = 10nS */
451 tmp |= DIV_ROUND_UP(120, ns); /* Waitcoun
434 ssb_chipco_timing_init(struct ssb_chipcommon *cc, unsigned long ns) argument
[all...]
/linux-master/tools/testing/selftests/net/
H A Dioam6.sh219 trace prealloc type 0x800000 ns 0 size 4 dev veth0
487 trace prealloc type 0x800000 ns 0 size 4 dev veth0
507 trace prealloc type 0xc00000 ns 123 size 4 dev veth0
533 trace prealloc type ${bit2type[$i]} ns 123 size ${bit2size[$i]} \
572 trace prealloc type 0xfff002 ns 123 size 100 dev veth0
602 trace prealloc type 0x800000 ns 0 size 4 dev veth0
622 trace prealloc type 0xc00000 ns 123 size 4 dev veth0
648 trace prealloc type ${bit2type[$i]} ns 123 size ${bit2size[$i]} \
677 trace prealloc type 0xc00000 ns 123 size 4 dev veth0
701 trace prealloc type 0xfff002 ns 12
[all...]
/linux-master/security/apparmor/
H A Dpolicy_unpack.c39 if (ad->iface.ns) {
40 audit_log_format(ab, " ns=");
41 audit_log_untrustedstring(ab, ad->iface.ns);
54 * @ns_name: name of the ns the profile is to be loaded to (MAY BE NULL)
70 ad.iface.ns = ns_name;
84 AA_BUG(!data->ns);
85 AA_BUG(!mutex_is_locked(&data->ns->lock));
112 * need to take the ns mutex lock which is NOT safe most places that
118 struct aa_ns *ns = aa_get_ns(d->ns); local
1120 verify_header(struct aa_ext *e, int required, const char **ns) argument
1401 aa_unpack(struct aa_loaddata *udata, struct list_head *lh, const char **ns) argument
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dcxgb2.c296 struct net_device_stats *ns = &dev->stats; local
303 ns->tx_packets = pstats->TxUnicastFramesOK +
306 ns->rx_packets = pstats->RxUnicastFramesOK +
309 ns->tx_bytes = pstats->TxOctetsOK;
310 ns->rx_bytes = pstats->RxOctetsOK;
312 ns->tx_errors = pstats->TxLateCollisions + pstats->TxLengthErrors +
314 ns->rx_errors = pstats->RxDataErrors + pstats->RxJabberErrors +
319 ns->multicast = pstats->RxMulticastFramesOK;
320 ns->collisions = pstats->TxTotalCollisions;
323 ns
[all...]
/linux-master/net/l2tp/
H A Dl2tp_core.c94 u32 ns; member in struct:l2tp_skb_cb
412 u32 ns = L2TP_SKB_CB(skb)->ns; local
416 if (L2TP_SKB_CB(skbp)->ns > ns) {
481 trace_session_pkt_expired(session, cb->ns);
491 session->nr = cb->ns;
494 if (cb->ns != session->nr)
530 if (!l2tp_seq_check_rx_window(session, cb->ns)) {
534 trace_session_pkt_outside_rx_window(session, cb->ns);
[all...]
H A Dtrace.h143 __field(u32, ns)
148 __entry->ns = session->ns;
151 TP_printk("%s: ns=%u nr=%u",
153 __entry->ns,
/linux-master/drivers/net/dsa/hirschmann/
H A Dhellcreek_ptp.h20 /* Every jump in time is 7 ns */
65 u64 hellcreek_ptp_gettime_seconds(struct hellcreek *hellcreek, u64 ns);
/linux-master/scripts/genksyms/
H A Dgenksyms.h53 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
/linux-master/fs/notify/inotify/
H A Dinotify.h62 return inc_ucount(ucounts->ns, ucounts->uid, UCOUNT_INOTIFY_WATCHES);
/linux-master/include/linux/
H A Dacct.h30 #define acct_exit_ns(ns) do { } while (0)
H A Dseccomp.h112 int proc_pid_seccomp_cache(struct seq_file *m, struct pid_namespace *ns,
/linux-master/net/ax25/
H A Dax25_subr.c97 int ax25_decode(ax25_cb *ax25, struct sk_buff *skb, int *ns, int *nr, int *pf) argument
103 *ns = *nr = *pf = 0;
108 *ns = (frame[0] >> 1) & 0x07;
123 *ns = (frame[0] >> 1) & 0x7F;
/linux-master/include/uapi/linux/
H A Duvcvideo.h81 * @ns: system timestamp of the payload in nanoseconds
91 * always sizeof(meta->ns) + sizeof(meta->sof) + meta->length bytes large.
94 __u64 ns; member in struct:uvc_meta_buf
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dnorm_desc.c244 u64 ns; local
246 ns = le32_to_cpu(p->des2);
248 ns += le32_to_cpu(p->des3) * 1000000000ULL;
250 *ts = ns;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dipsec_fs_roce.c39 struct mlx5_flow_namespace *ns; member in struct:mlx5_ipsec_tx_roce
436 struct mlx5_flow_namespace *ns,
528 ft = mlx5_create_flow_table(ns, &ft_attr);
624 ft = mlx5_create_flow_table(roce->ns, &ft_attr);
704 struct mlx5_flow_namespace *ns,
728 ft = mlx5_create_flow_table(ns, &ft_attr);
773 err = ipsec_fs_roce_rx_mpv_create(mdev, ipsec_roce, ns, family, level, prio);
839 struct mlx5_flow_namespace *ns; local
841 ns = mlx5_get_flow_namespace(mdev, MLX5_FLOW_NAMESPACE_RDMA_RX_IPSEC);
842 if (!ns) {
434 ipsec_fs_roce_rx_mpv_create(struct mlx5_core_dev *mdev, struct mlx5_ipsec_fs *ipsec_roce, struct mlx5_flow_namespace *ns, u32 family, u32 level, u32 prio) argument
702 mlx5_ipsec_fs_roce_rx_create(struct mlx5_core_dev *mdev, struct mlx5_ipsec_fs *ipsec_roce, struct mlx5_flow_namespace *ns, struct mlx5_flow_destination *default_dst, u32 family, u32 level, u32 prio) argument
[all...]

Completed in 323 milliseconds

1234567891011>>