Home
last modified time | relevance | path

Searched refs:sync_count (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/md/
H A Ddm-log-userspace-base.c768 uint64_t sync_count; in userspace_get_sync_count() local
771 rdata_size = sizeof(sync_count); in userspace_get_sync_count()
773 NULL, 0, (char *)&sync_count, &rdata_size); in userspace_get_sync_count()
778 if (sync_count >= lc->region_count) in userspace_get_sync_count()
781 return (region_t)sync_count; in userspace_get_sync_count()
/linux/drivers/gpu/drm/xe/
H A Dxe_eu_stall.c101 __u64 sync_count:8; /* Bits 85 to 92 */ member
119 __u64 sync_count:8; /* Bits 85 to 92 */ member
140 __u64 sync_count:8; /* Bits 117 to 124 */ member
/linux/drivers/s390/char/
H A Dsclp.c718 static u64 sync_count; in sclp_sync_wait() local
723 sclp_trace(4, "SYN1", sclp_running_state, ++sync_count, false); in sclp_sync_wait()
762 sclp_trace(4, "SYN2", sclp_running_state, sync_count, false); in sclp_sync_wait()
/linux/net/core/
H A Ddev_addr_lists.c85 int sync_count, bool exclusive) in __hw_addr_add_ex()
117 if (ha->synced && sync_count) in __hw_addr_add_ex()
76 __hw_addr_add_ex(struct netdev_hw_addr_list * list,const unsigned char * addr,int addr_len,unsigned char addr_type,bool global,bool sync,int sync_count,bool exclusive) __hw_addr_add_ex() argument
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt.h345 u8 sync_count; member