Searched refs:c_flags (Results 1 - 23 of 23) sorted by relevance

/linux-4.4.14/arch/x86/um/
H A DMakefile39 $(obj)/user-offsets.s: c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) \ macro
/linux-4.4.14/scripts/
H A Dmakelst6 # $(CC) $(c_flags) -g -c -o $*.o $< &&
/linux-4.4.14/fs/coda/
H A Dcoda_fs_i.h18 * c_lock protects accesses to c_flags, c_mapcount, c_cached_epoch, c_uid and
25 u_short c_flags; /* flags (see below) */ member in struct:coda_inode_info
H A Ddir.c459 if (!(cii->c_flags & (C_PURGE | C_FLUSH))) coda_dentry_revalidate()
465 if (cii->c_flags & C_FLUSH) coda_dentry_revalidate()
474 cii->c_flags &= ~(C_VATTR | C_PURGE | C_FLUSH); coda_dentry_revalidate()
493 flags = (ITOC(d_inode(dentry))->c_flags) & C_PURGE; coda_dentry_delete()
516 if (!cii->c_flags) coda_revalidate_inode()
519 if (cii->c_flags & (C_VATTR | C_PURGE | C_FLUSH)) { coda_revalidate_inode()
546 cii->c_flags &= ~(C_VATTR | C_PURGE | C_FLUSH); coda_revalidate_inode()
H A Dcoda_linux.h101 cii->c_flags |= flag; coda_flag_inode()
H A Dinode.c49 ei->c_flags = 0; coda_alloc_inode()
/linux-4.4.14/arch/powerpc/kernel/vdso32/
H A DMakefile46 cmd_vdso32ld = $(CROSS32CC) $(c_flags) -Wl,-T $^ -o $@
/linux-4.4.14/arch/powerpc/kernel/vdso64/
H A DMakefile39 cmd_vdso64ld = $(CC) $(c_flags) -Wl,-T $^ -o $@
/linux-4.4.14/arch/s390/kernel/vdso32/
H A DMakefile46 cmd_vdso32ld = $(CC) $(c_flags) -Wl,-T $^ -o $@
/linux-4.4.14/arch/s390/kernel/vdso64/
H A DMakefile46 cmd_vdso64ld = $(CC) $(c_flags) -Wl,-T $^ -o $@
/linux-4.4.14/arch/arm64/kernel/vdso/
H A DMakefile58 cmd_vdsold = $(CC) $(c_flags) -Wl,-n -Wl,-T $^ -o $@
/linux-4.4.14/net/rds/
H A Dconnection.c105 conn->c_flags = 0; rds_conn_reset()
207 conn->c_flags = 0; __rds_conn_create()
292 !test_bit(RDS_IN_XMIT, &conn->c_flags)); rds_conn_shutdown()
294 !test_bit(RDS_RECV_REFILL, &conn->c_flags)); rds_conn_shutdown()
500 rds_conn_info_set(cinfo->flags, test_bit(RDS_IN_XMIT, &conn->c_flags), rds_conn_info_visitor()
570 !test_and_set_bit(RDS_RECONNECT_PENDING, &conn->c_flags)) rds_conn_connect_if_down()
H A Dthreads.c121 set_bit(RDS_RECONNECT_PENDING, &conn->c_flags); rds_queue_reconnect()
144 clear_bit(RDS_RECONNECT_PENDING, &conn->c_flags); rds_connect_worker()
165 clear_bit(RDS_LL_SEND_FULL, &conn->c_flags); rds_send_worker()
H A Dib_send.c298 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags) || rds_ib_send_cqe_handler()
381 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); rds_ib_send_grab_credits()
417 test_bit(RDS_LL_SEND_FULL, &conn->c_flags) ? ", ll_send_full" : ""); rds_ib_send_add_credits()
420 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags)) rds_ib_send_add_credits()
525 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); rds_ib_xmit()
540 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); rds_ib_xmit()
H A Diw_send.c282 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags) || rds_iw_send_cq_comp_handler()
367 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); rds_iw_send_grab_credits()
403 test_bit(RDS_LL_SEND_FULL, &conn->c_flags) ? ", ll_send_full" : ""); rds_iw_send_add_credits()
406 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags)) rds_iw_send_add_credits()
526 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); rds_iw_xmit()
542 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); rds_iw_xmit()
H A Dib_recv.c352 return test_and_set_bit(RDS_RECV_REFILL, &conn->c_flags) == 0; acquire_refill()
357 clear_bit(RDS_RECV_REFILL, &conn->c_flags); release_refill()
H A Drds.h80 /* Bits for c_flags */
118 unsigned long c_flags; member in struct:rds_connection
H A Dsend.c105 return test_and_set_bit(RDS_IN_XMIT, &conn->c_flags) == 0; acquire_in_xmit()
110 clear_bit(RDS_IN_XMIT, &conn->c_flags); release_in_xmit()
H A Dib_cm.c276 (!test_bit(RDS_LL_SEND_FULL, &conn->c_flags) || rds_ib_tasklet_fn_send()
/linux-4.4.14/arch/arm/vdso/
H A DMakefile49 cmd_vdsold = $(CC) $(c_flags) $(VDSO_LDFLAGS) \
/linux-4.4.14/arch/tile/kernel/vdso/
H A DMakefile44 SYSCFLAGS_vdso.so.dbg = $(c_flags)
/linux-4.4.14/arch/mips/vdso/
H A DMakefile52 cmd_vdsold = $(CC) $(c_flags) $(VDSO_LDFLAGS) \
/linux-4.4.14/
H A DMakefile51 # cmd_cc_o_c = $(CC) $(c_flags) -c -o $@ $<

Completed in 400 milliseconds