Searched refs:full (Results 1 – 10 of 10) sorted by relevance
| /include/drm/ |
| A D | drm_fixed.h | 33 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/ |
| A D | trace_seq.h | 27 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()
|
| A D | ring_buffer.h | 124 int ring_buffer_wait(struct trace_buffer *buffer, int cpu, int full, 127 struct file *filp, poll_table *poll_table, int full); 227 size_t len, int cpu, int full);
|
| A D | pgtable.h | 675 int full) in pmdp_huge_get_and_clear_full() argument 684 int full) in pudp_huge_get_and_clear_full() argument 694 int full) in ptep_get_and_clear_full() argument 721 unsigned long addr, pte_t *ptep, unsigned int nr, int full) in get_and_clear_full_ptes() argument 725 pte = ptep_get_and_clear_full(mm, addr, ptep, full); in get_and_clear_full_ptes() 729 tmp_pte = ptep_get_and_clear_full(mm, addr, ptep, full); in get_and_clear_full_ptes() 782 pte_t *ptep, unsigned int nr, int full) in clear_full_ptes() argument 785 ptep_get_and_clear_full(mm, addr, ptep, full); in clear_full_ptes() 846 int full) in pte_clear_not_present_full() argument 869 unsigned long addr, pte_t *ptep, unsigned int nr, int full) in clear_not_present_full_ptes() argument [all …]
|
| A D | unroll.h | 48 __pick_unrolled(clang loop unroll(full), GCC unroll 65534)
|
| A D | ti_wilink_st.h | 215 unsigned short full; member
|
| A D | jbd2.h | 1263 void (*j_fc_cleanup_callback)(struct journal_s *journal, int full, tid_t tid);
|
| /include/uapi/linux/ |
| A D | perf_event.h | 1468 __u64 full; member
|
| /include/trace/events/ |
| A D | ext4.h | 2964 TP_PROTO(journal_t *journal, int full, tid_t tid), 2966 TP_ARGS(journal, full, tid), 2971 __field(int, full) 2980 __entry->full = full; 2986 __entry->j_fc_off, __entry->full, __entry->tid)
|
| /include/net/ |
| A D | ip_vs.h | 447 DECLARE_BITMAP(full, IPVS_EST_TICK_CHAINS);
|
Completed in 35 milliseconds