/openbmc/linux/net/sched/ |
H A D | sch_hfsc.c | 162 u8 cl_flags; /* which curves are valid */ member 719 if (cl->cl_flags & HFSC_USC) { in init_vf() 748 if (cl->qdisc->q.qlen == 0 && cl->cl_flags & HFSC_FSC) in update_vf() 754 if (!(cl->cl_flags & HFSC_FSC) || cl->cl_nactive == 0) in update_vf() 795 if (cl->cl_flags & HFSC_USC) { in update_vf() 885 cl->cl_flags |= HFSC_RSC; in hfsc_change_rsc() 893 cl->cl_flags |= HFSC_FSC; in hfsc_change_fsc() 902 cl->cl_flags |= HFSC_USC; in hfsc_change_usc() 910 cl->cl_flags |= HFSC_FSC; in hfsc_upgrade_rt() 982 old_flags = cl->cl_flags; in hfsc_change_class() [all …]
|
/openbmc/linux/fs/nfsd/ |
H A D | nfs4recover.c | 200 if (test_and_set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_create_clid_dir() 392 if (!nn->rec_file || !test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_remove_clid_dir() 402 clear_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_remove_clid_dir() 685 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_check_legacy_client() 705 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_check_legacy_client() 1113 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_create() 1130 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_create() 1154 if (test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_create_v2() 1195 set_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags); in nfsd4_cld_create_v2() 1216 if (!test_bit(NFSD4_CLIENT_STABLE, &clp->cl_flags)) in nfsd4_cld_remove() [all …]
|
H A D | nfs4callback.c | 1032 if (test_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags)) in nfsd4_mark_cb_down() 1039 if (test_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags)) in nfsd4_mark_cb_fault() 1077 set_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags); in nfsd4_probe_callback() 1238 if (!test_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags)) { in nfsd4_cb_sequence_done() 1312 set_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags); in nfsd4_shutdown_callback() 1366 if (test_bit(NFSD4_CLIENT_CB_KILL, &clp->cl_flags)) in nfsd4_process_cb_update() 1373 BUG_ON(!(clp->cl_flags & NFSD4_CLIENT_CB_FLAG_MASK)); in nfsd4_process_cb_update() 1374 clear_bit(NFSD4_CLIENT_CB_UPDATE, &clp->cl_flags); in nfsd4_process_cb_update() 1409 if (clp->cl_flags & NFSD4_CLIENT_CB_FLAG_MASK) in nfsd4_run_cb_work()
|
H A D | state.h | 372 unsigned long cl_flags; member
|
H A D | nfs4state.c | 2195 if (test_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags)) in unhash_client_locked() 2534 else if (test_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags)) in client_info_show() 2899 clear_bit(NFSD4_CLIENT_CB_RECALL_ANY, &clp->cl_flags); in nfsd4_cb_recall_any_release() 3004 clear_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags); in add_to_unconfirmed() 3022 set_bit(NFSD4_CLIENT_CONFIRMED, &clp->cl_flags); in move_to_confirmed() 4155 if (test_and_set_bit(NFSD4_CLIENT_RECLAIM_COMPLETE, &clp->cl_flags)) in nfsd4_reclaim_complete() 6285 test_bit(NFSD4_CLIENT_CB_RECALL_ANY, &clp->cl_flags) || in deleg_reaper() 6294 set_bit(NFSD4_CLIENT_CB_RECALL_ANY, &clp->cl_flags); in deleg_reaper() 8095 if (test_bit(NFSD4_CLIENT_RECLAIM_COMPLETE, &clp->cl_flags)) in nfs4_check_open_reclaim()
|
H A D | nfs4proc.c | 553 !test_bit(NFSD4_CLIENT_RECLAIM_COMPLETE, &cstate->clp->cl_flags) && in nfsd4_open()
|
/openbmc/linux/fs/nfs/ |
H A D | client.c | 179 clp->cl_flags = cl_init->init_flags; in nfs_alloc_client() 318 test_bit(NFS_CS_DS, &clp->cl_flags)) in nfs_match_client() 525 if (test_bit(NFS_CS_DISCRTRY, &clp->cl_flags)) in nfs_create_rpc_client() 527 if (test_bit(NFS_CS_NO_RETRANS_TIMEOUT, &clp->cl_flags)) in nfs_create_rpc_client() 529 if (test_bit(NFS_CS_NORESVPORT, &clp->cl_flags)) in nfs_create_rpc_client() 531 if (test_bit(NFS_CS_INFINITE_SLOTS, &clp->cl_flags)) in nfs_create_rpc_client() 533 if (test_bit(NFS_CS_NOPING, &clp->cl_flags)) in nfs_create_rpc_client() 535 if (test_bit(NFS_CS_REUSEPORT, &clp->cl_flags)) in nfs_create_rpc_client()
|
H A D | nfs4client.c | 231 __set_bit(NFS_CS_INFINITE_SLOTS, &clp->cl_flags); in nfs4_alloc_client() 232 __set_bit(NFS_CS_DISCRTRY, &clp->cl_flags); in nfs4_alloc_client() 233 __set_bit(NFS_CS_NO_RETRANS_TIMEOUT, &clp->cl_flags); in nfs4_alloc_client() 235 __set_bit(NFS_CS_PNFS, &clp->cl_flags); in nfs4_alloc_client() 419 int max_connect = test_bit(NFS_CS_PNFS, &clp->cl_flags) ? in nfs4_add_trunk() 474 clear_bit(NFS_CS_TSM_POSSIBLE, &clp->cl_flags); in nfs4_init_client()
|
H A D | nfs4state.c | 378 if (!test_bit(NFS_CS_TSM_POSSIBLE, &clp->cl_flags)) in nfs41_discover_server_trunking()
|
H A D | nfs4proc.c | 6481 if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags)) in nfs4_proc_setclientid() 8821 if (test_bit(NFS_CS_PNFS, &clp->cl_flags)) in nfs4_run_exchange_id()
|
/openbmc/linux/drivers/most/ |
H A D | most_cdev.c | 417 unsigned long cl_flags; in comp_probe() local 455 spin_lock_irqsave(&ch_list_lock, cl_flags); in comp_probe() 457 spin_unlock_irqrestore(&ch_list_lock, cl_flags); in comp_probe()
|
/openbmc/linux/include/linux/ |
H A D | nfs_fs_sb.h | 41 unsigned long cl_flags; /* behavior switches */ member
|