Home
last modified time | relevance | path

Searched refs:nolock (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
H A Dsch_generic.h725 bool nolock; in dev_reset_queue() local
731 nolock = qdisc->flags & TCQ_F_NOLOCK; in dev_reset_queue()
733 if (nolock) in dev_reset_queue()
740 if (nolock) { in dev_reset_queue()
809 bool nolock; in qdisc_reset_all_tx_gt() local
814 nolock = qdisc->flags & TCQ_F_NOLOCK; in qdisc_reset_all_tx_gt()
816 if (nolock) in qdisc_reset_all_tx_gt()
821 if (nolock) { in qdisc_reset_all_tx_gt()
/linux/fs/gfs2/
H A DKconfig24 The "nolock" lock module is now built in to GFS2 by default. If
/linux/mm/
H A Dvmstat.c1526 bool assert_populated, bool nolock, in frag_next()
1537 if (!nolock)
1540 if (!nolock) in walk_zones_in_node()
1541 walk_zones_in_node(struct seq_file * m,pg_data_t * pgdat,bool assert_populated,bool nolock,void (* print)(struct seq_file * m,pg_data_t *,struct zone *)) walk_zones_in_node() argument
/linux/fs/smb/server/
H A Dsmb2pdu.c7391 int nolock = 0; in smb2_lock() local
7501 nolock = 1; in smb2_lock()
7516 nolock = 0; in smb2_lock()
7571 if (lock_is_unlock(smb_lock->fl) && nolock) { in smb2_lock()