Home
last modified time | relevance | path

Searched refs:full (Results 1 – 9 of 9) sorted by relevance

/include/drm/
Ddrm_fixed.h33 u32 full; member
41 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12)
42 #define dfixed_init(A) { .full = dfixed_const((A)) }
43 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) }
44 #define dfixed_trunc(A) ((A).full >> 12)
45 #define dfixed_frac(A) ((A).full & ((1 << 12) - 1))
58 if (A.full > dfixed_const(non_frac)) in dfixed_ceil()
66 u64 tmp = ((u64)A.full << 13); in dfixed_div()
68 do_div(tmp, B.full); in dfixed_div()
/include/linux/
Dtrace_seq.h27 int full; member
34 s->full = 0; in trace_seq_init()
80 return s->full || seq_buf_has_overflowed(&s->seq); in trace_seq_has_overflowed()
Dring_buffer.h170 int ring_buffer_wait(struct trace_buffer *buffer, int cpu, int full,
173 struct file *filp, poll_table *poll_table, int full);
269 size_t len, int cpu, int full);
Dpgtable.h636 int full) in pmdp_huge_get_and_clear_full() argument
645 int full) in pudp_huge_get_and_clear_full() argument
655 int full) in ptep_get_and_clear_full() argument
682 unsigned long addr, pte_t *ptep, unsigned int nr, int full) in get_and_clear_full_ptes() argument
686 pte = ptep_get_and_clear_full(mm, addr, ptep, full); in get_and_clear_full_ptes()
690 tmp_pte = ptep_get_and_clear_full(mm, addr, ptep, full); in get_and_clear_full_ptes()
720 pte_t *ptep, unsigned int nr, int full) in clear_full_ptes() argument
723 ptep_get_and_clear_full(mm, addr, ptep, full); in clear_full_ptes()
762 int full) in pte_clear_not_present_full() argument
785 unsigned long addr, pte_t *ptep, unsigned int nr, int full) in clear_not_present_full_ptes() argument
[all …]
Dti_wilink_st.h215 unsigned short full; member
Djbd2.h1278 void (*j_fc_cleanup_callback)(struct journal_s *journal, int full, tid_t tid);
/include/uapi/linux/
Dperf_event.h1455 __u64 full; member
/include/trace/events/
Dext4.h2935 TP_PROTO(journal_t *journal, int full, tid_t tid),
2937 TP_ARGS(journal, full, tid),
2942 __field(int, full)
2951 __entry->full = full;
2957 __entry->j_fc_off, __entry->full, __entry->tid)
/include/net/
Dip_vs.h447 DECLARE_BITMAP(full, IPVS_EST_TICK_CHAINS);