Home
last modified time | relevance | path

Searched refs:cnt (Results 1 – 25 of 39) sorted by relevance

12

/include/linux/
Dbottom_half.h8 extern void __local_bh_disable_ip(unsigned long ip, unsigned int cnt);
10 static __always_inline void __local_bh_disable_ip(unsigned long ip, unsigned int cnt) in __local_bh_disable_ip() argument
12 preempt_count_add(cnt); in __local_bh_disable_ip()
23 extern void __local_bh_enable_ip(unsigned long ip, unsigned int cnt);
Deventfd.h45 __u64 *cnt);
46 void eventfd_ctx_do_read(struct eventfd_ctx *ctx, __u64 *cnt);
82 wait_queue_entry_t *wait, __u64 *cnt) in eventfd_ctx_remove_wait_queue() argument
92 static inline void eventfd_ctx_do_read(struct eventfd_ctx *ctx, __u64 *cnt) in eventfd_ctx_do_read() argument
Ddmar.h100 #define for_each_dev_scope(devs, cnt, i, tmp) \ argument
101 for ((i) = 0; ((tmp) = (i) < (cnt) ? \
102 dmar_rcu_dereference((devs)[(i)].dev) : NULL, (i) < (cnt)); \
105 #define for_each_active_dev_scope(devs, cnt, i, tmp) \ argument
106 for_each_dev_scope((devs), (cnt), (i), (tmp)) \
112 extern int dmar_parse_dev_scope(void *start, void *end, int *cnt,
114 extern void *dmar_alloc_dev_scope(void *start, void *end, int *cnt);
115 extern void dmar_free_dev_scope(struct dmar_dev_scope **devices, int *cnt);
Dmbcache.h51 unsigned int cnt = atomic_dec_return(&entry->e_refcnt); in mb_cache_entry_put() local
53 if (cnt > 0) { in mb_cache_entry_put()
54 if (cnt <= 2) in mb_cache_entry_put()
Dtrace_seq.h84 int cnt);
119 int cnt) in trace_seq_to_user() argument
Dirq.h930 int __irq_alloc_descs(int irq, unsigned int from, unsigned int cnt, int node,
935 unsigned int cnt, int node, struct module *owner,
939 #define irq_alloc_descs(irq, from, cnt, node) \ argument
940 __irq_alloc_descs(irq, from, cnt, node, THIS_MODULE, NULL)
951 #define irq_alloc_descs_from(from, cnt, node) \ argument
952 irq_alloc_descs(-1, from, cnt, node)
954 #define devm_irq_alloc_descs(dev, irq, from, cnt, node) \ argument
955 __devm_irq_alloc_descs(dev, irq, from, cnt, node, THIS_MODULE, NULL)
966 #define devm_irq_alloc_descs_from(dev, from, cnt, node) \ argument
967 devm_irq_alloc_descs(dev, -1, from, cnt, node)
[all …]
Dposix-clock.h64 uint flags, char __user *buf, size_t cnt);
Dbacking-dev-defs.h70 atomic_t cnt; member
75 (struct wb_completion){ .cnt = ATOMIC_INIT(1), .waitq = (_waitq) }
Ddcache.h36 #define bytemask_from_count(cnt) (~(~0ul << (cnt)*8)) argument
39 #define bytemask_from_count(cnt) (~(~0ul >> (cnt)*8)) argument
Dstring.h205 static inline void memcpy_flushcache(void *dst, const void *src, size_t cnt) in memcpy_flushcache() argument
207 memcpy(dst, src, cnt); in memcpy_flushcache()
Dftrace.h566 size_t cnt, loff_t *ppos);
568 size_t cnt, loff_t *ppos);
786 size_t cnt, loff_t *ppos) { return -ENODEV; } in ftrace_filter_write() argument
788 size_t cnt, loff_t *ppos) { return -ENODEV; } in ftrace_notrace_write() argument
Dseq_buf.h146 int cnt);
Duaccess.h210 copy_mc_to_kernel(void *dst, const void *src, size_t cnt) in copy_mc_to_kernel() argument
212 memcpy(dst, src, cnt); in copy_mc_to_kernel()
Dbtf_ids.h7 u32 cnt; member
Dmemblock.h69 unsigned long cnt; member
564 region < (memblock.memory.regions + memblock.memory.cnt); \
573 region < (memblock.reserved.regions + memblock.reserved.cnt); \
Dmutex.h222 extern int atomic_dec_and_mutex_lock(atomic_t *cnt, struct mutex *lock);
/include/trace/events/
Dnilfs2.h102 unsigned long cnt),
104 TP_ARGS(sufile, segnum, cnt),
109 __field(unsigned long, cnt)
115 __entry->cnt = cnt;
121 __entry->cnt)
Dpage_pool.h26 __field(u64, cnt)
34 __entry->cnt = pool->destroy_cnt;
39 __entry->release, __entry->cnt)
Drcu.h812 TP_PROTO(const char *rcuname, const char *s, int cpu, int cnt, unsigned long done),
814 TP_ARGS(rcuname, s, cpu, cnt, done),
820 __field(int, cnt)
828 __entry->cnt = cnt;
833 __entry->rcuname, __entry->s, __entry->cpu, __entry->cnt,
/include/linux/mmc/
Dsh_mmcif.h104 int cnt; in sh_mmcif_boot_cmd_poll() local
106 for (cnt = 0; cnt < 1000000; cnt++) { in sh_mmcif_boot_cmd_poll()
/include/trace/hooks/
Ddtask.h36 TP_PROTO(struct mutex *lock, bool *time_out, int *cnt),
37 TP_ARGS(lock, time_out, cnt));
68 TP_PROTO(struct rw_semaphore *sem, bool *time_out, int *cnt, bool chk_only),
69 TP_ARGS(sem, time_out, cnt, chk_only));
/include/linux/netfilter/
Dx_tables.h430 void xt_percpu_counter_free(struct xt_counters *cnt);
433 xt_get_this_cpu_counter(struct xt_counters *cnt) in xt_get_this_cpu_counter() argument
436 return this_cpu_ptr((void __percpu *) (unsigned long) cnt->pcnt); in xt_get_this_cpu_counter()
438 return cnt; in xt_get_this_cpu_counter()
442 xt_get_per_cpu_counter(struct xt_counters *cnt, unsigned int cpu) in xt_get_per_cpu_counter() argument
445 return per_cpu_ptr((void __percpu *) (unsigned long) cnt->pcnt, cpu); in xt_get_per_cpu_counter()
447 return cnt; in xt_get_per_cpu_counter()
/include/linux/usb/
Dpd.h90 #define PD_HEADER(type, pwr, data, rev, id, cnt, ext_hdr) \ argument
96 (((cnt) & PD_HEADER_CNT_MASK) << PD_HEADER_CNT_SHIFT) | \
99 #define PD_HEADER_LE(type, pwr, data, rev, id, cnt) \ argument
100 cpu_to_le16(PD_HEADER((type), (pwr), (data), (rev), (id), (cnt), (0)))
Dtypec_altmode.h63 const u32 *vdo, int cnt);
/include/drm/bridge/
Ddw_hdmi.h177 void dw_hdmi_set_channel_count(struct dw_hdmi *hdmi, unsigned int cnt);

12