Home
last modified time | relevance | path

Searched refs:sync (Results 1 – 25 of 34) sorted by relevance

12

/include/trace/events/
Dcompaction.h108 unsigned long free_pfn, unsigned long zone_end, bool sync),
110 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync),
117 __field(bool, sync)
125 __entry->sync = sync;
133 __entry->sync ? "sync" : "async")
138 unsigned long free_pfn, unsigned long zone_end, bool sync,
141 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync, status),
148 __field(bool, sync)
157 __entry->sync = sync;
166 __entry->sync ? "sync" : "async",
Djbd2.h198 unsigned int line_no, int interval, int sync,
201 TP_ARGS(dev, tid, type, line_no, interval, sync,
210 __field( int, sync )
221 __entry->sync = sync;
230 __entry->sync, __entry->requested_blocks,
Df2fs.h630 TP_PROTO(struct super_block *sb, bool sync, bool background,
636 TP_ARGS(sb, sync, background, dirty_nodes, dirty_dents, dirty_imeta,
641 __field(bool, sync)
654 __entry->sync = sync;
669 __entry->sync,
/include/linux/
Dbacking-dev-defs.h237 void clear_wb_congested(struct bdi_writeback_congested *congested, int sync);
238 void set_wb_congested(struct bdi_writeback_congested *congested, int sync);
240 static inline void clear_bdi_congested(struct backing_dev_info *bdi, int sync) in clear_bdi_congested() argument
242 clear_wb_congested(bdi->wb.congested, sync); in clear_bdi_congested()
245 static inline void set_bdi_congested(struct backing_dev_info *bdi, int sync) in set_bdi_congested() argument
247 set_wb_congested(bdi->wb.congested, sync); in set_bdi_congested()
Drculist.h220 void (*sync)(void)) in __list_splice_init_rcu()
240 sync(); in __list_splice_init_rcu()
265 void (*sync)(void)) in list_splice_init_rcu()
268 __list_splice_init_rcu(list, head, head->next, sync); in list_splice_init_rcu()
280 void (*sync)(void)) in list_splice_tail_init_rcu()
283 __list_splice_init_rcu(list, head->prev, head, sync); in list_splice_tail_init_rcu()
Dadb.h35 int (*send_request)(struct adb_request *req, int sync);
Dbacking-dev.h182 long congestion_wait(int sync, long timeout);
183 long wait_iff_congested(int sync, long timeout);
Dwait_bit.h36 int wake_bit_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key);
Dwait.h1128 int woken_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key);
1129 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key);
Dfirewire.h464 int cycle, int sync, int tags);
Dpm.h653 void (*sync)(struct device *dev); member
/include/video/
Dsa1100fb.h45 u_char sync; member
/include/media/davinci/
Dvpss.h97 void vpss_set_sync_pol(struct vpss_sync_pol sync);
/include/linux/amba/
Dclcd.h167 val |= var->sync & FB_SYNC_HOR_HIGH_ACT ? 0 : TIM2_IHS; in clcdfb_decode()
168 val |= var->sync & FB_SYNC_VERT_HIGH_ACT ? 0 : TIM2_IVS; in clcdfb_decode()
282 CHECK(sync))) in clcdfb_check()
/include/linux/platform_data/
Dvideo-pxafb.h85 u_char sync; member
/include/net/
Dllc_conn.h100 void llc_sk_stop_all_timers(struct sock *sk, bool sync);
/include/linux/mfd/
Ducb1x00.h253 unsigned int ucb1x00_adc_read(struct ucb1x00 *ucb, int adc_channel, int sync);
D88pm860x.h413 int (*sync)(unsigned int ticks); member
/include/uapi/linux/
Dif.h217 sync_serial_settings __user *sync; member
Drio_mport_cdev.h206 __u16 sync; /* Synch method, one of rio_transfer_sync enum */ member
Dfb.h274 __u32 sync; /* see FB_SYNC_* */ member
Dfirewire-cdev.h856 __u32 sync; member
/include/uapi/drm/
Dvia_drm.h275 drm_via_blitsync_t sync; member
/include/media/
Dvideobuf-core.h125 int (*sync) (struct videobuf_queue *q, member
/include/media/drv-intf/
Dsaa7146_vv.h200 void saa7146_set_hps_source_and_sync(struct saa7146_dev *saa, int source, int sync);

12